| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-18 | Don't allow opening the terminal if shell_access Kiosk mode is set | David Edmundson | |
| DolphinPart already did this. Dolphin itself didn't have this feature. REVIEW: 127951 | |||
| 2016-03-16 | [CLAZY] Fixed all level 1 and level 2 warnings with small exceptions | Artur Puzio | |
| REVIEW: 126771 | |||
| 2016-01-28 | Fix check whether window is closed by session management | Wolfgang Bauer | |
| qApp->isSessionRestored() specifies whether the application has been restored by session management. This is obviously wrong here. Use qApp->isSavingSession() instead. BUG: 353548 FIXED-IN: 15.12.2 REVIEW: 126917 | |||
| 2016-01-14 | Do not delete sub menus of the control menu explicitly | Frank Reininghaus | |
| This is not necessary because the sub menus are children of the main menu, such that they are deleted together with the other actions by QMenu::clear(). This prevents a crash that can happen if a sub menu is open while another menu action is clicked. Thanks to Fabian Vogt and Wolfgang Bauer for investigating this issue! BUG: 354558 FIXED-IN: 15.12.2 REVIEW: 126693 | |||
| 2015-11-09 | Merge branch 'Applications/15.08' | Emmanuel Pescosta | |
| 2015-10-21 | Allow home directories with non-local file paths. | Emmanuel Pescosta | |
| Paths like file:/home/me work now instead of showing an error message. BUG: 352743 BUG: 353550 FIXED-IN: 15.08.3 REVIEW: 125586 | |||
| 2015-09-01 | Breeze: wrong icon usage Request 124971 | andreas kainz | |
| 2015-04-27 | Simplify startup split view handling | Emmanuel Pescosta | |
| * Instead of setting and resetting GeneralSettings's split view option, just pass it on to openFiles/openDirectories. * Require at least one url in openFiles/openDirectories REVIEW: 123395 | |||
| 2015-02-27 | Fix build in a kdelibs4-free enviroment | Hrvoje Senjan | |
| If one had kdelibs includes in /usr, they would get magically picked up, so the build would succeed. | |||
| 2015-02-26 | Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ↵ | Emmanuel Pescosta | |
| present, because KFileMetaDataWidget is in KDELibs4Support) Reviewed-By: Vishesh Handa | |||
| 2015-02-04 | Port Dolphin away from KApplication, KCmdLineArgs and K4AboutData | Mathieu Tarral | |
| 2015-02-03 | Ported Dolphin from KDialog to QDialog and save/restoreDialogSize to ↵ | Emmanuel Pescosta | |
| KWindowConfig::save/restoreWindowSize with the help of the porting scripts. REVIEW: 122305 | |||
| 2015-01-29 | Revert commit 0c6c76b038e868e225f7816fae39635d472bce0a and make the | Emmanuel Pescosta | |
| QWeakPointer a QPointer (+comment) to make it clear, that we must track the lifetime of the context menu instead of doing "only" out of scope deleting. Thanks to Frank for pointing out this problem! CCMAIL: [email protected] | |||
| 2015-01-28 | Make the QWeakPointer<DolphinContextMenu> a QScopedPointer<DolphinContextMenu> | Emmanuel Pescosta | |
| 2015-01-28 | forward requestItemInfo signal | Emmanuel Pescosta | |
| 2015-01-28 | undo should be disabled by default | Emmanuel Pescosta | |
| 2015-01-28 | use DolphinMainWindow::showErrorMessage instead of ↵ | Emmanuel Pescosta | |
| DolphinMainWindow::slotPanelErrorMessage because the implementation is exactly the same | |||
| 2014-12-01 | Fix KUrl -> QUrl porting error | Arjun AK | |
| Trailing slashes should be removed before calling QUrl::filename(), else it will return an empty string. BUG: 341411 REVIEW: 121293 | |||
| 2014-11-10 | KLineEdit to QLineEdit | Emmanuel Pescosta | |
| 2014-11-10 | make use of initializer lists | Emmanuel Pescosta | |
| 2014-11-04 | fix default tab prev/next shortcuts | Lukáš Tinkl | |
| take into accound the whole list, not just the first shortcut | |||
| 2014-11-03 | Q_DECL_OVERRIDE | Lukáš Tinkl | |
| 2014-11-02 | Update status of paste action once directory has finished loading. | David Faure | |
| Since 6a6cf1ab328e7600f0c2b375e43a1e3bd236a5a7, it depends on rootItem() which is not available until the dirlister emits it. | |||
| 2014-10-28 | Port to QDialog | Montel Laurent | |
| 2014-10-21 | port Dolphin from KUrl to QUrl | Lukáš Tinkl | |
| REVIEW: 120688 | |||
| 2014-10-21 | port Konqueror from KUrl to QUrl | Lukáš Tinkl | |
| REVIEW: 120650 | |||
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-10 | Clean includes + port to QMenu | Montel Laurent | |
| 2014-10-07 | kdelibs4support-- | Montel Laurent | |
| 2014-10-01 | Ported Dolphin away from KStandardDirs | Emmanuel Pescosta | |
| removed unused mirroredDirectory method REVIEW: 120194 | |||
| 2014-09-15 | * Fixed wrong signal-slot connection between KUrlNavigator and DolphinMainWindow | Emmanuel Pescosta | |
| * Use the new syntax to connect to DolphinMainWindow::openNewTab from the url navigator and from folders panel (removed the unused optional parameters from openNewTab and openNewActivatedTab) | |||
| 2014-09-14 | simple setShortcuts => setDefaultShortcuts porting | Christoph Cullmann | |
| 2014-09-14 | simple setShortcuts => setDefaultShortcuts porting | Christoph Cullmann | |
| 2014-09-12 | Ported KIcon to QIcon | Emmanuel Pescosta | |
| REVIEW: 120159 | |||
| 2014-09-09 | Add "Open Path" context menu action | Kai Uwe Broulik | |
| This adds a third option to the "in new tab" and "in new window" which opens the parent folder in the same view BUG: 298704 FIXED-IN: 4.15 REVIEW: 110133 | |||
| 2014-08-22 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/dolphinmainwindow.h dolphin/src/dolphinrecenttabsmenu.cpp dolphin/src/dolphinviewcontainer.cpp kfind/CMakeLists.txt | |||
| 2014-08-13 | React on the redirection signal from DolphinView to properly update the tab ↵ | Emmanuel Pescosta | |
| and window titles. REVIEW: 119697 BUG: 305721 | |||
| 2014-08-13 | Use DolphinTabPage saveState/restoreState to remember and re-open closed tabs. | Emmanuel Pescosta | |
| REVIEW: 118968 | |||
| 2014-08-13 | Port from KonqMimeData to KIO::isClipboardDataCut/setClipboardDataCut | David Faure | |
| 2014-08-10 | Implemented DolphinTabWidget class to encapsulate the tab handling from ↵ | Emmanuel Pescosta | |
| DolphinMainWindow. REVIEW: 119115 | |||
| 2014-07-31 | Clean up KAction leftovers. | Arnold Dumas | |
| 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-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-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 | |||
