| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-04 | extract method renameItem, factorizes the common code | David Faure | |
| 2014-08-24 | cleanups | David Faure | |
| 2014-08-24 | use non-deprecated cmake var name | David Faure | |
| 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-22 | Merge branch 'KDE/4.14' | Emmanuel Pescosta | |
| 2014-08-22 | Hide an already visible KMessageWidget message before showing a new one | Arjun AK | |
| 1. Do some operation that causes the KMessageWidget to show an error message 2. Immediately Repeat the same action. The user has no way to know whether the error message is from the second operation or is a leftover from the first one. By hiding the widget first and then showing it using animatedShow(), the user can clearly see that a new message was generated. Also once the directory successfully loads, the widget should be hidden. BUG: 323077 FIXED-IN: 4.14.1 REVIEW: 119401 | |||
| 2014-08-22 | Port away from KonqOperations::askDeleteConfirmation and KonqOperations::del | David Faure | |
| and remove them. Porting docs added to https://community.kde.org/Frameworks/Porting_Notes#libkonq | |||
| 2014-08-21 | Remove KonqOperations::emptyTrash() and port to KIO::emptyTrash() instead. | David Faure | |
| 2014-08-20 | Save the view states in addition to the view urls and splitter state in ↵ | Emmanuel Pescosta | |
| DolphinTabPage. Also added version numbers to view and tab state. REVIEW: 119792 | |||
| 2014-08-19 | Port from KonqOperations::restoreTrashedItems to KIO::restoreFromTrash. | David Faure | |
| 2014-08-14 | Merge branch 'KDE/4.14' | Emmanuel Pescosta | |
| Conflicts: dolphin/src/dolphin.appdata.xml | |||
| 2014-08-14 | Fixes display issues of Dolphin statusbar widgets when a high DPI value is ↵ | Mathieu Tarral | |
| used (>= 196 for example). BUG: 334271 REVIEW: 119701 FIXED-IN: 4.14.1 | |||
| 2014-08-14 | Merge branch 'master' of git://anongit.kde.org/kde-baseapps | Emmanuel Pescosta | |
| 2014-08-14 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-08-13 | React on the redirection signal from DolphinView to properly update the tab ↵ | Emmanuel Pescosta | |
| and window titles. REVIEW: 119697 BUG: 305721 | |||
| 2014-08-13 | Use DolphinTabPage saveState/restoreState to remember and re-open closed tabs. | Emmanuel Pescosta | |
| REVIEW: 118968 | |||
| 2014-08-13 | Port from KonqMimeData to KIO::isClipboardDataCut/setClipboardDataCut | David Faure | |
| 2014-08-13 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-08-12 | Merge branch 'KDE/4.14' | Frank Reininghaus | |
| 2014-08-12 | Always clear DolphinView's m_currentItemUrl member in updateViewState() | Frank Reininghaus | |
| Before this patch, we still kept the URL in m_currentItemUrl if the URL was not found in the model. This could cause problems the next time updateViewState() was called, because the current index would then be set to 0, which could cause other issues. For example, all items between the first item in the view and a folder which was expanded in Details View could be selected. In principle, it is possible that updateViewState() is called multiple times if many large files are being pasted in the view, but since the item which should be made the current item (and which the view should be scrolled to) should always be the first pasted item, this change will most likely not cause any other problems. BUG: 329377 REVIEW: 119703 FIXED-IN: 4.14.0 | |||
| 2014-08-12 | Fix crash when restoring a session stored with Dolphin 4.13 or earlier | Frank Reininghaus | |
| Since DolphinTabPage::saveState() and DolphinTabPage::restoreState(const QByteArray& state) save and restore the state of each tab in a different format than DolphinMainWindow did before the refactoring, we can run into problems: the first time a user logs into a session that has Dolphin 4.14, Dolphin might read session data that does not contain the QByteArray that DolphinTabPage wants to read the data from. In restoreState, isSplitViewEnabled will thus have the value false, and no secondary view will be created. Later on, m_primaryViewActive will also be set to false, but the else branch of the following "if (m_primaryViewActive)" then tries to activate the secondary view, which does not exist -> we get a crash. The easiest solution is to not restore the tab state if no session data in the new format is found. BUG: 338187 REVIEW: 119718 FIXED-IN: 4.14.0 | |||
| 2014-08-10 | Port accessibility to Qt 5 | Frederik Gladhorn | |
| REVIEW: 119428 | |||
| 2014-08-10 | Implemented DolphinTabWidget class to encapsulate the tab handling from ↵ | Emmanuel Pescosta | |
| DolphinMainWindow. REVIEW: 119115 | |||
| 2014-08-10 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-08-10 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-08-04 | Fix wrong text eliding in some corner cases. | Emmanuel Pescosta | |
| BUG: 337104 FIXED-IN: 4.14.0 REVIEW: 119546 | |||
| 2014-08-03 | Merge branch 'master' into frameworks | Luca Beltrame | |
| Conflicts: dolphin/src/panels/places/placesitemmodel.cpp kdepasswd/kcm/CMakeLists.txt [deleted in frameworks] kdepasswd/kcm/main.cpp [deleted in frameworks] | |||
| 2014-08-03 | Merge branch 'KDE/4.14' | Frank Reininghaus | |
| 2014-08-03 | Fix warning on launch "QPixmap::scaled: Pixmap is a null pixmap" | Michael Reeves | |
| If Dolphin is launched with the information panel on and set to display previews, PixmapViewer::paintEvent is called three times before any pixmap is set. Each time the above warning message is output. REVIEW: 119553 FIXED-IN: 4.14.0 | |||
| 2014-08-03 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-08-03 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-08-03 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-08-03 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-08-02 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-08-02 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-08-01 | Actually the include was unused, remove it | Luca Beltrame | |
| 2014-08-01 | Attempt to fix build (try 2) | Luca Beltrame | |
| 2014-08-01 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-31 | Clean up KAction leftovers. | Arnold Dumas | |
| 2014-07-31 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-31 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-31 | s/kcmshell4/kcmshell5 | Lukáš Tinkl | |
| 2014-07-30 | Prevent multiple connections between sender and receiver | Arjun AK | |
| Use a Qt::uniqueConnection so that only one connection exists between the sender and receiver. REVIEW: 119532 | |||
| 2014-07-27 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-25 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-07-25 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-24 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-07-24 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-07-22 | Fix build | Luca Beltrame | |
| 2014-07-22 | Merge branch 'master' into frameworks | Luca Beltrame | |
