| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-18 | Make "show filter bar" a toggle action | Don Nguyen | |
| REVIEW: 129662 | |||
| 2017-02-13 | Merge branch 'stashAction' | arnav dhamija | |
| This adds the support for the Stash action which will be helpful for the upcoming stash:/ ioslave | |||
| 2017-02-13 | Whitespace? | arnav dhamija | |
| 2017-02-13 | Whitespace? | arnav dhamija | |
| 2017-02-13 | Whitespace? | arnav dhamija | |
| 2017-02-13 | Improved the patch | arnav dhamija | |
| 2017-02-05 | Drop no longer needed version check | Elvis Angelaccio | |
| Frameworks 5.30 is now the minimum version required. | |||
| 2017-02-02 | More happy with this patch | arnav dhamija | |
| 2017-01-29 | Made more changes | arnav dhamija | |
| 2017-01-29 | Time to get back to business | arnav dhamija | |
| 2017-01-18 | Port away from deprecated KIO::Job::ui() | Elvis Angelaccio | |
| It's equivalent to KJob::uiDelegate() from kcoreaddons. | |||
| 2017-01-14 | Show full path in title bar | John Salatas | |
| BUG: 229810 Differential Revision: https://phabricator.kde.org/D4078 | |||
| 2016-11-03 | This seems to work. Though it could be better | arnav dhamija | |
| 2016-11-02 | Changed default arg for the setSplitViewEnabled | arnav dhamija | |
| 2016-10-28 | Merge branch 'Applications/16.08' | Kai Uwe Broulik | |
| 2016-10-12 | The tab navigation shortcut workaround for RTL layouts is not needed ↵ | Safa AlFulaij | |
| anymore, as Qt supports that by default. Before this, pressing Ctrl+Tab makes the previous tab (in RTL layout) the activated one, and vice versa. REVIEW: 128853 | |||
| 2016-10-04 | Hide message widgets only when reloading the view | Elvis Angelaccio | |
| Otherwise an error message might be hidden before it's even shown. BUG: 357651 FIXED-IN: 16.08.2 REVIEW: 129061 | |||
| 2016-09-27 | Fixed async conditions | arnav dhamija | |
| 2016-09-27 | need to fix async conditions | arnav dhamija | |
| 2016-09-27 | Changed shortcut, but need to fix async conditions | arnav dhamija | |
| 2016-09-27 | Found an icon for the button | arnav dhamija | |
| 2016-09-26 | Added the GUI button for quick stashing | arnav dhamija | |
| 2016-09-20 | Add Donate standard action to control menu | Elvis Angelaccio | |
| REVIEW: 128946 | |||
| 2016-06-25 | add_definitions(-DQT_NO_URL_CAST_FROM_STRING) + fix compilation | David Faure | |
| This fixes some URLs built from local paths without scheme. | |||
| 2016-05-26 | Port all instances of Kauthorized action/shell_command to shell_command | David Edmundson | |
| The KAuthorized key to prevent shell access according the documentation is simply "shell_action" not "action/shellAction" so should use authorize not authorizeKAction This appears to have come about as part of a porting bug when going from KApplication::authorize to KAuthorized in kdelibs3 to kdelibs4. To currently block shell access a sysadmin currently needs to have both keys set already, so we can be confident it won't have any actual compatibility problems. | |||
| 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 | |||
