| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-04 | Add dolphin dbus service | Emmanuel Pescosta | |
| 2015-02-04 | Port Dolphin away from KApplication, KCmdLineArgs and K4AboutData | Mathieu Tarral | |
| 2015-02-04 | Port away from KGlobal::mainComponent() | Emmanuel Pescosta | |
| 2015-02-04 | Solved TODO: KWindowConfig::saveWindowSize/restoreWindowSize in ↵ | Emmanuel Pescosta | |
| DolphinSettingsDialog | |||
| 2015-02-04 | Port KonqCopyToMenu to KFileCopyToMenu | Emmanuel Pescosta | |
| 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-02-03 | Port away from KGlobalSettings::completionMode() | Emmanuel Pescosta | |
| REVIEW: 122347 | |||
| 2015-02-01 | Port away from KGlobalSettings::singleClick() and use the mouse kcm module ↵ | Emmanuel Pescosta | |
| instead of implementing the single/double click settings on our one. REVIEW: 122311 | |||
| 2015-01-31 | Port away from KGlobalSettings::naturalSorting() by moving it to Dolphin's ↵ | Emmanuel Pescosta | |
| GeneralSettings REVIEW: 122310 | |||
| 2015-01-30 | Port KGlobalSettings::smallestReadableFont() to ↵ | Emmanuel Pescosta | |
| QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont) REVIEW: 122308 | |||
| 2015-01-30 | Port away from KGlobalSettings::graphicEffectsLevel() | Emmanuel Pescosta | |
| REVIEW: 122309 | |||
| 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 | Merge branch 'Applications/14.12' into frameworks | Emmanuel Pescosta | |
| Conflicts: dolphin/src/main.cpp kdepasswd/kcm/kcm_useraccount.desktop konqueror/settings/ebrowsing/ebrowsing.desktop konqueror/settings/kio/cache.desktop konqueror/settings/kio/cookies.desktop konqueror/settings/kio/netpref.desktop konqueror/settings/kio/proxy.desktop konqueror/settings/kio/smb.desktop konqueror/settings/kio/uasproviders/firefox30oncurrent.desktop konqueror/settings/kio/uasproviders/ie90onwinnt71.desktop konqueror/settings/kio/useragent.desktop lib/konq/konq_operations.cpp | |||
| 2015-01-28 | Make the QWeakPointer<DolphinContextMenu> a QScopedPointer<DolphinContextMenu> | Emmanuel Pescosta | |
| 2015-01-28 | use addActions instead of doing addAction in a loop | 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 | |||
| 2015-01-24 | Removed old (<= 4.6) settings upgrading code (jpegrotatedthumbnail to ↵ | Emmanuel Pescosta | |
| jpegthumbnail) from PreviewsSettingsPage | |||
| 2015-01-24 | Port ConfigurePreviewPluginDialog away from KLibrary, KIO::NetAccess::del ↵ | Emmanuel Pescosta | |
| and ThumbCreatorV2 | |||
| 2015-01-24 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-01-21 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-01-12 | Add disk usage statistics menu to SpaceInfo widget in the status bar: | Gregor Mi | |
| the menu has the following entries: 1. Filelight location 2. Filelight device 3. Filelight 4. KDiskFree KService is used to find the applications and display proper translations. KRun is used to run the applications. REVIEW: 121478 CHANGELOG: Add a menu on left-click on the SpaceInfo widget in the status bar to show Disk Usage statistics. | |||
| 2015-01-05 | Always connect the drop job result with DolphinView::slotPasteJobResult | Emmanuel Pescosta | |
| to receive the error message in case of an error also when the destUrl is not equal to the current url in the view. CCMAIL: [email protected] | |||
| 2015-01-05 | Dolphin: port from KonqOperations::doDrop to the new KIO::DropJob | David Faure | |
| REVIEW: 121678 | |||
| 2015-01-04 | Fix for crash which was introduced by commit | Emmanuel Pescosta | |
| c2a0d3e889666539669562a6c1f7a080a0f29b11 (use QCollator instead of KStringHandler) REVIEW: 121817 BUG: 342316 | |||
| 2014-12-25 | Remove unused libkonq includes | David Faure | |
| 2014-12-24 | Fix compilation with Qt 5.2 and 5.3; QSignalSpy can't take a function ↵ | David Faure | |
| pointer yet | |||
| 2014-12-18 | Statusbar SpaceInfo widget: set visible by default | Gregor Mi | |
| REVIEW: 121474 | |||
| 2014-12-18 | Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir. | Emmanuel Pescosta | |
| All tests passed! | |||
| 2014-12-17 | Port from KStringHandler naturalCompare to QCollator compare. | Emmanuel Pescosta | |
| Make use of the QCollator instance (m_collator) in nameRoleGroups instead of using QString::localeAwareCompare (uses QCollator internally) We don't need the m_caseSensitivity anymore, because the QCollator instance also holds this information. (This patch doesn't make use of QCollatorSortKey) Reviewed by Kai REVIEW: 121480 | |||
| 2014-12-14 | use save() instead of writeConfig() | Emmanuel Pescosta | |
| 2014-12-14 | Port KInputDialog to QInputDialog | Emmanuel Pescosta | |
| 2014-12-14 | Remove K_EXPORT_PLUGIN | Emmanuel Pescosta | |
| 2014-12-14 | port from KTabWidget to QTabWidget | Emmanuel Pescosta | |
| 2014-12-14 | get rid of KFileItemActionPlugin | Emmanuel Pescosta | |
| 2014-12-14 | port away from VBox/HBox | Emmanuel Pescosta | |
| 2014-12-14 | show warnings about deprecated declarations | Emmanuel Pescosta | |
| 2014-12-14 | port away from deprecated KFileItem(mode_t mode, mode_t permissions, const ↵ | Emmanuel Pescosta | |
| QUrl &url, bool delayedMimeTypes = false); | |||
| 2014-12-10 | Fix Terminal-View navigation sync issue | Arjun AK | |
| The URL needs to be constructed from 'QUrl::fromLocalFile()' instead of a QString so that the scheme is set properly. REVIEW: 121409 BUG: 341678 | |||
| 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-26 | Set version number to 14.11.97 for the KDE Applications 14.12 RC | Emmanuel Pescosta | |
| 2014-11-21 | Update Dolphin version to 4.14.98 for Release Candidate | Frank Reininghaus | |
| Using KDE_VERSION_STRING as the Dolphin version was convenient, but it does not make sense anymore because it is fixed at 4.14.3 now. REVIEW: 121195 | |||
| 2014-11-20 | Fix desktop name | Montel Laurent | |
| 2014-11-20 | Fix build after review 121078 | Luca Beltrame | |
| RR 121078 fixed exports, but did not include the necessary generate_export_header in the CMakeLists.txt. Please, if you are testing for Windows, ensure you also test your build in Linux (and with a clean build dir). The fact that kde-baseapps for KF5 is still unreleased does not mean it should not be buildable. CCMAIL: [email protected] | |||
| 2014-11-20 | Fix Exports. | Andrius da Costa Ribas | |
| REVIEW: 121078 | |||
| 2014-11-19 | set the dolphin part's translation domain | Lukáš Tinkl | |
| see RR 121141 for details | |||
| 2014-11-17 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-11-11 | Fixed build error which was introduced by commit ↵ | Emmanuel Pescosta | |
| 7ed7cd97d084364d8ee61b35f5ffa3630c5277a4 CCMAIL: [email protected] | |||
| 2014-11-10 | KIntSpinBox to QSpinBox | Emmanuel Pescosta | |
