aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/find/findtoolbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve UX for the the find and replace actionsChris Rizzitello2019-01-301-42/+76
* Core: ModernizeAlessandro Portale2018-08-081-19/+17
* Core: Use our own PREV and NEXT icons for find toolbar in light modeAlessandro Portale2018-02-141-6/+2
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-01-111-0/+1
|\
| * Fix includesJarek Kobus2018-01-111-0/+1
* | Find: Remember the find flags per completer entryFriedemann Kleint2018-01-031-8/+26
* | De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-4/+2
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-2/+1
|/
* Utils: Let FancyLineEdit have QIcons instead of QPixmapsAlessandro Portale2017-09-191-4/+4
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* Move icons to UtilsUlf Hermann2016-08-051-3/+3
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-311-2/+3
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-2/+2
|\
| * Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-2/+2
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-03-161-10/+3
|\|
| * Core: Initialize all members in FindToolbarOrgad Shaneh2016-03-141-10/+3
* | Core: Apply 'static' pattern to Core::FindPluginhjk2016-03-151-12/+11
|/
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-9/+15
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Core: Unify the close iconsAlessandro Portale2015-12-041-2/+2
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-13/+10
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-10-261-3/+7
|\
| * FindToolBar: Update to FancyLineEdit changesTobias Hunger2015-10-141-3/+7
* | Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-4/+18
|/
* Allow to clear text in replace line.Montel Laurent2015-09-221-0/+1
* Find: Open tool bar when triggering find next...David Schulz2015-04-221-4/+12
* Core: Remove dead storeOrgad Shaneh2015-03-091-1/+1
* Core: Fix compilationOrgad Shaneh2015-03-061-1/+1
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+2
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-15/+14
* Find widget: Give feedback to user about whether search has succeeded.Christian Kandeler2015-02-171-0/+10
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Revert change that broke focus on findMontel Laurent2015-02-061-2/+1
* | Port to new connect apiMontel Laurent2015-02-061-40/+49
* | Find: Avoid warningEike Ziller2014-12-121-1/+1
* | Core: CosmeticsOrgad Shaneh2014-11-261-34/+37
|/
* Find: Fix display of Replace & Find buttonOrgad Shaneh2014-11-121-1/+1
* Find: Unbreak find/replace next/previous/all when focus is in tool barEike Ziller2014-11-061-30/+38
* Fix MSVC2010 compilationOrgad Shaneh2014-11-051-1/+1
* Find: Fix wrong target of (replace) next/previous actions.Eike Ziller2014-11-051-23/+107
* FindToolBar: Refactor opening the tool barEike Ziller2014-11-051-12/+26
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | FindToolBar: Add support for "lightcolored" panelsDaniel Teske2014-08-121-1/+7
* | Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-051-4/+4
|\|
| * Find: Fix that pressing escape when tool bar is disabled did nothingEike Ziller2014-07-231-4/+4
* | Core::Constants: Rename close icon constants to reflect file nameDaniel Teske2014-08-011-1/+1
* | Utils: StyleHelper::dpiSpecificPixmap > ::dpiSpecificImageFileAlessandro Portale2014-07-241-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-07-181-1/+1
|\|