| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-27 | Fix build. | Christophe Giboudeaux | |
| 2014-06-20 | kde-baseapps frameworks dolphin with snapshot frameworks branch ↵ | Scarlett Clark | |
| baloo/baloo-widgets path fixes. | |||
| 2014-06-12 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Conflicts: dolphin/src/dolphincontextmenu.cpp dolphin/src/panels/folders/treeviewcontextmenu.cpp | |||
| 2014-06-09 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-06-06 | Make the settings dialog work in the frameworks branch | Frank Reininghaus | |
| The KF5 version of KPageDialog has no virtual slot "slotButtonClicked(int button)". Its kdelibs 4.x counterpart had such a slot, which was connected automatically to the corresponding signal. This slot was overriden by DolphinSettingsDialog::slotButtonClicked(int button) which was responsible for applying the changed setting and restoring the default values if the corresponding button was clicked. The lack of the buttonClicked(int) signal and the corresponding slot caused the problem that clicking a button in the settings dialog had no effect. This patch makes the functions applySettings() and restoreDefaults() functions slots, and connects them directly to the "clicked" signal of the corresponding buttons. BUG: 335709 REVIEW: 118576 | |||
| 2014-05-21 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Conflicts: dolphin/src/search/filenamesearchprotocol.cpp | |||
| 2014-05-13 | Allow the widget in the "Additional Information" dialog to resize | Uzair Shamim | |
| BUG: 334355 REVIEW: 118088 FIXED-IN: 4.13.2 | |||
| 2014-05-13 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Since the master branch had never been merged into frameworks since the creation of the frameworks branch, I had to fix a couple of merge conflicts and make another change in order to make it build - I hope I did not get anything wrong. We should probably merge master into frameworks on a regular basis from now on. CCMAIL:[email protected] Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/search/dolphinfacetswidget.cpp dolphin/src/statusbar/dolphinstatusbar.cpp dolphin/src/views/dolphinview.cpp | |||
| 2014-05-05 | KIcon -> QIcon and KMimeType::iconNameForUrl() -> KIO::iconNameForUrl() | Alex Richardson | |
| 2014-05-05 | dolphin: convert statusbar, settings and search to qt5 signals/slot syntax | Alex Richardson | |
| 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 | |||
| 2014-03-04 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-02-27 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-02-06 | Port Dolphin to Baloo | Vishesh Handa | |
| Nepomuk is being replaced with Baloo | |||
| 2014-01-22 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2013-09-04 | Merge remote-tracking branch 'origin/KDE/4.11' | Frank Reininghaus | |
| 2013-09-03 | Fix color role of services list | Christoph Feck | |
| Fixes the color of non-selected items to make them readable with every color scheme. BUG: 286459 FIXED-IN: 4.11.2 REVIEW: 112483 | |||
| 2013-08-15 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2013-07-25 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2013-07-25 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2013-07-02 | Make it clear that the Trash/Delete confirmations apply to all KDE apps | Frank Reininghaus | |
| FIXED-IN: 4.11.0 REVIEW: 111324 | |||
| 2013-06-21 | Revert "Hide context menu plugins unless enabled by default or by the user" | Sune Vuorela | |
| This reverts commit b1aebb44d6863951841d857b84253a782d4138dc. As agreed with Frank on k-c-d. | |||
| 2013-05-29 | Hide context menu plugins unless enabled by default or by the user | Frank Reininghaus | |
| REVIEW: 110685 | |||
| 2013-04-20 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2013-03-15 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2013-03-14 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2013-02-22 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2013-01-18 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2013-01-16 | Allow Timeline-URLs as homepage | Andrea Scarpino | |
| FEATURE: 313151 REVIEW: 108428 | |||
| 2013-01-16 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2013-01-08 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2013-01-04 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-12-24 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-12-23 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-12-22 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-12-10 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-12-07 | Correct value for autostart setting of Service-nepomukfileindexer, part2 | Frank Reininghaus | |
| After 530c743a89bb5366ff9b6f8be1d7a37f23b46880, this fixes the other places where the incorrect default value 'false' was used. Thanks to Luc Menut for noticing this problem! CCBUG: [email protected] | |||
| 2012-11-05 | Merge remote-tracking branch 'origin/KDE/4.9' | Frank Reininghaus | |
| 2012-10-31 | Only store the HomeUrl in dolphinrc if it is not the user's home folder | Frank Reininghaus | |
| This fixes the problem that copying the dolphinrc from another user results in Dolphin starting up in a folder that might wither not be accessible or not exist at all. BUG: 308569 FIXED-IN: 4.9.3 | |||
| 2012-10-28 | Extended/Completed Frank's commit 7ca682fe903d6abfc44e2f26878e19ddc48b5633. | Emmanuel Pescosta | |
| * Implemented Rename-Inline-Option in Settings Dialog * Re-enable renaming items with the rename dialog in Folderview-Panel BUG: 306705 REVIEW: 107072 | |||
| 2012-10-15 | Port Dolphin from Nepomuk to Nepomuk2 according to the Nepomuk2Port mini ↵ | Emmanuel Pescosta | |
| guide on techbase - http://techbase.kde.org/Projects/Nepomuk/Nepomuk2Port REVIEW: 106825 | |||
| 2012-09-22 | Set accessible name to selectHomeUrlButton | José Millán Soto | |
| 2012-09-12 | Re-enable renaming items with the rename dialog | Frank Reininghaus | |
| User feedback has shown that many users used the dialog for renaming files. Since the dialog is still used when renaming multiple files, I think there is no good reason not to use it for renaming single files as well if the user wants. Note that we cannot add an option in the settings dialog due to string freeze issues. For the time being, you will have to add the line "RenameInline=false" to the [General] section of $KDEHOME/share/config/dolphinrc. BUG: 304627 FIXED-IN: 4.9.2 | |||
| 2012-08-13 | Show icon size as tooltip when adjusting icon size | Jekyll Wu | |
| BUG:292700 FIXED-IN: 4.9.1 REVIEW: 105990 (cherry picked from commit 5e87cefd4c17467c3a650b133dc9bdadea22f9f7) | |||
| 2012-08-02 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-07-30 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-07-24 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-07-09 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-06-18 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
| 2012-06-16 | SVN_SILENT made messages (.desktop file) | Script Kiddy | |
