- May 07, 2010
-
-
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
-
Lasse Holmstedt authored
Reviewed-by: con
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
SideBar was patched to give it extra functionality: - closeWhenEmpty: when all sidebar widgets are closed, the whole sidebar will disappear, too. - unavailableItems: a list of non-openable windowTitles can be given to the sidebar. Reviewed-by: con
-
ck authored
It does not conceptually belong there, and several people have asked for an interface to use the functionality in their own plugins. Task-number: QTCREATORBUG-1204 Reviewed-by: kh1
-
- Apr 23, 2010
-
-
Daniel Molkentin authored
-
con authored
The menus were only updated during context changes (not if action states where updated directly), and didn't take into account that the active action for a context might still be disabled. Also, enabled separators should not automatically lead to enabled menus.
-
- Apr 21, 2010
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
The current icons don't look so nice at this size, but new ones should be on their way.
-
con authored
It creates too much headache with widgets calling setWindowTitle themselves and Qt spilling out warnings about missing "[*]". Reviewed-by: Thorbjørn Lindeijer
-
Jens Bache-Wiig authored
* Enabled proper keyboard navigation * Skip header items when using arrow keys * Fixed a static pixmap warning Task-number: QTCREATORBUG-1237 Reviewed-by: Daniel Molkentin
-
- Apr 20, 2010
-
-
Friedemann Kleint authored
Move actions into FancyMainWindow. Register them in DebuggerUISwitcher and FormEditorW. Manually hide Debugger actions for Non-Debug modes (as they belong to the language context). Acked-by: con
-
- Apr 19, 2010
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
- allow for more verbose description - allow to fit all catagories and subcategories in - bring more clear separation between projects and files - expense: one more click Reviewed-by: jbache
-
Daniel Molkentin authored
This is a preperation towards being able to present the dialog in a different layout, with slightly improved usability. Reviewed-by: jbache
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-1116
-
- Apr 16, 2010
-
-
Friedemann Kleint authored
Remove all hacks/conventions of considering the last generated file as project file, etc. and instead add attributes flags to Core::GeneratedFile, giving fine-grained control of what to do with the file. Implement static utility functions in wizards that handle it. Add boolean XML-attributes "openeditor"/"openproject" to the file elements used by the CustomWizard XML-specification. Manually set the attributes in all wizards. Task-number: QTCREATORBUG-1166
-
con authored
Task-number: QTCREATORBUG-1118
-
- Apr 15, 2010
-
-
Thorbjørn Lindeijer authored
In the GTK style the scroll bar likes to be outside of the scroll area frame. Like with the completion widget, we put the visible frame explicitly outside of the scroll bar. Reviewed-by: Jens Bache-Wiig
-
Jens Bache-Wiig authored
This was a workaround for an issue that is no longer present so we might as well use the same spacing
-
Thorbjørn Lindeijer authored
-