┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-04Fix for crash which was introduced by commitEmmanuel Pescosta
c2a0d3e889666539669562a6c1f7a080a0f29b11 (use QCollator instead of KStringHandler) REVIEW: 121817 BUG: 342316
2014-12-26SVN_SILENT made messages (.desktop file)l10n daemon script
2014-12-25Remove unused libkonq includesDavid Faure
2014-12-25SVN_SILENT made messages (.desktop file)l10n daemon script
2014-12-24Fix compilation with Qt 5.2 and 5.3; QSignalSpy can't take a function ↵David Faure
pointer yet
2014-12-18Statusbar SpaceInfo widget: set visible by defaultGregor Mi
REVIEW: 121474
2014-12-18Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.Emmanuel Pescosta
All tests passed!
2014-12-17Port 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-14use save() instead of writeConfig()Emmanuel Pescosta
2014-12-14Port KInputDialog to QInputDialogEmmanuel Pescosta
2014-12-14Remove K_EXPORT_PLUGINEmmanuel Pescosta
2014-12-14port from KTabWidget to QTabWidgetEmmanuel Pescosta
2014-12-14get rid of KFileItemActionPluginEmmanuel Pescosta
2014-12-14port away from VBox/HBoxEmmanuel Pescosta
2014-12-14show warnings about deprecated declarationsEmmanuel Pescosta
2014-12-14port away from deprecated KFileItem(mode_t mode, mode_t permissions, const ↵Emmanuel Pescosta
QUrl &url, bool delayedMimeTypes = false);
2014-12-10Fix Terminal-View navigation sync issueArjun 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-01Fix KUrl -> QUrl porting errorArjun AK
Trailing slashes should be removed before calling QUrl::filename(), else it will return an empty string. BUG: 341411 REVIEW: 121293
2014-11-26Set version number to 14.11.97 for the KDE Applications 14.12 RCEmmanuel Pescosta
2014-11-22SVN_SILENT made messages (after extraction)l10n daemon script
2014-11-21Merge branch 'Applications/14.12'Frank Reininghaus
2014-11-21Update Dolphin version to 4.14.98 for Release CandidateFrank 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-20Fix desktop nameMontel Laurent
2014-11-20Fix build after review 121078Luca 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-20Fix Exports.Andrius da Costa Ribas
REVIEW: 121078
2014-11-19set the dolphin part's translation domainLukáš Tinkl
see RR 121141 for details
2014-11-17SVN_SILENT made messages (after extraction)l10n daemon script
2014-11-11Fixed build error which was introduced by commit ↵Emmanuel Pescosta
7ed7cd97d084364d8ee61b35f5ffa3630c5277a4 CCMAIL: [email protected]
2014-11-11SVN_SILENT made messages (after extraction)l10n daemon script
2014-11-10Merge branch 'Applications/14.12'Emmanuel Pescosta
2014-11-10KIntSpinBox to QSpinBoxEmmanuel Pescosta
2014-11-10KLineEdit to QLineEditEmmanuel Pescosta
2014-11-10make use of initializer listsEmmanuel Pescosta
2014-11-10get rid of unused warningsEmmanuel Pescosta
2014-11-09Make 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-09Use deleteLater() to delete the selection toggle in KItemListWidgetFrank 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-09Ensure input is a valid regexp before enabling regexp filter modeArjun 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-09SVN_SILENT made messages (after extraction)l10n daemon script
2014-11-09SVN_SILENT made messages (after extraction)l10n daemon script
2014-11-07SVN_SILENT made messages (after extraction)l10n daemon script
2014-11-04Fix more unit test failuresFrank 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-04Fix unit test failuresFrank 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-04SVN_SILENT made messages (after extraction)l10n daemon script
2014-11-04fix default tab prev/next shortcutsLukáš Tinkl
take into accound the whole list, not just the first shortcut
2014-11-03Q_DECL_OVERRIDELukáš Tinkl
2014-11-03use QUrl::fromLocalFile() on devicesLukáš Tinkl
fixes being unable to access eg. removable drives
2014-11-03fix initializer listLukáš Tinkl
2014-11-02KonqOperations: KIO::pasteMimeData -> KIO::paste, update signal and simplify ↵David Faure
dolphin accordingly.
2014-11-02Many cleanups in KonqOperationsDavid Faure
2014-11-02Update 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.