| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-09 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-10-09 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-10-08 | Revert "Fix desktop file" | Hrvoje Senjan | |
| This reverts commit ecd2ca2222f88c9aea1c23a57658a8a4e9ff54f9. Dolphin still uses KApp/KCmdLineArgs, so qwindowtitle is not recognized | |||
| 2014-10-08 | Fix includes erroneously having slipped into baloo-only sections | Marko Käning | |
| CCMAIL: [email protected] | |||
| 2014-10-08 | Fix desktop file | Montel Laurent | |
| 2014-10-07 | kdelibs4support-- | Montel Laurent | |
| 2014-10-07 | Convert to reverse dns | Montel Laurent | |
| 2014-10-01 | Ported Dolphin away from KStandardDirs | Emmanuel Pescosta | |
| removed unused mirroredDirectory method REVIEW: 120194 | |||
| 2014-09-26 | Make constants const, avoids unnecessary symbols in the .data section. | Volker Krause | |
| 2014-09-22 | Port away from KonqOperations::renameV2. | David Faure | |
| Tested. The if before the connect looks suspicious to me, though. | |||
| 2014-09-22 | Port away from KonqOperations::rename | David Faure | |
| It's a bit more code, but this way if you want e.g. custom error handling you know what to change :) | |||
| 2014-09-22 | Port away from KonqOperations::rename | David Faure | |
| 2014-09-21 | Merge branch 'master' into frameworks | Luca Beltrame | |
| 2014-09-21 | Merge branch 'KDE/4.14' | Luca Beltrame | |
| 2014-09-21 | Do not allow files or folders inside trash to be added to dolphin's places panel | Arjun AK | |
| REVIEW: 120286 BUG: 339204 FIXED-IN: 4.14.2 | |||
| 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, done | Christoph Cullmann | |
| 2014-09-14 | simple setShortcuts => setDefaultShortcuts porting | Christoph Cullmann | |
| 2014-09-14 | simple setShortcuts => setDefaultShortcuts porting | Christoph Cullmann | |
| 2014-09-14 | simple setShortcuts => setDefaultShortcuts porting | Christoph Cullmann | |
| 2014-09-14 | Make the statusbar space info use the new KIO::fileSystemFreeSpace job. | Mathias Tillman | |
| REVIEW: 120137 BUG: 245226 | |||
| 2014-09-12 | Ported KIcon to QIcon | Emmanuel Pescosta | |
| REVIEW: 120159 | |||
| 2014-09-11 | fixed TODO: | Emmanuel Pescosta | |
| Qt5: Replace Qt::XButton1 by Qt::BackButton and Qt::XButton2 by Qt::ForwardButton | |||
| 2014-09-11 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| 2014-09-11 | Merge branch 'KDE/4.14' | Emmanuel Pescosta | |
| 2014-09-10 | Fix an #ifdef that referred to Nepomuk instead of Baloo | Denis Steckelmacher | |
| The query builder widget is now properly disabled when the user wants to look for files by filename and not by content. | |||
| 2014-09-10 | Use the Baloo Query Builder widget to add syntax-highlighting in Dolphin search | Denis Steckelmacher | |
| REVIEW: 112589 | |||
| 2014-09-10 | Merge branch 'master' into frameworks | Luca Beltrame | |
| 2014-09-10 | Set the focus to the active view if the current tab has been changed. | Emmanuel Pescosta | |
| BUG: 338892 FIXED-IN: 4.15.0 REVIEW: 120125 | |||
| 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-09-04 | extract method renameItem, factorizes the common code | David Faure | |
| 2014-09-02 | Rename "Recently Accessed" to "Recently Saved" | kdeuser 56 | |
| In dolphin the Section that leads you to timeline claims to show "Recently Accessed", which is not true, it shows "Recently Saved" instead. BUG: 304854 REVIEW: 119986 | |||
| 2014-09-01 | Make it possible to open archives via the command line | Frank Reininghaus | |
| This used to work before afcf8961f6666a912e0e6e5072a000837f7cf6aa (only if "Open archives as folder" was enabled in the settings though). The reason why this commit broke it is that the mime type of a file is not determined automatically any more before asking KProtocolManager::protocolForArchiveMimetype for the correct protocol, so the determination of the protocol may fail. Keeping the isMimeTypeKnown() check in DolphinView::openItemAsFolderUrl still makes sense, because it prevents GUI blocking if the user tries to open many files at the same time. Therefore, we now call determineMimeType() in DolphinViewContainer::slotUrlIsFileError(const KUrl&) and then try to determine the correct protocol and use it to open the archive in the view, rather than hoping that slotItemActivated(item) will do the right thing. BUG: 333078 REVIEW: 119877 FIXED-IN: 4.14.1 | |||
| 2014-08-31 | Only keep the active view container connected with the main window, all inactive | Emmanuel Pescosta | |
| view containers are disconnected. Changing the connections is done whenever the active view has been changed, so we can always guarantee that the active view is connected. The problem with restoring saved sessions is, that we create a new view container in DolphinTabPage::restoreState() when split view was used in the previous session, but this view container isn't connected to the main window slots because DolphinMainWindow::connectViewSignals() is not called for this container. This leads to these strange problems: no context menu, ... BUG: 338549 REVIEW: 119961 FIXED-IN: 4.14.1 | |||
| 2014-08-24 | cleanups | David Faure | |
| 2014-08-24 | use non-deprecated cmake var name | David Faure | |
| 2014-08-24 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 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-22 | Merge branch 'KDE/4.14' | Emmanuel Pescosta | |
| 2014-08-22 | Hide an already visible KMessageWidget message before showing a new one | Arjun AK | |
| 1. Do some operation that causes the KMessageWidget to show an error message 2. Immediately Repeat the same action. The user has no way to know whether the error message is from the second operation or is a leftover from the first one. By hiding the widget first and then showing it using animatedShow(), the user can clearly see that a new message was generated. Also once the directory successfully loads, the widget should be hidden. BUG: 323077 FIXED-IN: 4.14.1 REVIEW: 119401 | |||
| 2014-08-22 | Port away from KonqOperations::askDeleteConfirmation and KonqOperations::del | David Faure | |
| and remove them. Porting docs added to https://community.kde.org/Frameworks/Porting_Notes#libkonq | |||
| 2014-08-21 | Remove KonqOperations::emptyTrash() and port to KIO::emptyTrash() instead. | David Faure | |
| 2014-08-20 | Save the view states in addition to the view urls and splitter state in ↵ | Emmanuel Pescosta | |
| DolphinTabPage. Also added version numbers to view and tab state. REVIEW: 119792 | |||
| 2014-08-19 | Port from KonqOperations::restoreTrashedItems to KIO::restoreFromTrash. | David Faure | |
| 2014-08-14 | Merge branch 'KDE/4.14' | Emmanuel Pescosta | |
| Conflicts: dolphin/src/dolphin.appdata.xml | |||
| 2014-08-14 | Fixes display issues of Dolphin statusbar widgets when a high DPI value is ↵ | Mathieu Tarral | |
| used (>= 196 for example). BUG: 334271 REVIEW: 119701 FIXED-IN: 4.14.1 | |||
| 2014-08-14 | Merge branch 'master' of git://anongit.kde.org/kde-baseapps | Emmanuel Pescosta | |
| 2014-08-14 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 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 | |||
