aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/variablechooser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* 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
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Close variable chooser when pressing escape.Eike Ziller2013-01-221-3/+21
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-4/+3
* | Core: Build with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-211-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Use QByteArray for variable names.hjk2012-01-101-3/+2
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-241-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-0/+6
* Set focus to variable chooser when it opens.con2011-07-011-0/+3
* Close variable chooser on escape (if it has focus).con2011-06-281-0/+10
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* Fix initial position of variable chooser.con2011-03-301-1/+10
* Fix style of variable insertion.con2011-03-211-1/+1
* Correct funny code line.con2011-03-071-1/+1
* Provide way to show a variable chooser widget.con2011-03-031-13/+66
* Add a generic variable chooser widget.con2011-02-181-0/+116