| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2014-07-08 | Avoid opening unused tabs which are closed again after startup has finished ↵ | Emmanuel Pescosta | |
| (when directory/file urls are given) Instead of always opening a new tab with the home url and closing it again when directory/file urls are passed on, we now use the given directories/files directly to open new tabs on startup. Makes the code easier and we can reuse openDirectories/openFiles in future (if needed). REVIEW: 118966 | |||
| 2014-07-04 | Implemented DolphinTabPage class to encapsulate the split view handling from ↵ | Emmanuel Pescosta | |
| DolphinMainWindow. The signal activeViewUrlChanged in DolphinTabPage is currently unused, but we need it later when we implement the tab widget and tab bar. DolphinTabPage has saveState/restoreState which are using a QByteArray instead of the KConfigGroup to be more generic. REVIEW: 118964 | |||
| 2014-06-29 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/dolphinmainwindow.h | |||
| 2014-06-29 | Remove the automoc noise | Christophe Giboudeaux | |
| 2014-06-25 | prevent goBack, goForward, goHome and goUp from being called twice | Arjun AK | |
| REVIEW: 118782 | |||
| 2014-06-19 | Implemented DolphinRecentTabsMenu to encapsulate the recent | Emmanuel Pescosta | |
| tabs menu related code from DolphinMainWindow in a new class. The DolphinRecentTabsMenu remembers the tab configuration if a tab has been closed. REVIEW: 118805 | |||
| 2014-06-04 | Make Dolphin windows with multiple tabs closable | Frank Reininghaus | |
| The return type and return values of KMessageBox::createKMessageBox() have changed in KF5. We have to adjust the code in DolphinMainWindow::closeEvent(QCloseEvent* event) in order to make windows with multiple tabs closable. BUG: 335732 REVIEW: 118508 | |||
