Commit Graph

29 Commits

Author SHA1 Message Date
Erik Verbruggen
3fa55b7ab9 Removed module names from #include directives.
Getting the #include directives ready for Qt5. This includes the
new-project wizards.

Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2012-02-15 16:24:46 +01:00
hjk
2931a499e6 Long live the king!
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2012-01-26 19:55:36 +01:00
Friedemann Kleint
2892f13b8c CorePlugin: Compile with QT_NO_CAST_FROM_ASCII.
- Wrap literals in QLatin1String()/QLatin1Char().
- Extract some string constants avoiding repeated
  QString construction.
- Fix repeated invocation of Container.end() in loops.

Change-Id: If737735507aaf82e53063adda53f54c46418f42f
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2011-12-22 14:47:29 +01:00
Harald Fernengel
213e20052a Trivial compile fix
Change-Id: Ie5c722635b6cc5ba38a86ebc30a2c465b76cf392
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-11-14 08:35:29 +01:00
hjk
31600758de all: s/info@qt.nokia.com/qt-info@nokia.com/
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
2011-11-03 10:33:19 +01:00
Tobias Hunger
aa2acec14c Fix/add copyright headers
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
hjk
8397663964 Update license. 2011-04-13 11:49:28 +02:00
Leena Miettinen
ed070ff235 UI text: fix capitalization
Reviewed-by: con
2011-03-21 16:18:05 +01:00
con
83db0835fc Make it possible to add tools again.
Moving from tool button to push button was removing the button's
"clicked" feature. I opted for adding a "Add Tool" item to the button's
menu, because adding a separate "Add Category" push button grabs huge
amount of horizontal space.

Task-number: QTCREATORBUG-3913
2011-03-04 09:08:12 +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
79c899636b Rename the "external tools menu" category to "uncategorized".
Also shows an explaining tool tip now.
2011-03-03 20:51:53 +01:00
con
a3cfa6919e Fix "External Tools Menu" item in tools preferences again.
It was showing an empty string if you hadn't a tool in it from the
beginning now.
2011-03-03 20:51:52 +01:00
con
f5ac44ef2c Fix crash under certain conditions when renaming tool categories.
Task-number: QTCREATORBUG-3916
2011-03-02 14:38:57 +01:00
Friedemann Kleint
fcd4c9e194 L10n: tr()-Fixes. 2011-03-02 12:01:34 +01:00
con
7e626a9fca Fix custom tool default values for Windows.
Task-number: QTCREATORBUG-3838
Reviewed-by: Robert Loehning
2011-02-28 15:15:34 +01:00
Leandro Melo
ae3b2ab013 Still changes to our options dialog
We decided to have text-based buttons by default.
2011-02-28 14:42:32 +01:00
con
a8928ba191 Uncategorized tools would no longer be configurable after first run.
Avoid writing empty string prefixed arrays into settings, and some
isNull vs isEmpty confusion (xml reader seems to read null instead of
empty strings in some cases).
2011-02-28 12:47:08 +01:00
con
53985dbf58 License update. 2011-02-21 14:58:21 +01:00
con
c422786b02 Save category changes for custom tools in their xml. 2011-02-18 17:15:41 +01:00
con
6f991cb637 Implement drag and drop in tools preferences.
Reordering isn't persistently saved yet.
2011-02-18 17:15:40 +01:00
con
0849cfb406 Rewrite the preference page's tree, using its own model.
Because otherwise implementing drag&drop is impossible.
2011-02-18 17:15:40 +01:00
con
0bcc809402 Use the add button for adding categories. 2011-02-18 17:15:40 +01:00
con
69c920c6ad Implement the 'remove tool' button. 2011-02-18 17:15:40 +01:00
con
8cda869a15 Make adding user tools possible.
Adding new categories is not there yet though, neither is moving tools
through the categories.
2011-02-18 17:15:40 +01:00
con
8cb7e30a15 Implement reverting of changed preset tools. 2011-02-18 17:15:40 +01:00
con
4334309ea4 Add more editing of tools. Doesn't save yet. 2011-02-18 17:15:39 +01:00
con
0c1d21fb5b Make "modifies current document" its own property. Add some tool tips. 2011-02-18 17:15:39 +01:00
con
eaea867e53 Implement renaming of tools and categories.
Not possible to reset them yet.
Saves the change in the settings instead of writing new tools xml files.
This probably needs to be adapted for tools that are "local" from the
beginning.
2011-02-18 17:15:39 +01:00
con
d768008d60 Add a tools settings page and show the tools there.
No editing possible yet.
2011-02-18 17:15:38 +01:00