aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/variablechooser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Make preview work when FOO is both a variable and a prefixTobias Hunger2018-06-051-3/+1
* Utils: Let FancyLineEdit have QIcons instead of QPixmapsAlessandro Portale2017-09-191-6/+2
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* Use toByteArray() directlyMontel Laurent2017-04-141-1/+1
* VariableChooser: Use FancyLineEdit instead of QLineEditAlessandro Portale2017-02-151-4/+4
* VariableChooser: add filterSerhii Moroz2017-02-151-1/+38
* Core: Fix QModelIndex interaction for variable chooserChristian Stenger2016-11-111-6/+8
* VariableChooser: Sort modelTobias Hunger2016-10-261-1/+5
* Move icons to UtilsUlf Hermann2016-08-051-3/+2
* VariableChooser: Remove one use of TreeItem::setFlagshjk2016-07-291-12/+16
* Utils: Streamline TreeModel APIhjk2016-07-271-1/+1
* Core: New "Replace" iconAlessandro Portale2016-06-151-1/+3
* Merge remote-tracking branch 'origin/3.6' into 4.0Oswald Buddenhagen2016-03-301-2/+6
|\
| * Fix crash in VariableChooserGiuseppe D'Angelo2016-03-241-2/+6
* | VariableChooser: Create widgets before assigning modelsUlf Hermann2016-03-301-2/+2
* | Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-1/+1
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
|/
* VariableManager: Do not try to expand PrefixesTobias Hunger2015-09-211-2/+5
* VariableChooser: Make help text selectablehjk2015-07-071-0/+1
* VariableChooser: Re-show current value in variable descriptionOrgad Shaneh2015-07-071-2/+7
* VariableChooser: Fix scrolling on keyboard navigationOrgad Shaneh2015-07-071-1/+1
* Corelib: fix capitalization of variable chooser stringsLeena Miettinen2015-07-021-3/+3
* VariableChooser: Update variable description on keyboard navigationOrgad Shaneh2015-06-161-2/+8
* TreeModel: Clean up TreeItem APIhjk2015-04-221-3/+9
* Fix missing of some translationsSergey Belyashov2015-03-241-5/+5
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Remove unneeded qualificationsOrgad Shaneh2015-02-061-3/+3
|/
* MacroExpander: Delay variable chooser populationhjk2014-12-011-16/+14
* Hide variable chooser if current edit widget is hiddenEike Ziller2014-11-071-0/+2
* VariableChooser: Remove 'always on top'Robert Loehning2014-11-061-1/+1
* VariableChooser: Fix closing with Escape keyEike Ziller2014-11-051-3/+8
* Add way to recursively link a variable chooser to suitable child widgethjk2014-11-051-0/+12
* Provide a facility to hide macros in the chooserhjk2014-11-051-1/+1
* Variable chooser: Handle geometry updates of (line)editEike Ziller2014-10-221-12/+34
* Make expanders work with subexpandershjk2014-10-211-51/+132
* VariableChooser: Reworkhjk2014-10-151-70/+153
* MacroExpander: Allow registering local expansionshjk2014-10-151-3/+3
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* VariableChooser: Slim down header and implementationhjk2014-06-271-58/+114
* Variables: Show current value of variable in chooser dialoghjk2014-06-241-1/+2
* VariableChooser: Add support for (plain) text editsEike Ziller2014-06-061-6/+23
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Add documentation for variable chooser.Eike Ziller2013-04-021-0/+79
* Make adding variable support to textcontrol easier.Eike Ziller2013-03-281-1/+10
* Make variable manager static.Eike Ziller2013-03-131-3/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\