Commit Graph

11 Commits

Author SHA1 Message Date
con
773343f396 Delay widget creation of options pages till their category is shown
Also add the alternative way: IOptionsPageProvider, which states
a category, and is asked for a list of options pages for that
category when it is shown.

Task-number: QTCREATORBUG-3131
2010-12-06 11:18:58 +01:00
con
6dc4a039f2 Refactor fancy line edit to optionally have two buttons.
Also unify some method naming.
Use the new feature to add clear buttons to the Locator,
and the find tool bar.

Task-number: QTCREATORBUG-705
2010-07-01 10:56:00 +02:00
Jens Bache-Wiig
281494a38e Make it possible to clear keyboard shortcuts again
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
2010-04-29 16:26:36 +02:00
Jens Bache-Wiig
894fd9d7b3 Improved fancylineedit and consistency
- fixed some RTL issues. I removed isSideStored
and useLayoutDirection. Instead we simply flip the
sides if RTL is in use.
- added the fader animation and clear icon that we
use in Designer already.
- fixed the double toplevel popup focus issues we
had with the locator menu.
- removed some redundant labels and reset buttons
2010-04-12 19:49:22 +02:00
Thorbjørn Lindeijer
a1000e1eec Reverse the order of FakeVim setting pages
Reviewed-by: hjk
2010-04-08 16:28:05 +02:00
Daniel Molkentin
7e1f9d9f85 Highlight colliding shortcuts for imported keyboard schemes. 2010-04-07 18:02:34 +02:00
Daniel Molkentin
418ef57cf9 CommandMapping dialogs: Use FancyLineEdit and FilterLineEdit. 2010-03-18 14:38:52 +01:00
Friedemann Kleint
bbcacaf59f Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4. 2010-03-18 10:59:06 +01:00
Daniel Molkentin
924e78b634 Shortcuts: Remove dead leftovers from refactoring. 2010-03-17 12:53:54 +01:00
hjk
307acc20e9 commandmappings: compile fix, code cosmetics 2010-03-12 08:52:13 +01:00
Martin Aumüller
af3b1ce778 factor out the commonalities between the keyboard shortcut & ex command mapping dialog
Merge-request: 125
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2010-03-11 16:42:39 +01:00