┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Expand)Author
2015-04-27Simplify startup split view handlingEmmanuel Pescosta
2015-02-27Fix build in a kdelibs4-free enviromentHrvoje Senjan
2015-02-26Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ...Emmanuel Pescosta
2015-02-04Port Dolphin away from KApplication, KCmdLineArgs and K4AboutDataMathieu Tarral
2015-02-03Ported Dolphin from KDialog to QDialog and save/restoreDialogSize to KWindowC...Emmanuel Pescosta
2015-01-29Revert commit 0c6c76b038e868e225f7816fae39635d472bce0a and make theEmmanuel Pescosta
2015-01-28Make the QWeakPointer<DolphinContextMenu> a QScopedPointer<DolphinContextMenu>Emmanuel Pescosta
2015-01-28forward requestItemInfo signalEmmanuel Pescosta
2015-01-28undo should be disabled by defaultEmmanuel Pescosta
2015-01-28use DolphinMainWindow::showErrorMessage instead of DolphinMainWindow::slotPan...Emmanuel Pescosta
2014-12-01Fix KUrl -> QUrl porting errorArjun AK
2014-11-10KLineEdit to QLineEditEmmanuel Pescosta
2014-11-10make use of initializer listsEmmanuel Pescosta
2014-11-04fix default tab prev/next shortcutsLukáš Tinkl
2014-11-03Q_DECL_OVERRIDELukáš Tinkl
2014-11-02Update status of paste action once directory has finished loading.David Faure
2014-10-28Port to QDialogMontel Laurent
2014-10-21port Dolphin from KUrl to QUrlLukáš Tinkl
2014-10-21port Konqueror from KUrl to QUrlLukáš Tinkl
2014-10-18Fix includesMontel Laurent
2014-10-18Fix includesMontel Laurent
2014-10-10Clean includes + port to QMenuMontel Laurent
2014-10-07kdelibs4support--Montel Laurent
2014-10-01Ported Dolphin away from KStandardDirsEmmanuel Pescosta
2014-09-15* Fixed wrong signal-slot connection between KUrlNavigator and DolphinMainWindowEmmanuel Pescosta
2014-09-14simple setShortcuts => setDefaultShortcuts portingChristoph Cullmann
2014-09-14simple setShortcuts => setDefaultShortcuts portingChristoph Cullmann
2014-09-12Ported KIcon to QIconEmmanuel Pescosta
2014-09-09Add "Open Path" context menu actionKai Uwe Broulik
2014-08-22Merge branch 'master' into frameworksEmmanuel Pescosta
2014-08-13React on the redirection signal from DolphinView to properly update the tab a...Emmanuel Pescosta
2014-08-13Use DolphinTabPage saveState/restoreState to remember and re-open closed tabs.Emmanuel Pescosta
2014-08-13Port from KonqMimeData to KIO::isClipboardDataCut/setClipboardDataCutDavid Faure
2014-08-10Implemented DolphinTabWidget class to encapsulate the tab handling from Dolph...Emmanuel Pescosta
2014-07-31Clean up KAction leftovers.Arnold Dumas
2014-07-22Fix buildLuca Beltrame
2014-07-22Merge branch 'master' into frameworksLuca Beltrame
2014-07-22make CTRL+SHIFT+T reopen last closed tabArjun AK
2014-07-16Merge branch 'master' into frameworksLuca Beltrame
2014-07-16Merge branch 'KDE/4.14'Frank Reininghaus
2014-07-16Fix regression concerning the "Places" selector in the location barFrank Reininghaus
2014-07-10Merge branch 'master' into frameworksEmmanuel Pescosta
2014-07-08Implemented (QTabBar based) DolphinTabBar class to encapsulate the tab bar ha...Emmanuel Pescosta
2014-07-08Avoid opening unused tabs which are closed again after startup has finished (...Emmanuel Pescosta
2014-07-04Implemented DolphinTabPage class to encapsulate the split view handling from ...Emmanuel Pescosta
2014-06-29Merge remote-tracking branch 'origin/master' into frameworksFrank Reininghaus
2014-06-29Remove the automoc noiseChristophe Giboudeaux
2014-06-25prevent goBack, goForward, goHome and goUp from being called twiceArjun AK
2014-06-19Implemented DolphinRecentTabsMenu to encapsulate the recentEmmanuel Pescosta
2014-06-04Make Dolphin windows with multiple tabs closableFrank Reininghaus