- Sep 28, 2010
-
-
Thorbjørn Lindeijer authored
It was refusing to stay at index 0. Task-number: QTCREATORBUG-2472 Reviewed-by: Erik Verbruggen
-
- Aug 25, 2010
-
-
Daniel Molkentin authored
Access to the users private resource path (derived from the settings path) has been used in quite some places, so it's worth moving it to the core interface centrally. Reviewed-By: Thorbjorn Lindeijer
-
- Jun 11, 2010
-
-
Bill King authored
-
- May 20, 2010
-
-
mae authored
we now draw it with alpha, so block highlighting and find scope paintings shine through
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- Apr 16, 2010
-
-
Erik Verbruggen authored
The added logic is that if the font has more than one style, to ask for the point-sizes of the first style. If that's also empty, return the list of standard point-sizes. Task-number: QTCREATORBUG-1153
-
- Apr 12, 2010
-
-
Thorbjørn Lindeijer authored
Trying to clean up a little.
-
Thorbjørn Lindeijer authored
Might have been the cause of endless creations of "customized" color schemes as seen by Roberto.
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
Thorbjørn Lindeijer authored
Instead of using a tree based options hierarchy. Task-number: QTCREATORBUG-954 Reviewed-by: Friedemann Kleint
-
- Mar 22, 2010
-
-
con authored
In case of the default being used, the selected item in the settings was always the first of the schemes, in "inode order". The fix always puts the default scheme at the top of the list which makes sense anyhow. Reviewed-by: Thorbjørn
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- Dec 01, 2009
-
-
mae authored
-
- Nov 30, 2009
- Nov 27, 2009
-
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
- Nov 25, 2009
-
-
mae authored
As side effect we can now play a bit with visualizing extra selections
-
Friedemann Kleint authored
Extract the common root directory and display in separate line. Use the routine from the cvs plugin for that, moving it to stringutils.h.
-
- Nov 24, 2009
-
-
Friedemann Kleint authored
Add a title label to the pages. Use QGroupBoxes throughout. Extend SavedAction to work with checkable QGroupBoxes. Polish UI files, use common layout for VCS plugins. Performance: Apply only visited settings pages. Add search keywords. Task-number: QTCREATOR-26
-
- Oct 08, 2009
-
-
Roberto Raggi authored
Done with mae
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Sep 23, 2009
-
-
Roberto Raggi authored
-
- Sep 02, 2009
-
-
Thorbjørn Lindeijer authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 23, 2009
-
-
Thorbjørn Lindeijer authored
Otherwise it would refer explicitly to closing without saving in some cases, which isn't really suitable here.
-
- Jul 22, 2009
-
-
Thorbjørn Lindeijer authored
By splitting out the confirmation to a different slot, so that the dialog can be window-modal. Also changed from Yes/No button to Cancel/Delete button, which is clearer to the user. Reviewed-by: Norwegian Rock Cat
-
- Jul 21, 2009
-
-
Thorbjørn Lindeijer authored
-
- Jul 20, 2009
-
-
Thorbjørn Lindeijer authored
Based on a window-modal input dialog, so that it appears as a sheet on the Mac. Reviewed-by: Norwegian Rock Cat
-
Thorbjørn Lindeijer authored
With the new representation it fits fine, and this is a bit more convenient for the user.
-
- Jul 17, 2009
-
-
Thorbjørn Lindeijer authored
This is to make some room for embedding the color scheme editing back in the options dialog.
-
- Jul 15, 2009
-
-
Thorbjørn Lindeijer authored
The creation of the styles directory was in two places and the importing of an old customized style didn't have any safety when the name 'customized.xml' already existed.
-
Thorbjørn Lindeijer authored
So people's customized color schemes don't get lost, but get converted to the new format instead.
-
- Jul 14, 2009
-
-
Thorbjørn Lindeijer authored
So they can be adapted in the color schemes.
-
- Jul 13, 2009
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Also, defaults formats are now applied to any format that hasn't been defined in the color scheme file. This allows a color scheme to fall back on the default selection color, for example.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
In preparation of being able to select from multiple color schemes.
-