| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-16 | [CLAZY] Fixed all level 1 and level 2 warnings with small exceptions | Artur Puzio | |
| REVIEW: 126771 | |||
| 2015-02-24 | Replace kDebug/kWarning by categorized logging (org.kde.dolphin) | Emmanuel Pescosta | |
| 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-10 | Clean includes + port to QMenu | Montel Laurent | |
| 2014-10-07 | kdelibs4support-- | Montel Laurent | |
| 2014-09-12 | Ported KIcon to QIcon | Emmanuel Pescosta | |
| REVIEW: 120159 | |||
| 2014-06-29 | Remove the automoc noise | Christophe Giboudeaux | |
| 2014-05-05 | dolphin: convert views/ to qt5 signal/slot syntax | Alex Richardson | |
| Removed arguments from DolphinViewActionHandler::slotTrashActivated since they were unused and made the connection fail. Also fixed a bad connection in dolphinview.cpp, there is no signal KFileItemModel::loadingCompleted | |||
| 2014-05-05 | Allow compiling Dolphin with KF5 | Alex Richardson | |
| This does not work properly yet, there are probably quite a few bad signal/ slot connections due to KUrl -> QUrl. However dolphin starts without crashing. Accessibility is not ported since that changed quite a lot from Qt4 -> Qt5 and I have no idea how it is supposed to be used. This is the first commit for review 117395 | |||
| 2012-12-21 | KIO::SlaveConfig::configData -> KProtocolManager::charsetFor for KF5. | Dawit Alemayehu | |
| 2012-01-18 | When populating the "Show Remote Encoding" menu, put the check mark besides | Dawit Alemayehu | |
| the correct saved remote encoding charset. BUG: 186289 FIXED-IN: 4.8.0 REVIEW: 103730 (cherry picked from commit 8f231bd08134f7b1870a9c1747429c1b05174d62) | |||
| 2011-04-14 | SVN_SILENT Remove trailing white space. | Frank Reininghaus | |
| 2011-02-09 | Coding style update for pointer comparison | Peter Penz | |
| Most developers seem to prefer if (ptr) ... if (!ptr) ... in comparison to if (ptr != 0) ... if (ptr == 0) ... Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy. | |||
| 2011-02-04 | Use capitalized KDE includes | Peter Penz | |
| 2010-07-24 | Sourcecode hierarchy cleanup: Move further files from src to src/views | Peter Penz | |
| svn path=/trunk/KDE/kdebase/apps/; revision=1154150 | |||
