| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-28 | Replaced all KNewFileMenu usages in DolphinPart by DolphinNewFileMenu. | Emmanuel Pescosta | |
| Removed all signal-slot-connections related to DolphinNewFileMenu->errorMessage(QString) in DolphinMainWindow and DolphinContextMenu and replaced it by a better solution. Now we make use of the already existing DolphinNewFileMenuObserver singleton class to achieve a better error handling, because every newly created DolphinContextMenu instance registers himself by DolphinNewFileMenuObserver and we use this to connect the errorMessage(QString) signal of every DolphinContextMenu instance to the errorMessage(QString) signal of the DolphinNewFileMenuObserver singleton class. So we need only one connection from DolphinNewFileMenuObserver to DolphinMainWindow (or to DolphinPart) to collect all error messages thrown by every DolphinNewFileMenu instance. REVIEW: 112178 | |||
| 2011-07-31 | normalize signals/slots | Montel Laurent | |
| 2011-02-10 | revert ed4f9d3e11e66dd5ef136c3fac874ac5f53ec91a | Christoph Thielecke | |
| 2011-02-10 | compile fix: includes does only exist with old names, please fix kde headers too | Christoph Thielecke | |
| 2011-02-09 | Use capitalized includes of recently committed kdelibs headers | Peter Penz | |
| 2011-02-04 | Update e-mail address from [email protected] to [email protected] | Peter Penz | |
| 2011-02-04 | Use capitalized KDE includes | Peter Penz | |
| 2010-08-27 | Context-menu cleanups: | Peter Penz | |
| - KNewMenu has been deprecated by KNewFileMenu. Reflect this in the names of related Dolphin classes. - Provide context-sensitive actions also when a context-menu is opened on the viewport BUG: 191938 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1168586 | |||
