Thorbjørn Lindeijer
efb453da0c
Fixed reused message box to still update the text when necessary
...
The Variables message box is used for both the external editor as well
as the file browser instructions.
Reviewed-by: Daniel Molkentin
2010-03-11 15:04:54 +01:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
Jens Bache-Wiig
93dbb3a5fc
Force custom colors within usable range
...
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.
2010-03-03 11:05:25 +01:00
Friedemann Kleint
f672bff338
Fix some code scanning issues.
...
foreach()-Loops.
2010-02-01 14:00:07 +01:00
Friedemann Kleint
7ddfd8659a
Foldernavigationwidget: Add "Open Terminal" and "Open Explorer".
...
Move code to Foldernavigationwidget as static utilities and use
them from there and from the Project explorer. Fix error message box.
Task-number: QTCREATORBUG-62
2010-01-26 12:33:48 +01:00
Tobias Hunger
a6ad773722
Make method naming more consistent.
...
* 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
2010-01-07 18:17:24 +01:00
Daniel Molkentin
6ced1c3e75
Language switcher: Add English as explicit translation.
...
Complements f093025ff3
Reviewed-By: Oswald Buddenhagen
2010-01-06 14:56:48 +01:00
Daniel Molkentin
f093025ff3
Make it possible to override the language settings in Creator.
...
Platform-dependent behavior is not good enough for a lot of
people it seems.
Reviewed-By: con
2010-01-05 16:40:20 +01:00
Daniel Molkentin
77761b37c3
Make it possible to set the external file browser on unix.
...
xdg-open is not available everywhere and fails when no DE is running.
Reviewed-By: Oswald Buddenhagen
2010-01-04 15:30:04 +01:00
Friedemann Kleint
a8ac34c347
Options: Sort by category, id.
...
Separate category and trCategory and introduce sorting characters
to the categories. Same for id/name.
2009-11-27 16:12:12 +01:00
Friedemann Kleint
e4a7792d6e
Options dialog: Further polishing.
...
Task-number: QTCREATOR-26
2009-11-20 16:55:23 +01:00
Friedemann Kleint
5948e284bb
Rename namespace Core::Utils into Utils
...
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
hjk
93cbef8724
long live the king
2009-08-14 09:30:56 +02:00
con
db8507c4a0
Extract the styled painting of the find bar to utils widget.
2009-07-15 12:39:31 +02:00
Henrik Abelsson
0a94100508
Add option to select behavior on externally changed files.
...
Merge-request: 840
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-07-13 15:00:39 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
Friedemann Kleint
2f129dfad3
Fixed some translation errors.
2009-04-30 16:09:57 +02:00
Oswald Buddenhagen
894ee04ee0
make terminal emulator configurable centrally
...
this includes changing the runInTerminal.command command line.
the terminal setting mock from the debugger plugin is gone again.
2009-04-14 11:41:23 +02:00
Friedemann Kleint
bccf4a1fc3
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
...
Task: 241959, 248085
RevBy: Optics/Naming checked by con
Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
2009-03-18 16:43:01 +01:00
hjk
8ca887aae2
Fixes: change file license headers to include LGPL
2009-02-25 09:15:00 +01:00
Thorbjørn Lindeijer
164ec20b9e
Fixed crash on applying or changing settings
...
The m_page member used to access the widgets was deleted too early.
Deletion moved to finish() method.
2009-02-02 12:14:59 +01:00
dt
ec4b41d31f
Fixes: Hups, okay this should compile.
2009-01-30 14:59:50 +01:00
dt
affdf9c78b
Fixes: Memory leak in generalsettings
...
Task: -
RevBy: -
AutoTest: -
Details: -
2009-01-30 14:32:05 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
Thorbjørn Lindeijer
59c8b93309
Modified IOptionsPage interface for Apply button
...
The previous interface wasn't sufficient to properly support the Apply
button, since it didn't separate applying the changes from the cleanup
phase.
Designer settings pages still need some fixing.
Fixes Apply button causing problems for certain plugins, for example the
QuickOpen.
2009-01-13 16:03:55 +01:00
Thorbjørn Lindeijer
54d9d0d46a
Fixed crash due to missing initialization
...
Reviewed-by: mae
2009-01-12 13:53:28 +01:00
dt
3ba192af7e
Merge branch '0.9.1-beta'
2008-12-17 14:21:03 +01:00
hjk
da3cb14483
chancge Nokia GPL exception version from 1.2 to 1.3
2008-12-16 17:20:00 +01:00
Thorbjørn Lindeijer
78f1fca9aa
Added configuration options for code completion
...
It is now possible to choose between case-sensitive or case-insensitive
completion. Also, you can now disable the automatic insertion of braces.
2008-12-15 11:42:43 +01:00
mae
5adee37c8c
fix mac compile
2008-12-03 14:25:23 +01:00
mae
484a818341
possibility to reset the external editor command
2008-12-03 12:46:56 +01:00
hjk
ab83dcd87c
off-by-one in headers
2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3
end-of-line whitespace correction of the new headers
2008-12-02 14:17:16 +01:00
hjk
f61e8672db
more cosmetic changes
2008-12-02 14:09:21 +01:00
con
05c35356ab
Initial import
2008-12-02 12:01:29 +01:00