Commit graph

8 commits

Author SHA1 Message Date
Laurent Montel
9de9871c3b Not necessary to use a QGridLayout when we have just one widget
svn path=/trunk/KDE/kdebase/workspace/; revision=861453
2008-09-16 07:41:39 +00:00
Laurent Montel
79328d79c9 Fix includes
svn path=/trunk/KDE/kdebase/workspace/; revision=833041
2008-07-16 06:39:10 +00:00
Michael Jansen
82cf0edda7 Correct the order.
1. Declare that the action is a configuration action.
  2. Then set the global shortcut.

svn path=/trunk/KDE/kdebase/workspace/; revision=817420
2008-06-06 01:06:21 +00:00
Michael Jansen
0ecc0724a7 Fix default button
svn path=/trunk/KDE/kdebase/workspace/; revision=815495
2008-06-02 00:06:54 +00:00
Michael Jansen
87124b4cce - load() is called implicitely when the kcm is shown.
- It's not necessary to add the collection each time load is called. Prevents
      the shortcuts from beeing shown 2 times. Mmmhh Why here only 2times and
      3times with the others?
    - the readSettings and writeSettings calls aren't necessary since the
      actionCollection contains only global shortcuts and these are saved by
      the kdedglobalaccel daemon (correct Andreas?).

svn path=/trunk/KDE/kdebase/workspace/; revision=815404
2008-06-01 17:33:26 +00:00
Andreas Hartmetz
db8ca7f784 - Adapt to no undo on close in KShortcutsEditor by adding undo where
appropriate.
- Add the necessary KShortcutsEditor::save() calls where missing.
Use KActionCollection::setComponentData() as a better replacement for
KGlobalAccel::overrideMainComponentData().
- Add setProperty(\"isConfigurationAction\", true) for actions that don't belong
to the module modifying them. This replaces the behavior changes otherwise
triggered by KGlobalAccel::overrideMainComponentData(). The most important
behavior change is to not register an action as gone when it is destroyed in
the configuration module. It likely still exists in its proper module.

svn path=/trunk/KDE/kdebase/workspace/; revision=812610
2008-05-25 20:31:33 +00:00
Stephan Binner
58972fbe5c i18n style guide fixes
svn path=/trunk/KDE/kdebase/workspace/; revision=782151
2008-03-04 12:30:15 +00:00
Luboš Luňák
a6fbe3d13e Snow effect from Martin Graesslin <ubuntu@martin-graesslin.com>.
svn path=/trunk/KDE/kdebase/workspace/; revision=758626
2008-01-08 15:47:31 +00:00