┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabwidget.cpp
AgeCommit message (Expand)Author
2020-03-01Fix typo in commentAlexander Saoutkin
2020-03-01Fix files not being highlighted if directory of file is already openAlexander Saoutkin
2019-10-21Disable keyboard accelerators for the tabs widgetAlex Miranda
2019-10-13Add actions for switching to a specific tabAlex Miranda
2019-09-14DolphinTabWidget: cleanup index-by-URL API usageElvis Angelaccio
2019-09-02Merge branch 'Applications/19.08'Elvis Angelaccio
2019-09-02Fixing bugs in new folders in tabs featureAlexander Saoutkin
2019-09-02[Tab Bar] Resolve tab icon only if visibleKai Uwe Broulik
2019-07-28Fix an issue with a new tab focusAndrey Yashkin
2019-05-30Open externally called files/directories in new tabsAlexander Saoutkin
2019-05-20Merge branch 'Applications/19.04'Nate Graham
2019-05-20Elide tab titles left so key information at the end of the string doesn't get...Nate Graham
2019-05-05Get rid of ugly static_cast usages in connect() callsElvis Angelaccio
2019-02-16New tab should be placed after the current tabDavid Hallas
2019-01-29After opening and switching to a new tab, always focus the viewNate Graham
2018-10-27Close Dolphin if last tab closedAlexander Saoutkin
2018-09-02Renames DolphinViewContainer::getCaption to captionDavid Hallas
2018-09-02Changes the tabName function to return the name of a specific tabDavid Hallas
2018-08-24Unify window and tab titleDavid Hallas
2018-04-09Add more tab access functionsNathaniel Graham
2018-03-05Revert "Fix some compile warnings"Elvis Angelaccio
2018-03-04Remove unused #includeRoman Inflianskas
2018-03-04Fix some compile warningsRoman Inflianskas
2017-07-27Fix drop menu position with urlnavigator dropsElvis Angelaccio
2017-05-22Correct searchbox, split view transitions between tabsAnthony Fieroni
2016-12-28Fix updating of new item menu when changing tabsMartin T. H. Sandsmark
2016-03-16[CLAZY] Fixed all level 1 and level 2 warnings with small exceptionsArtur Puzio
2015-10-21Fix detach tab not working when path contains spaces.Emmanuel Pescosta
2015-04-27Simplify startup split view handlingEmmanuel Pescosta
2015-01-05Dolphin: port from KonqOperations::doDrop to the new KIO::DropJobDavid Faure
2014-12-01Fix KUrl -> QUrl porting errorArjun AK
2014-10-21address 2 more KUrl -> QUrl issues mentioned in rr#120688Lukáš Tinkl
2014-10-21port Dolphin from KUrl to QUrlLukáš Tinkl
2014-10-21port Konqueror from KUrl to QUrlLukáš Tinkl
2014-09-10Merge branch 'master' into frameworksLuca Beltrame
2014-09-10Set the focus to the active view if the current tab has been changed.Emmanuel Pescosta
2014-08-22Merge branch 'master' into frameworksEmmanuel Pescosta
2014-08-20Save the view states in addition to the view urls and splitter state in Dolph...Emmanuel 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-10Implemented DolphinTabWidget class to encapsulate the tab handling from Dolph...Emmanuel Pescosta