- Jun 08, 2010
-
-
Leandro Melo authored
Reviewed-by: hjk
-
- Jun 07, 2010
-
-
con authored
-
Daniel Molkentin authored
Reviewed-By: Leena Miettinen Reviewed-By: kh1
-
- Jun 02, 2010
-
-
dt authored
Reviewed-By: thorbjorn Task-Nr: QTCREATORBUG-965
-
- May 28, 2010
-
-
Thorbjørn Lindeijer authored
While reloading a text document, the bookmarks got lost since their associated QTextBlocks were deleted. This patch makes sure that before reloading, the bookmarks are removed non-persistently in the same way as when closing a document, and that they are restored after the document was reloaded. Currently, no effort is made to update the location of the bookmarks based on the way the file changed. Task-number: QTCREATORBUG-1281 Reviewed-by: dt
-
- May 27, 2010
-
-
Thorbjørn Lindeijer authored
When there was no existing configuration, it would get set to pure black on startup, resulting in a very dark gray Qt Creator. Now it is back to its old friendly gray as default color. Also made sure that the default on startup and the color used for resetting the UI color in the settings are always in sync. Reviewed-by: Jens Bache-Wiig
-
- May 21, 2010
-
-
Jens Bache-Wiig authored
The old one didnt emphasize the fact that this is not a real VIM product. Unfortunately not translateable but probably better than reusing the official icon. RevBy: con
-
- May 19, 2010
-
-
Daniel Molkentin authored
Reviewed-by: trustme
-
Daniel Molkentin authored
-
- May 18, 2010
-
-
Jens Bache-Wiig authored
This should give things a cleaner look.
-
con authored
Reviewed-by: mae
-
con authored
-
- May 17, 2010
-
-
mae authored
This fixes the Ctrl+W vs. Ctrl+F4 for close on MS-Windows by introducing Ctrl+F4 as an alternative shortcut. Reviewed-by: con
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
Lasse Holmstedt authored
If the user uses old QtC settings files (QtCreator.ini), sidebar item names are there translated. Because the new settings uses id's instead of translated names, old sidebar items will not exist on save, causing crashes. this fixes that issue. Reviewed-by: con
-
- May 12, 2010
-
-
Thorbjørn Lindeijer authored
When the category title matches with the search keyword, we shouldn't disable any of the tabs in this category. For example the only page in the Locator category was disabled, because the page itself did not have 'Locator' as keyword. Reviewed-by: con
-
con authored
E.g. to show Qt Creator 1.3.85 (2.0.0-rc1)
-
Lasse Holmstedt authored
The noload behavior is also changed: it now always shows the plugins in About Plugins... menu, even though -noload was used. When using -noload, the enabled state of the plugin is not saved, so if the command line arg is removed, the plugin will be loaded normally. Reviewed-by: con
-
- May 11, 2010
-
-
Jens Bache-Wiig authored
-
- May 07, 2010
-
-
mae authored
Reviewed-by: Oswald Buddenhagen
-
mae authored
Reviewed-by: Oswald Buddenhagen
-
Friedemann Kleint authored
Try to do a match by suffix first to avoid scanning the file contents if at all possible. Reviewed-by: con (cherry picked from commit 4648a5b3)
-
Friedemann Kleint authored
Use IFile::mimetype instead to find editors that use design mode. Acked-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com> (cherry picked from commit 45f50350)
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
We used to use the arrow up/down primitives for this button. This looks broken in a lot of styles so we now use a proper icon. Note that setDefaultAction is a bit broken at the moment since it doesnt propagate the icon change. Reviewed-by: thorbjorn
-
Jens Bache-Wiig authored
I did a couple of changes to make these more subtle. - Moved inside the details widget - Made them fade in and out - Hide up/down buttons when not required Note, there are some pending changes to Qt to disable the graphicsevent cache that can cause issues when scrolling items. Reviewed-by: thorbjorn
-
- May 05, 2010
-
-
Jens Bache-Wiig authored
Help mode icon uses the ergosign palette now. Pushed both 24 and 32 px versions. Reverted projects icon. We have a lot of artwork based on this.
-
- May 04, 2010
-
-
Rei authored
Merge-request: 137 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- May 03, 2010
-
-
Jens Bache-Wiig authored
* Slightly larger row height * Make the default size slightly nicer * Fixed a drawing artifact in certain styles Note that the dialog will be resizable on linux now. Reviewed-by: mae
-
- Apr 29, 2010
-
-
Jens Bache-Wiig authored
We don't need the qobject cast. Checking the widget flag should be a bit faster. Done-with: danimo
-
Jens Bache-Wiig authored
We already have it in the projects mode so we might as well use the same in "Getting Started". Reviewed-by: danimo
-
Jens Bache-Wiig authored
This was an unintentional regression. The widget in question should not use the filter edit since it is not a filterwidget. Also I removed the "Filter" text which is incorrect in this case. Task-number: QTCREATORBUG-1308
-
ck authored
-
Lasse Holmstedt authored
When changing the language, the sidebar items would break because their localized window titles were used for storing the settings. Now, id's are used. Reviewed-by: con
-
- Apr 28, 2010
-
-
con authored
Discussed-with: hjk
-
Christian Kamm authored
Reviewed-by: Jens Bache-Wiig
-
Jens Bache-Wiig authored
* Fixed an issue with text eliding on combo boxes * Fixed placement of arrow on elided comboboxes Task-number: QTCREATORBUG-1278
-
- Apr 27, 2010
-
-
con authored
Reviewed-by: Jens Bache-Wiig
-
Daniel Molkentin authored
Also update Visual Studio keyboard scheme. Xcode already had a proper key binding. Reviewed-by: con
-
- Apr 26, 2010
-
-
Jens Bache-Wiig authored
Added a glossy look to make it more consistent with other icons. Reviewed-by: Daniel Molkentin
-