| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-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-11 | Fixed build error which was introduced by commit ↵ | Emmanuel Pescosta | |
| 7ed7cd97d084364d8ee61b35f5ffa3630c5277a4 CCMAIL: [email protected] | |||
| 2014-11-10 | KIntSpinBox to QSpinBox | Emmanuel Pescosta | |
| 2014-11-10 | KLineEdit to QLineEdit | Emmanuel Pescosta | |
| 2014-11-10 | make use of initializer lists | Emmanuel Pescosta | |
| 2014-11-10 | get rid of unused warnings | Emmanuel Pescosta | |
| 2014-11-04 | Fix more unit test failures | Frank Reininghaus | |
| This commit is analogous to 5cf8941ac789e47da70fe466033f45df9af1a3fa, but the problem existed since the frameworks port was started and was not obvious because the QString -> KUrl/QUrl port was done implicitly when calling KIO::rename(oldPath, newPath, KIO::HideProgressInfo). REVIEW: 120941 | |||
| 2014-11-04 | Fix unit test failures | Frank Reininghaus | |
| These were caused by 86e31084ced8ba4875a6128f91ec2ca3d6df7a31 - note that the correct replacement for KUrl(fileName) is QUrl::fromLocalFile(fileName), and that calling the const function urlA.adjusted(QUrl::RemoveFilename) only has an effect if the return value is taken. | |||
| 2014-11-04 | fix default tab prev/next shortcuts | Lukáš Tinkl | |
| take into accound the whole list, not just the first shortcut | |||
| 2014-11-03 | Q_DECL_OVERRIDE | Lukáš Tinkl | |
| 2014-11-03 | use QUrl::fromLocalFile() on devices | Lukáš Tinkl | |
| fixes being unable to access eg. removable drives | |||
| 2014-11-03 | fix initializer list | Lukáš Tinkl | |
| 2014-11-02 | KonqOperations: KIO::pasteMimeData -> KIO::paste, update signal and simplify ↵ | David Faure | |
| dolphin accordingly. | |||
| 2014-11-02 | Many cleanups in KonqOperations | David Faure | |
| 2014-11-02 | Update status of paste action once directory has finished loading. | David Faure | |
| Since 6a6cf1ab328e7600f0c2b375e43a1e3bd236a5a7, it depends on rootItem() which is not available until the dirlister emits it. | |||
| 2014-11-02 | Port from KonqOperations::doPaste to new job KIO::paste | David Faure | |
| Remove KonqOperations::doPaste. | |||
| 2014-11-01 | Enable KRun's script execution prompt. | Arjun AK | |
| This commit enables KRun's script/desktop file execution prompts, which is shown when the user launches an executable script or a desktop file. This is done so as to prevent the user from accidentaly executing programs. A checkbox to enable or disable the prompts is also being added to the preferences window REVIEW: 120171 BUG: 275405 | |||
| 2014-10-28 | Port to QDialog | Montel Laurent | |
| 2014-10-27 | Port to QDebug*. KVBox-- | Montel Laurent | |
| 2014-10-26 | don't save view_properties in ~/.local/share/dolphindolphin | Lukáš Tinkl | |
| looks like writableLocation() already includes the app name | |||
| 2014-10-24 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Conflicts: dolphin/src/panels/terminal/terminalpanel.cpp dolphin/src/panels/terminal/terminalpanel.h | |||
| 2014-10-24 | Merge remote-tracking branch 'origin/KDE/4.14' | Frank Reininghaus | |
