- Sep 10, 2010
-
-
hjk authored
-
- Sep 03, 2010
-
-
Friedemann Kleint authored
On that occasion, rename Designer to show up as 'Form Editor' instead of Xml Editor in 'Open With'. Task-number: QTCREATORBUG-2246
-
- Aug 31, 2010
-
-
Friedemann Kleint authored
Fixes e5f60a95
-
- Aug 27, 2010
-
-
Friedemann Kleint authored
... by introducing signal ICore::showNewItemsDialog(). Reviewed-by:
Kai Köhne <kai.koehne@nokia.com>
-
- Aug 11, 2010
-
-
Kai Koehne authored
Explicitly close all views of the sidebar _before_ the core is destructed. E.g. the bookmarks view tries to access the core in it's destructor.
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jul 16, 2010
-
-
Kai Koehne authored
Save/restore the current settings of a navigation widget per position, every time something changes in the navigation bar setup. Previously, only settings on exit were stored / restored on startup, which means that e.g. when you switch from the Outline to the Project Explorer and back, the settings of the Outline were lost. Reviewed-by: con
-
- Jul 14, 2010
-
-
con authored
Reviewed-by: Daniel Molkentin
-
- Jul 13, 2010
-
-
con authored
If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
-
- Jul 02, 2010
-
-
con authored
Task-number: QTCREATORBUG-1522
-
- Jun 28, 2010
-
-
hjk authored
-
Friedemann Kleint authored
Move open project dialog handling into ProjectExplorer and make it use its list of project file patterns. Same in Checkout wizards. Task-number: QTCREATORBUG-1759 Reviewed-by: dt
-
hjk authored
-
- Jun 25, 2010
- Jun 16, 2010
-
-
mae authored
Switching modes was broken.
-
- Jun 11, 2010
- Jun 09, 2010
-
-
mae authored
In modes other than Edit mode, we do not want Esc to jump to Edit mode as long as there are still panels (or the find bar) visible. 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 19, 2010
-
-
Daniel Molkentin authored
Reviewed-by: trustme
-
- Apr 29, 2010
-
-
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
-
- Apr 28, 2010
-
-
con authored
Discussed-with: hjk
-
- Apr 27, 2010
-
-
Daniel Molkentin authored
Also update Visual Studio keyboard scheme. Xcode already had a proper key binding. Reviewed-by: con
-
- 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
Task-number: QTCREATORBUG-1116
-
- Mar 26, 2010
-
-
con authored
-
- Mar 23, 2010
-
-
Thorbjørn Lindeijer authored
While before you had to call add, then remove for each context id and then call update, now you call updateAdditionalContexts with a list of contexts to remove and add. It has the update step built in. Reviewed-by: con
-
- Mar 19, 2010
-
-
Thorbjørn Lindeijer authored
Added icons for Save As, Exit, Select All, Go To Line, About and Search & Replace actions.
-
Friedemann Kleint authored
Also list all registered wizards. Bring initialization of Core::MessageManager forward. Acked-by: con
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 17, 2010
-
-
Jens Bache-Wiig authored
I added support for picking up standard icons in the file and edit menus. This should help for integration in KDE and GNOME.
-
- Mar 16, 2010
-
-
Tobias Hunger authored
Reviewed-by: jbache
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 03, 2010
-
-
Jens Bache-Wiig authored
We previously allowed fully white and yellow colors as the base color for our interface. This does not work with our icons or other interface elements. Instead I now constrain the selectable colors within a certain range of saturation and brightness. This still leaves the user in control but will prevent the common case where the user selects an overly saturated color from the color picker and ends up with an unusable or extremely ugly panel.
-
- Feb 26, 2010
-
-
Lasse Holmstedt authored
Moved Qt Designer to open from Design Mode. Also, Design mode is now global, and created in coreplugin. Other plugins can register themselves to it.
-
- Feb 22, 2010
-
-
con authored
-
- Feb 19, 2010
-
-
file:///Thorbjørn Lindeijer authored
On some desktop environments, dragging and dropping a file gives us the url to the file in multiple mime types, including text/plain. This causes the url to be inserted as text by default. Work around this issue by explicitly ignoring drop events for the text editor when they also come with urls. Task-number: QTCREATORBUG-728 Reviewed-by: Friedemann Kleint
-
- Feb 11, 2010
-
-
Kai Koehne authored
-