| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-23 | Rewrap lines in KFileItemModel::dateRoleGroups | Lasse Liehu | |
| Now they are under 100 characters. | |||
| 2015-03-31 | Remove deprecated X scaling of QPixmaps | David Edmundson | |
| QPixmaps are no longer X pixmaps so this won't ever work anymore REVIEW: 123138 | |||
| 2015-03-30 | Merge branch 'davidedmundson/highdpi' | David Edmundson | |
| REVIEW: 123137 | |||
| 2015-03-27 | review comments | David Edmundson | |
| 2015-03-26 | Make KPixmapModifier::applyFrame handle high DPI images | David Edmundson | |
| 2015-03-25 | Paint icons at the correct size | David Edmundson | |
| 2015-03-25 | squash me with a some other commit in kitemlistwidgetinformant | David Edmundson | |
| 2015-03-25 | Copy device pixel ratio from original pixmap inside KPixmapModifier::scale | David Edmundson | |
| 2015-03-25 | Create drag pixmaps which match the device pixel ratio | David Edmundson | |
| 2015-03-25 | Provide scaled pixmaps in the main file model | David Edmundson | |
| 2015-03-19 | Fix some EBN issues | Yuri Chornoivan | |
| 2015-02-26 | Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ↵ | Emmanuel Pescosta | |
| present, because KFileMetaDataWidget is in KDELibs4Support) Reviewed-By: Vishesh Handa | |||
| 2015-02-25 | Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove ↵ | Emmanuel Pescosta | |
| the deprecated KVersionControlPlugin interface from konqlib REVIEW: 122687 | |||
| 2015-02-24 | Replace kDebug/kWarning by categorized logging (org.kde.dolphin) | Emmanuel Pescosta | |
| 2015-02-24 | Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClasses | Emmanuel Pescosta | |
| 2015-02-24 | include KFileItem instead of KFileItemList | Emmanuel Pescosta | |
| 2015-02-24 | Port away from KLocale | Emmanuel Pescosta | |
| 2015-02-20 | Fix a QDateTime porting bug (different format expressions) in ↵ | Emmanuel Pescosta | |
| KFileItemModel::dateRoleGroups REVIEW: 122625 | |||
| 2015-02-06 | kdelibs4support-- | Montel Laurent | |
| 2015-02-06 | Fix includes | Montel Laurent | |
| 2015-02-06 | Fix includes | Montel Laurent | |
| 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 away from KGlobalSettings::graphicEffectsLevel() | Emmanuel Pescosta | |
| REVIEW: 122309 | |||
| 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-04 | Fix for crash which was introduced by commit | Emmanuel Pescosta | |
| c2a0d3e889666539669562a6c1f7a080a0f29b11 (use QCollator instead of KStringHandler) REVIEW: 121817 BUG: 342316 | |||
| 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-11-20 | Fix Exports. | Andrius da Costa Ribas | |
| REVIEW: 121078 | |||
| 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-03 | Q_DECL_OVERRIDE | Lukáš Tinkl | |
| 2014-10-27 | Port to QDebug*. KVBox-- | Montel Laurent | |
| 2014-10-21 | port Dolphin from KUrl to QUrl | Lukáš Tinkl | |
| REVIEW: 120688 | |||
| 2014-10-21 | port Konqueror from KUrl to QUrl | Lukáš Tinkl | |
| REVIEW: 120650 | |||
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-18 | fix forward declaration | Montel Laurent | |
| 2014-10-14 | Port Dolphin to the new Baloo APIs | Vishesh Handa | |
| REVIEW: 120582 | |||
| 2014-10-10 | Clean includes + port to QMenu | Montel Laurent | |
| 2014-10-07 | kdelibs4support-- | Montel Laurent | |
| 2014-09-12 | Ported KIcon to QIcon | Emmanuel Pescosta | |
| REVIEW: 120159 | |||
| 2014-09-11 | fixed TODO: | Emmanuel Pescosta | |
| Qt5: Replace Qt::XButton1 by Qt::BackButton and Qt::XButton2 by Qt::ForwardButton | |||
| 2014-08-22 | Merge branch 'master' into frameworks | Emmanuel Pescosta | |
| Conflicts: dolphin/src/dolphinmainwindow.cpp dolphin/src/dolphinmainwindow.h dolphin/src/dolphinrecenttabsmenu.cpp dolphin/src/dolphinviewcontainer.cpp kfind/CMakeLists.txt | |||
| 2014-08-10 | Port accessibility to Qt 5 | Frederik Gladhorn | |
| REVIEW: 119428 | |||
| 2014-08-04 | Fix wrong text eliding in some corner cases. | Emmanuel Pescosta | |
| BUG: 337104 FIXED-IN: 4.14.0 REVIEW: 119546 | |||
| 2014-07-31 | Clean up KAction leftovers. | Arnold Dumas | |
| 2014-07-04 | Merge branch 'master' into frameworks | Luca Beltrame | |
