Commit Graph

6 Commits

Author SHA1 Message Date
hjk
8397663964 Update license. 2011-04-13 11:49:28 +02:00
con
dbe32f8944 Fix initial position of variable chooser.
It was showing up 'somewhere' depending on platform.

Task-number: QTCREATORBUG-4270
Reviewed-by: Robert Loehning
2011-03-30 14:58:27 +02:00
con
1da9a900d2 Fix style of variable insertion.
Task-number: QTCREATORBUG-4061
2011-03-21 09:01:46 +01:00
con
c9c10aa41f Correct funny code line.
The patch speaks for itself.
2011-03-07 10:23:40 +01:00
con
efc817d8e0 Provide way to show a variable chooser widget.
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.
2011-03-03 20:51:53 +01:00
con
b40500a7bf Add a generic variable chooser widget.
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.
2011-02-18 17:15:41 +01:00