| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-25 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| 2015-02-24 | Replace kDebug/kWarning by categorized logging (org.kde.dolphin) | Emmanuel Pescosta | |
| 2015-02-24 | Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClasses | Emmanuel Pescosta | |
| 2015-02-24 | include KFileItem instead of KFileItemList | Emmanuel Pescosta | |
| 2015-02-20 | Missed a saveBookmarks call in the PlacesItemModel's deconstructor (see ↵ | Emmanuel Pescosta | |
| commit 2a79feaea0088730bbf4fd4b65baa1c4a91b84b9) | |||
| 2015-02-19 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| 2015-02-19 | Sync bookmark manager only if the change was done by the current process | Emmanuel Pescosta | |
| Adoption of http://commits.kde.org/kdelibs/2b5c6e42fc8114c6854ce490b9cdd4356be683d9 FIXED-IN: 14.12.3 BUG: 343620 BUG: 310080 REVIEW: 122640 | |||
| 2015-02-19 | QUrl porting bug: Added a missing QUrl::fromLocalFile in ↵ | Emmanuel Pescosta | |
| FoldersPanel::loadTree to make the FoldersPanel work again REVIEW: 122631 BUG: 344204 FIXED-IN: 15.04 | |||
| 2015-02-06 | kdelibs4support-- | Montel Laurent | |
| 2015-02-04 | Port away from KGlobal::mainComponent() | Emmanuel Pescosta | |
| 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-30 | Port KGlobalSettings::smallestReadableFont() to ↵ | Emmanuel Pescosta | |
| QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont) REVIEW: 122308 | |||
| 2015-01-28 | Merge branch 'Applications/14.12' into frameworks | Emmanuel Pescosta | |
| Conflicts: dolphin/src/main.cpp kdepasswd/kcm/kcm_useraccount.desktop konqueror/settings/ebrowsing/ebrowsing.desktop konqueror/settings/kio/cache.desktop konqueror/settings/kio/cookies.desktop konqueror/settings/kio/netpref.desktop konqueror/settings/kio/proxy.desktop konqueror/settings/kio/smb.desktop konqueror/settings/kio/uasproviders/firefox30oncurrent.desktop konqueror/settings/kio/uasproviders/ie90onwinnt71.desktop konqueror/settings/kio/useragent.desktop lib/konq/konq_operations.cpp | |||
| 2015-01-05 | Dolphin: port from KonqOperations::doDrop to the new KIO::DropJob | David Faure | |
| REVIEW: 121678 | |||
| 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 | |||
