| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-26 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-12-25 | Remove unused libkonq includes | David Faure | |
| 2014-12-25 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 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-22 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-11-21 | Merge branch 'Applications/14.12' | Frank Reininghaus | |
| 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-11 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-11-10 | Merge branch 'Applications/14.12' | Emmanuel Pescosta | |
| 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-09 | Make sure that m_selectionToggle is not 0 before calling deleteLater() | Frank Reininghaus | |
| Commit 1938ad54d4ee640f04d24bad3b690095bc9b8668 replaced delete by deleteLater(). However, the latter cannot be used safely with null pointers. This commit adds a safety check in order to make sure that we do not get a crash. Thanks to Christoph Feck for pointing out this issue. | |||
| 2014-11-09 | Use deleteLater() to delete the selection toggle in KItemListWidget | Frank Reininghaus | |
| This patch should make a crash with a backtrace as provided in the bug report impossible. I'm not sure if this would really prevent the crash - it looks like the actual cause of the problem could be in QGraphicsView or anywhere else, but it's hard to tell because the bug was reported just once and does not seem reproducible. But I'm pretty sure that this change doesn't make anything worse. BUG: 334785 REVIEW: 121087 | |||
| 2014-11-09 | Ensure input is a valid regexp before enabling regexp filter mode | Arjun AK | |
| Checking whether the input contains '*', '?' or '[' alone will not do since there can be files with '[' in their name. REVIEW: 120986 BUG: 340470 FIXED-IN: 14.12 | |||
| 2014-11-09 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-11-09 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-11-07 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 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 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 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. | |||
