- 19 Feb, 2013 1 commit
-
-
David Faure authored
Thanks to A.J.Reddy for the investigation and initial patch, and thanks to Frank Reininghaus for the testing. FIXED-IN: 4.10.1 BUG: 252483
-
- 28 Aug, 2012 1 commit
-
-
David Faure authored
-
- 09 Apr, 2012 1 commit
-
-
Stephen Kelly authored
These are needed in Qt5/KF5.
-
- 20 Feb, 2012 1 commit
-
-
Dawit Alemayehu authored
-
- 06 Sep, 2011 1 commit
-
-
Peter Penz authored
QMetaObject::invokeMethod() reports that KFileItem is unregistered. CCMAIL: faure@kde.org
-
- 31 Jul, 2011 1 commit
-
-
Laurent Montel authored
-
- 21 Jun, 2011 1 commit
-
-
David Faure authored
When pasting/dropping raw data, this creates the file with the right permission and makes undo work (deletes the file). Needs kdelibs > 92e4dfab0d589d0ee663fb600a2cb2a046017b19 (April 20)
-
- 13 Jun, 2011 1 commit
-
-
Dawit Alemayehu authored
-
- 22 May, 2011 1 commit
-
-
Laurent Montel authored
-
- 09 May, 2011 1 commit
-
-
Alexander Potashev authored
Context strings added to 106 strings. http://techbase.kde.org/Development/Tutorials/Localization/i18n_Semantics REVIEW: 101299
-
- 25 Jan, 2011 1 commit
-
-
http://doc.trolltech.com/4.7/qtglobal.html#qptrdiff-typedefPatrick von Reth authored
svn path=/trunk/KDE/kdebase/apps/; revision=1216967
-
- 22 Sep, 2010 1 commit
-
-
Laurent Montel authored
svn path=/trunk/KDE/kdebase/apps/; revision=1178049
-
- 30 Mar, 2010 1 commit
-
-
Nicolas Lécureuil authored
This can be disabled in kiorc with the ConfirmEmptyTrash key Reviewed: http://reviewboard.kde.org/r/3434/ svn path=/trunk/KDE/kdebase/apps/; revision=1109294
-
- 31 Jan, 2010 1 commit
-
-
Peter Penz authored
BUG: 224637 CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=1082889
-
- 19 Nov, 2009 1 commit
-
-
Andrew Coles authored
svn path=/trunk/KDE/kdebase/apps/; revision=1051514
-
- 18 Nov, 2009 1 commit
-
-
David Faure authored
like Sabine's ".csv test files" folder, which did not appear in the directory view after being created. svn path=/trunk/KDE/kdebase/apps/; revision=1051124
-
- 15 Oct, 2009 1 commit
-
-
Luboš Luňák authored
svn path=/trunk/KDE/kdebase/apps/; revision=1035639
-
- 08 Oct, 2009 1 commit
-
-
Luboš Luňák authored
they are accessed using QDesktopServices/xdg-user-dirs svn path=/trunk/KDE/kdebase/apps/; revision=1032893
-
- 17 Sep, 2009 1 commit
-
-
David Faure authored
BUG: 207464 svn path=/trunk/KDE/kdebase/apps/; revision=1024904
-
- 12 Jul, 2009 1 commit
-
-
David Faure authored
Fix unexpected behavior when the dest url in the Copy To / Move To menu does not exist anymore; adding a slash forces it to exist as a directory. (Bug 199549) svn path=/trunk/KDE/kdebase/apps/; revision=995120
-
- 26 Jun, 2009 1 commit
-
-
Bruno Bigras authored
svn path=/trunk/KDE/kdebase/apps/; revision=987411
-
- 23 Apr, 2009 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdebase/apps/; revision=958325
-
- 13 Apr, 2009 1 commit
-
-
Harald Hvaal authored
Adding the KonqDndPopupMenuPlugin class and code for adding it to drag and drop menus in libkonq. This allows for having (in my case) an "Extract here" item pop up in the dnd menu of an archive file svn path=/trunk/KDE/kdebase/apps/; revision=953201
-
- 09 Apr, 2009 1 commit
-
-
Fredrik Höglund authored
add their own actions to the drop menu. svn path=/trunk/KDE/kdebase/apps/; revision=951567
-
- 01 Apr, 2009 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdebase/apps/; revision=948008
-
- 23 Mar, 2009 1 commit
-
-
David Faure authored
* Relicense KonqFileItemCapabilities to (2+3+e.V. variant), agreed by Peter Penz and George Goldberg. * Fix the statusTip of the konqpopupmenu actions not appearing in the konq statusbar: the _parent_ of the KActions has to be the mainwindow. svn path=/trunk/KDE/kdebase/apps/; revision=943370
-
- 15 Mar, 2009 1 commit
-
-
Christian Ehrlicher authored
a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a check for KUrl::isLocalFile()) svn path=/trunk/KDE/kdebase/apps/; revision=939835
-
- 02 Mar, 2009 1 commit
-
-
David Faure authored
(if you get "undef symbol", make sure you install all of kdelibs, not just kio; libkio.so.5.3 has the symbol, libkio.so.5.2 does not, kdelibs installs a file which mentions that) svn path=/trunk/KDE/kdebase/apps/; revision=934372
-
- 26 Feb, 2009 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdebase/apps/; revision=932564
-
- 25 Feb, 2009 1 commit
-
-
David Faure authored
CCMAIL: peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=931496
-
- 29 Jan, 2009 1 commit
-
-
David Faure authored
Otherwise the nested event loop will handle mouse move/release events and re-enter Qt's DND code, leading to crashes. Fix tested by blauzahl (I didn't have the crash myself). Bug 157630. svn path=/trunk/KDE/kdebase/apps/; revision=918370
-
- 07 Jan, 2009 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdebase/apps/; revision=907299
-
- 16 Dec, 2008 1 commit
-
-
David Faure authored
Who said this warning was useless? It made me fix a bug in my code... svn path=/trunk/KDE/kdebase/apps/; revision=897781
-
- 08 Dec, 2008 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdebase/apps/; revision=894264
-
- 06 Dec, 2008 2 commits
-
-
Peter Penz authored
svn path=/trunk/KDE/kdebase/apps/; revision=893549
-
Peter Penz authored
KonqOperations::doDropFileCopy(): don't add a "Move Here" action, if a directory is dragged into the same folder (e. g. if the directory /home/peter/Temp is dragged into /home/peter) CCBUG: 164314 CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=893490
-
- 02 Dec, 2008 1 commit
-
-
David Faure authored
https://www.intevation.de/roundup/kolab/issue2026 svn path=/trunk/KDE/kdebase/apps/; revision=891524
-
- 28 Sep, 2008 1 commit
-
-
Peter Penz authored
use the absolute cursor position instead of the relative cursor position for storing the contextmenu mouse coordinates CCMAIL: faure@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=865706
-
- 20 Sep, 2008 1 commit
-
-
Albert Astals Cid authored
svn path=/trunk/KDE/kdebase/apps/; revision=862919
-
- 11 Sep, 2008 1 commit
-
-
David Faure authored
Too bad dolphin doesn't use this code though... CCBUG: 168154 svn path=/trunk/KDE/kdebase/apps/; revision=859744
-