| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-29 | Merge branch 'KDE/4.14' | Emmanuel Pescosta | |
| 2014-10-29 | Hide the video player when the video has finished. | Emmanuel Pescosta | |
| BUG: 339882 FIXED-IN: 4.14.3 REVIEW: 120776 | |||
| 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 | |
| 2014-10-24 | Make the view/Terminal Panel synchronization less error-prone | Frank Reininghaus | |
| The previous solution could cause problems if the user navigates to a different URL in one view, and then activates another split view very quickly: the new active view might be switched to the same URL as the first view, which is unwanted. To fix this problem, we record a history of "cd" commands that Dolphin sends to the Terminal Panel in a queue. If a currentDirectoryChanged signal is received, and the new terminal directory is "dir", this patch does the following: 1. If the queue is empty, change the view URL to "dir". 2. Otherwise, take the queue's head, and check if it is equal to "dir". If that is the case, ignore the signal and return. 3. Go back to step 1. This ensures that every currentDirectoryChange signal that is caused by a "cd" that was sent from Dolphin to the terminal is ignored. BUG: 339009 BUG: 314038 REVIEW: 120768 | |||
| 2014-10-24 | Fix the information panel video player in Dolphin. | Andrey Bondrov | |
| Patch from ROSA Linux. BUG: 337107 BUG: 337033 BUG: 334924 CCBUG: 339882 REVIEW: 120745 FIXED-IN: 4.14.3 | |||
| 2014-10-23 | Merge branch 'KDE/4.14' | Frank Reininghaus | |
| 2014-10-23 | Connect to the currentDirectoryChanged signal after the shell setup | Frank Reininghaus | |
| This fixes the problem that the view URL may be reset to the Home URL when opening the Terminal Panel while browsing a remote URL. Moreover, it fixes crashes that can occur when the signal is received during the shell setup if the DolphinMainWindow does not have a valid m_activeViewContainer yet. BUG: 339502 BUG: 340233 REVIEW: 120726 FIXED-IN: 4.14.3 | |||
| 2014-10-21 | Use the path instead of the display string in PlacesItemModel::closestItem, | Emmanuel Pescosta | |
| fixes the determination of the closest item for me. | |||
| 2014-10-21 | Fix Dolphin build (protocol -> scheme) | Emmanuel Pescosta | |
| 2014-10-21 | address 2 more KUrl -> QUrl issues mentioned in rr#120688 | Lukáš Tinkl | |
| 2014-10-21 | Dolphin: port to KIO::pasteInfoText(). | David Faure | |
| DolphinContextMenu::createPasteAction used to be precise about destination ("Paste To Folder"), while now it's precise about the source (what to paste). It was decided that this was more useful and consistent anyway. REVIEW: 120695 | |||
| 2014-10-21 | port away from KMimeType | Lukáš Tinkl | |
| 2014-10-21 | libkonq now loads its own catalog | Lukáš Tinkl | |
| 2014-10-21 | port Dolphin from KUrl to QUrl | Lukáš Tinkl | |
| REVIEW: 120688 | |||
| 2014-10-21 | Merge doPaste and doPasteV2. Remove unused QPoint. Remove unused editMimeType. | David Faure | |
| 2014-10-21 | Port from KonqOperations::editMimeType to KMimeTypeEditor::editMimeType ↵ | David Faure | |
| (from kwidgetsaddons) | |||
| 2014-10-21 | port Konqueror from KUrl to QUrl | Lukáš Tinkl | |
| REVIEW: 120650 | |||
| 2014-10-20 | The filenamesearch ioslave has been moved to kio-extras, remove it from Dolphin. | Emmanuel Pescosta | |
| See commit 05689c462745edbaeebcfc63d456877746805451 in kio-extras | |||
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-18 | port to QPushButton | Montel Laurent | |
| 2014-10-18 | Fix includes | Montel Laurent | |
| 2014-10-18 | Remove kdelibs4support | Montel Laurent | |
| 2014-10-18 | fix forward declaration | Montel Laurent | |
| 2014-10-18 | Port test to qt5 | Montel Laurent | |
| 2014-10-16 | Merge remote-tracking branch 'origin/master' into frameworks | Frank Reininghaus | |
| Conflicts: dolphin/src/main.cpp kdepasswd/kcm/kcm_useraccount.desktop plasma/applets/folderview/folderview.cpp | |||
| 2014-10-16 | Merge remote-tracking branch 'origin/KDE/4.14' | Frank Reininghaus | |
| 2014-10-16 | Update "About" dialog after maintainership change | Frank Reininghaus | |
| See http://lists.kde.org/?t=140990649300001&r=1&w=2 REVIEW: 120608 | |||
| 2014-10-15 | Port to QDialog | Montel Laurent | |
| 2014-10-15 | Port to QDialog | Montel Laurent | |
| 2014-10-15 | Replaced the ItemState structure with QPair<KFileItem, ↵ | Emmanuel Pescosta | |
| KVersionControlPlugin2::ItemVersion> | |||
| 2014-10-14 | Port Dolphin to the new Baloo APIs | Vishesh Handa | |
| REVIEW: 120582 | |||
| 2014-10-13 | Made the free space indicator and zoom slider a little bit larger. (was ↵ | Emmanuel Pescosta | |
| reduced by an older commit) BUG: 339768 FIXED-IN: 4.14.3 | |||
| 2014-10-12 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-10-12 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-10-12 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2014-10-12 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-10-11 | clean forward declaration | Montel Laurent | |
| 2014-10-10 | Clean includes + port to QMenu | Montel Laurent | |
| 2014-10-09 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-10-09 | SVN_SILENT made messages (after extraction) | l10n daemon script | |
| 2014-10-08 | Revert "Fix desktop file" | Hrvoje Senjan | |
| This reverts commit ecd2ca2222f88c9aea1c23a57658a8a4e9ff54f9. Dolphin still uses KApp/KCmdLineArgs, so qwindowtitle is not recognized | |||
| 2014-10-08 | Fix includes erroneously having slipped into baloo-only sections | Marko Käning | |
| CCMAIL: [email protected] | |||
| 2014-10-08 | Fix desktop file | Montel Laurent | |
| 2014-10-07 | kdelibs4support-- | Montel Laurent | |
