summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/variablechooser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Use QByteArray for variable names.hjk2012-01-101-3/+2
| | | | | | | Less conversions, tighter code, less to type. Change-Id: I38eb27ca17e6f1d98cdbc41fa003cbedf0f0bb34 Reviewed-by: hjk <qthjk@ovi.com>
* UI files: Do not polute the global Ui namespaceTobias Hunger2011-11-241-1/+1
| | | | | | | Make sure all ui-files are in the plugin's internal namespace. Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13 Reviewed-by: hjk <qthjk@ovi.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Utils/Coreplugin: Clean headers.Friedemann Kleint2011-08-171-0/+6
| | | | | | | Change-Id: I1e0d432127651622d40ff990e1866eac9fac46a0 Reviewed-on: http://codereview.qt.nokia.com/3091 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Set focus to variable chooser when it opens.con2011-07-011-0/+3
| | | | | | | | | Task-number: QTCREATORBUG-4307 Change-Id: I8dff162c01ced12f1b715ce6c803f7b611625abf Reviewed-on: http://codereview.qt.nokia.com/918 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Close variable chooser on escape (if it has focus).con2011-06-281-0/+10
| | | | | | | | | Task-number: QTCREATORBUG-4307 Change-Id: Ib85f5fda1310fe6fb0e0824488fb6c79962ae35b Reviewed-on: http://codereview.qt.nokia.com/624 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* Fix initial position of variable chooser.con2011-03-301-1/+10
| | | | | | | It was showing up 'somewhere' depending on platform. Task-number: QTCREATORBUG-4270 Reviewed-by: Robert Loehning
* Fix style of variable insertion.con2011-03-211-1/+1
| | | | Task-number: QTCREATORBUG-4061
* Correct funny code line.con2011-03-071-1/+1
| | | | The patch speaks for itself.
* Provide way to show a variable chooser widget.con2011-03-031-13/+66
| | | | | | | For the Qt Creator variables, currently used in the external tools. The variable chooser looks if the current focus widget has a variable support property set and is a line edit, text edit or plain text edit. For line edits it adds a little icon button that shows the chooser.
* Add a generic variable chooser widget.con2011-02-181-0/+116
The chooser allows choosing variables from a list, and inserting them into previously focused line edit, text edit, or plain text edit. Variables are now registered with a description in the variable manager. Also make the QT_INSTALL_BINS --> CurrentProject:QT_INSTALL_BINS for consistency.