- Mar 04, 2010
-
-
con authored
Reviewed-by: Erik Verbruggen
-
- 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.
-
- Mar 02, 2010
-
-
Daniel Molkentin authored
Do this for the fakevim plugin as well, which uses a slightly modified version for its settings.
-
Daniel Molkentin authored
Those who do not like it can get the old behavior back by setting the action to Ctrl+W in the shortcut settings. Fixes: QTCREATORBUG-767
-
- Mar 01, 2010
-
-
con authored
-
Jens Bache-Wiig authored
I added a new focus rect for combo boxes with manhattan style. To reduce the visual impact I follow the same policy we use on windows where we do not show the focus rect unless it is called upon by tabfocus.
-
Lasse Holmstedt authored
-
- Feb 26, 2010
-
-
Friedemann Kleint authored
Do not add file watchers on editors with temporary files (VCS diff/commit. etc). Add a flag to FileManager::addFile() specifying if one wants a watcher. Acked-by:
con <qtc-committer@nokia.com>
-
Jens Bache-Wiig authored
Slightly increased the font size. Added a bit more shadow and tweaked the progress bar.
-
Jens Bache-Wiig authored
Now lets get some feedback. :)
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
-
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 25, 2010
-
-
Jens Bache-Wiig authored
-
mae authored
-
- Feb 24, 2010
-
-
Jens Bache-Wiig authored
The actualPixmapSize is different from the resulting pixmap when using svg icons. This seems to be a bug in Qt, but using the resulting pixmap is safe for now.
-
Jens Bache-Wiig authored
-
con authored
-
Jens Bache-Wiig authored
This is a cosmetic fix for the sidebar. The highlight contrast is too high now that the background is darker.
-
- Feb 23, 2010
-
-
Nadeem Hasan authored
* Disable close button when there is no editor active * Hide lock button when there is no editor active * Hide the info bar when the editor is closed and no editors are left Merge-request: 114 Reviewed-by:
mae <qt-info@nokia.com>
-
Jens Bache-Wiig authored
-
- Feb 22, 2010
-
-
Jens Bache-Wiig authored
This removes the extra line at the bottom of the window on the mac. This also decreases the contrast of shadows and highlights a bit.
-
Erik Verbruggen authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Introduce multithread-locking to Core::MimeDatabase as it is invoked from the indexer thread to sort apart headers and sources. Add a convenience to operate on a sequence to avoid locking for each file.
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
We need to kill the fadeins before fading out. Otherwise we might get into weird states.
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
I added a zerotimer to make the sidebar emit currentChanged only after it has been updated as pressed.
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
Killed the divider lines for improved aestetics Made the hover a bit more subtle
-
Jens Bache-Wiig authored
* I have simplified and animated the tool buttons a bit. * The panel has been replaced by a very basic clean panel. * The tool buttons have been animated.
-
con authored
-
con authored
-
- Feb 19, 2010
-
-
dt authored
-
dt authored
-
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
-