| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-14 | use save() instead of writeConfig() | Emmanuel Pescosta | |
| 2014-12-14 | port away from deprecated KFileItem(mode_t mode, mode_t permissions, const ↵ | Emmanuel Pescosta | |
| QUrl &url, bool delayedMimeTypes = false); | |||
| 2014-12-10 | Fix Terminal-View navigation sync issue | Arjun AK | |
| The URL needs to be constructed from 'QUrl::fromLocalFile()' instead of a QString so that the scheme is set properly. REVIEW: 121409 BUG: 341678 | |||
| 2014-11-10 | KLineEdit to QLineEdit | Emmanuel Pescosta | |
| 2014-11-10 | make use of initializer lists | Emmanuel Pescosta | |
| 2014-11-03 | Q_DECL_OVERRIDE | Lukáš Tinkl | |
| 2014-11-03 | use QUrl::fromLocalFile() on devices | Lukáš Tinkl | |
| fixes being unable to access eg. removable drives | |||
| 2014-11-03 | fix initializer list | Lukáš Tinkl | |
| 2014-11-02 | Port from KonqOperations::doPaste to new job KIO::paste | David Faure | |
| Remove KonqOperations::doPaste. | |||
| 2014-10-29 | Merge branch 'KDE/4.14' | Emmanuel Pescosta | |
| 2014-10-29 | Hide the video player when the video has finished. | Emmanuel Pescosta | |
| BUG: 339882 FIXED-IN: 4.14.3 REVIEW: 120776 | |||
| 2014-10-28 | Port to QDialog | Montel Laurent | |
| 2014-10-24 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Conflicts: dolphin/src/panels/terminal/terminalpanel.cpp dolphin/src/panels/terminal/terminalpanel.h | |||
| 2014-10-24 | Merge remote-tracking branch 'origin/KDE/4.14' | Frank Reininghaus | |
| 2014-10-24 | Make the view/Terminal Panel synchronization less error-prone | Frank Reininghaus | |
| The previous solution could cause problems if the user navigates to a different URL in one view, and then activates another split view very quickly: the new active view might be switched to the same URL as the first view, which is unwanted. To fix this problem, we record a history of "cd" commands that Dolphin sends to the Terminal Panel in a queue. If a currentDirectoryChanged signal is received, and the new terminal directory is "dir", this patch does the following: 1. If the queue is empty, change the view URL to "dir". 2. Otherwise, take the queue's head, and check if it is equal to "dir". If that is the case, ignore the signal and return. 3. Go back to step 1. This ensures that every currentDirectoryChange signal that is caused by a "cd" that was sent from Dolphin to the terminal is ignored. BUG: 339009 BUG: 314038 REVIEW: 120768 | |||
| 2014-10-24 | Fix the information panel video player in Dolphin. | Andrey Bondrov | |
| Patch from ROSA Linux. BUG: 337107 BUG: 337033 BUG: 334924 CCBUG: 339882 REVIEW: 120745 FIXED-IN: 4.14.3 | |||
| 2014-10-23 | Merge branch 'KDE/4.14' | Frank Reininghaus | |
| 2014-10-23 | Connect to the currentDirectoryChanged signal after the shell setup | Frank Reininghaus | |
| This fixes the problem that the view URL may be reset to the Home URL when opening the Terminal Panel while browsing a remote URL. Moreover, it fixes crashes that can occur when the signal is received during the shell setup if the DolphinMainWindow does not have a valid m_activeViewContainer yet. BUG: 339502 BUG: 340233 REVIEW: 120726 FIXED-IN: 4.14.3 | |||
| 2014-10-21 | Use the path instead of the display string in PlacesItemModel::closestItem, | Emmanuel Pescosta | |
| fixes the determination of the closest item for me. | |||
| 2014-10-21 | Fix Dolphin build (protocol -> scheme) | Emmanuel Pescosta | |
| 2014-10-21 | Dolphin: port to KIO::pasteInfoText(). | David Faure | |
| DolphinContextMenu::createPasteAction used to be precise about destination ("Paste To Folder"), while now it's precise about the source (what to paste). It was decided that this was more useful and consistent anyway. REVIEW: 120695 | |||
| 2014-10-21 | port away from KMimeType | Lukáš Tinkl | |
| 2014-10-21 | port Dolphin from KUrl to QUrl | Lukáš Tinkl | |
| REVIEW: 120688 | |||
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-15 | Port to QDialog | Montel Laurent | |
| 2014-10-11 | clean forward declaration | 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-26 | Make constants const, avoids unnecessary symbols in the .data section. | Volker Krause | |
| 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-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-12 | Ported KIcon to QIcon | Emmanuel Pescosta | |
| REVIEW: 120159 | |||
| 2014-09-10 | Merge branch 'master' into frameworks | Luca Beltrame | |
| 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-08-24 | cleanups | David Faure | |
| 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-13 | Port from KonqMimeData to KIO::isClipboardDataCut/setClipboardDataCut | David Faure | |
| 2014-08-03 | Merge branch 'master' into frameworks | Luca Beltrame | |
| Conflicts: dolphin/src/panels/places/placesitemmodel.cpp kdepasswd/kcm/CMakeLists.txt [deleted in frameworks] kdepasswd/kcm/main.cpp [deleted in frameworks] | |||
| 2014-08-03 | Merge branch 'KDE/4.14' | Frank Reininghaus | |
| 2014-08-03 | Fix warning on launch "QPixmap::scaled: Pixmap is a null pixmap" | Michael Reeves | |
| If Dolphin is launched with the information panel on and set to display previews, PixmapViewer::paintEvent is called three times before any pixmap is set. Each time the above warning message is output. REVIEW: 119553 FIXED-IN: 4.14.0 | |||
| 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-06-29 | Remove the automoc noise | Christophe Giboudeaux | |
| 2014-06-27 | Revert "Fix build" | Christophe Giboudeaux | |
| This reverts commit 780e76f35bca0ced37a691a50367cf705388cc38. Update your kfilemetadata/baloo/baloo-widgets builds instead. | |||
| 2014-06-27 | Fix build | Rohan Garg | |
| 2014-06-27 | Fix build. | Christophe Giboudeaux | |
