| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-01 | Actually the include was unused, remove it | Luca Beltrame | |
| 2014-08-01 | Attempt to fix build (try 2) | Luca Beltrame | |
| 2014-08-01 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-31 | Clean up KAction leftovers. | Arnold Dumas | |
| 2014-07-31 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-31 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-31 | s/kcmshell4/kcmshell5 | Lukáš Tinkl | |
| 2014-07-30 | Prevent multiple connections between sender and receiver | Arjun AK | |
| Use a Qt::uniqueConnection so that only one connection exists between the sender and receiver. REVIEW: 119532 | |||
| 2014-07-27 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-25 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-07-25 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-24 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-07-24 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-22 | Fix build | Luca Beltrame | |
| 2014-07-22 | Merge branch 'master' into frameworks | Luca Beltrame | |
| 2014-07-22 | make CTRL+SHIFT+T reopen last closed tab | Arjun AK | |
| BUG: 336818 FEATURE: 118994 | |||
| 2014-07-21 | Merge branch 'master' into frameworks | Luca Beltrame | |
| 2014-07-21 | Merge remote-tracking branch 'origin/KDE/4.14' | Christoph Feck | |
| 2014-07-21 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-19 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-18 | install rc file to KXMLGUI_INSTALL_DIR | Montel Laurent | |
| 2014-07-16 | Use xi18n when text has markup | Montel Laurent | |
| 2014-07-16 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-07-16 | Merge branch 'master' into frameworks | Luca Beltrame | |
| Conflicts: kdepasswd/kcm/kcm_useraccount.desktop [deleted in frameworks branch] plasma/applets/folderview/plasma-applet-folderview.desktop [deleted in frameworks branch] | |||
| 2014-07-16 | Merge branch 'KDE/4.14' | Frank Reininghaus | |
| 2014-07-16 | Fix regression concerning the "Places" selector in the location bar | Frank Reininghaus | |
| This commit ensures that the selector is visible in all location bars if and only if the Places Panel is hidden. It fixes a regression caused by commit 6a98d83312ff2b14ab878e1427bbace3b683eacc. BUG: 337389 FIXED-IN: 4.14.0 REVIEW: 119238 | |||
| 2014-07-16 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-07-16 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-10 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/dolphinviewcontainer.cpp | |||
| 2014-07-08 | Implemented (QTabBar based) DolphinTabBar class to encapsulate the tab bar ↵ | Emmanuel Pescosta | |
| handling from DolphinMainWindow. REVIEW: 118969 | |||
| 2014-07-08 | Avoid opening unused tabs which are closed again after startup has finished ↵ | Emmanuel Pescosta | |
| (when directory/file urls are given) Instead of always opening a new tab with the home url and closing it again when directory/file urls are passed on, we now use the given directories/files directly to open new tabs on startup. Makes the code easier and we can reuse openDirectories/openFiles in future (if needed). REVIEW: 118966 | |||
| 2014-07-06 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-05 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-04 | Implemented DolphinTabPage class to encapsulate the split view handling from ↵ | Emmanuel Pescosta | |
| DolphinMainWindow. The signal activeViewUrlChanged in DolphinTabPage is currently unused, but we need it later when we implement the tab widget and tab bar. DolphinTabPage has saveState/restoreState which are using a QByteArray instead of the KConfigGroup to be more generic. REVIEW: 118964 | |||
| 2014-07-04 | Merge branch 'master' into frameworks | Luca Beltrame | |
| 2014-07-04 | Improve drawing selected items in Compact/Details View and Places Panel | Frank Reininghaus | |
| This commit removes the icon tinting for the selected item in Compact and Details View, and extends the selection rectangle such that it includes the icon area as well. The icon tinting can be disturbing, and having a selection rectangle that only includes the text can look a bit strange, especially in the Places Panel. BUG: 304643 REVIEW: 119018 FIXED-IN: 4.14.0 | |||
| 2014-07-04 | Remove current item highlighting in the Places Panel | Frank Reininghaus | |
| In the Places Panel, there is always exactly one selected item, which is equal to the current item. Since the selected item is highlighted by drawing its background in a different color, it is not really necessary to highlight additionally that it is the current item. This is achieved by removing the calls to KItemListWidget::setCurrent(true) from KItemListView. The "current" information in the widget is only used for deciding if the "current item highlighting", like an underline in Oxygen, should be drawn. The motivation for this change is that I have seem some complaints about the "current item" highlighting, which can be even more distracting with non-Oxygen styles. REVIEW: 119019 | |||
| 2014-07-03 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-02 | Fix typo: chnage -> change | Arjun AK | |
| REVIEW: 119084 GIT_SILENT | |||
| 2014-06-30 | Add support for high-precision touchpad scrolling | Kai Uwe Broulik | |
| REVIEW: 119001 | |||
| 2014-06-30 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-06-29 | KFileItemModelBenchmark is a manual test | Christophe Giboudeaux | |
| 2014-06-29 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/dolphinmainwindow.h | |||
| 2014-06-29 | Move docs. | Christophe Giboudeaux | |
| 2014-06-29 | Remove the automoc noise | Christophe Giboudeaux | |
| 2014-06-29 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-06-29 | Reenable tests. | Christophe Giboudeaux | |
| 2014-06-29 | KF5ify Dolphin. | Christophe Giboudeaux | |
| 2014-06-28 | Create KF5::Konq | Christophe Giboudeaux | |
| 2014-06-28 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
