| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-08 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-03-07 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 2015-03-06 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
| 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 | readded missing isVersioned check in VersionControlObserver::actions() | Emmanuel Pescosta | |
| 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-06 | kdelibs4support-- | Montel Laurent | |
| 2015-02-06 | Clean up includes | Montel Laurent | |
| 2015-01-05 | Always connect the drop job result with DolphinView::slotPasteJobResult | Emmanuel Pescosta | |
| to receive the error message in case of an error also when the destUrl is not equal to the current url in the view. CCMAIL: [email protected] | |||
| 2015-01-05 | Dolphin: port from KonqOperations::doDrop to the new KIO::DropJob | David Faure | |
| REVIEW: 121678 | |||
| 2014-12-25 | Remove unused libkonq includes | David Faure | |
| 2014-12-14 | use save() instead of writeConfig() | 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-11-20 | Fix Exports. | Andrius da Costa Ribas | |
| REVIEW: 121078 | |||
| 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-03 | Q_DECL_OVERRIDE | Lukáš Tinkl | |
| 2014-11-02 | KonqOperations: KIO::pasteMimeData -> KIO::paste, update signal and simplify ↵ | David Faure | |
| dolphin accordingly. | |||
| 2014-11-02 | Port from KonqOperations::doPaste to new job KIO::paste | David Faure | |
| Remove KonqOperations::doPaste. | |||
| 2014-10-26 | don't save view_properties in ~/.local/share/dolphindolphin | Lukáš Tinkl | |
| looks like writableLocation() already includes the app name | |||
| 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 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 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-15 | Port to QDialog | Montel Laurent | |
| 2014-10-15 | Replaced the ItemState structure with QPair<KFileItem, ↵ | Emmanuel Pescosta | |
| KVersionControlPlugin2::ItemVersion> | |||
| 2014-10-10 | Clean includes + port to QMenu | Montel Laurent | |
| 2014-10-08 | Fix includes erroneously having slipped into baloo-only sections | Marko Käning | |
| CCMAIL: [email protected] | |||
| 2014-10-07 | kdelibs4support-- | Montel Laurent | |
| 2014-10-01 | Ported Dolphin away from KStandardDirs | Emmanuel Pescosta | |
| removed unused mirroredDirectory method REVIEW: 120194 | |||
| 2014-09-26 | Make constants const, avoids unnecessary symbols in the .data section. | Volker Krause | |
| 2014-09-22 | Port away from KonqOperations::renameV2. | David Faure | |
| Tested. The if before the connect looks suspicious to me, though. | |||
| 2014-09-22 | Port away from KonqOperations::rename | David Faure | |
| 2014-09-14 | simple setShortcuts => setDefaultShortcuts porting, done | Christoph Cullmann | |
| 2014-09-14 | simple setShortcuts => setDefaultShortcuts porting | Christoph Cullmann | |
| 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-09-04 | extract method renameItem, factorizes the common code | 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 | 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-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-13 | Port from KonqMimeData to KIO::isClipboardDataCut/setClipboardDataCut | David Faure | |
| 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-01 | Actually the include was unused, remove it | Luca Beltrame | |
| 2014-08-01 | Attempt to fix build (try 2) | Luca Beltrame | |
