┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-25don't try changing the directory within the terminal on non-local URLsPeter Penz
BUG: 156586 svn path=/trunk/KDE/kdebase/apps/; revision=766393
2008-01-25optimize layout for the viewproperties dialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=766382
2008-01-25change order of "General" and "View Modes" settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=766338
2008-01-24Backport: use 2 textlines per default in the icon-mode as discussed with ↵Peter Penz
David and Fredrik svn path=/branches/KDE/4.0/kdebase/apps/; revision=765736
2008-01-24use 2 textlines per default in the icon-mode as discussed with David and FredrikPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=765734
2008-01-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765555
2008-01-23Fix memory leak using K_GLOBAL_STATICDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=765229
2008-01-23Fix memory leak using K_GLOBAL_STATICDavid Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765228
2008-01-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=765161
2008-01-23Backport: allow opening directories/trash from the desktop (fixes #156192)Peter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765101
2008-01-23allow opening directories/trash from the desktopPeter Penz
BUG: 156192 svn path=/trunk/KDE/kdebase/apps/; revision=765098
2008-01-22- fix session restoreLuboš Luňák
- newInstance() from KUniqueApplication is actually harmful here svn path=/branches/KDE/4.0/kdebase/apps/; revision=764846
2008-01-22- fix session restoreLuboš Luňák
- newInstance() from KUniqueApplication is actually harmful here svn path=/trunk/KDE/kdebase/apps/; revision=764845
2008-01-22Fix restore from session management.Luboš Luňák
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764841
2008-01-22Fix restore from session management.Luboš Luňák
svn path=/trunk/KDE/kdebase/apps/; revision=764839
2008-01-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=764649
2008-01-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764609
2008-01-22svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions ↵David Faure
and provide them in the part svn path=/trunk/KDE/kdebase/apps/; revision=764550
2008-01-22And finally: provide those "additional info" actions in the part too.David Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764549
2008-01-22Move the code handling the additional-info-actions to DolphinView; simplify ↵David Faure
signal from DolphinView (it has the info anyway). The fact that the last additional-info doesn't show up in the icon view is in fact a KFileItemDelegate bug, not a bug in this code :) svn path=/branches/KDE/4.0/kdebase/apps/; revision=764544
2008-01-22restore previous behavior: additional info actions are not mutually exclusive.David Faure
(although requesting size and type at the same time doesn't show the type...) svn path=/branches/KDE/4.0/kdebase/apps/; revision=764538
2008-01-22Use a QActionGroup and save 6 slots (and the duplication of the action names ↵David Faure
in the code). svn path=/branches/KDE/4.0/kdebase/apps/; revision=764537
2008-01-21Use non-deprecated method, avoids conversion KDateTime->time_t->KDateTime.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=764446
2008-01-21Make sort/descending available in dolphinpartDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=764445
2008-01-21Make sort/descending available in dolphinpartDavid Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764444
2008-01-21forwardport 764429:David Faure
Revert the moving of the action to the DolphinView instance, this doesn't work with splitted views. (Each view would need its own action collection, but then DolphinView would have to become a KXMLGUIClient, and the GUI would flicker when switching views). Instead, use the same solution as the other shared actions: static method in DolphinView (for now), slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView) svn path=/trunk/KDE/kdebase/apps/; revision=764436
2008-01-21Revert the moving of the action to the DolphinView instance, this doesn't ↵David Faure
work with splitted views. (Each view would need its own action collection, but then DolphinView would have to become a KXMLGUIClient, and the GUI would flicker when switching views). Instead, use the same solution as the other shared actions: static method in DolphinView (for now), slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView) svn path=/branches/KDE/4.0/kdebase/apps/; revision=764429
2008-01-21a group box called "Settings" in a settings dialog is useless...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=764390
2008-01-21Split the "General Settings" into "Startup Settings" and "General Settings" ↵Peter Penz
for having a cleaner layout. Still some fine tuning and code cleanups have to be done... svn path=/trunk/KDE/kdebase/apps/; revision=764389
2008-01-21merge -c764347 by Peter, needed for dolphinpart bugfixingDavid Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764379
2008-01-21Make it configurable whether a browsing through archives should be done. The ↵Peter Penz
default setting is 'off'. TODO: cleanup the "General Settings" dialog and split it as "General" and "Startup". svn path=/trunk/KDE/kdebase/apps/; revision=764378
2008-01-21Cleanup: let the DolphinView be aware about the used action collection. This ↵Peter Penz
will allow us cleaning up some code in DolphinMainWindow and will make it easier sharing code with DolphinPart. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=764347
2008-01-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=764257
2008-01-19Backport:Peter Penz
treeview: prevent that when expanding a subtree that the selected item gets hidden by the (maybe) appearing horizontal scrollbar svn path=/branches/KDE/4.0/kdebase/apps/; revision=763550
2008-01-19treeview: prevent that when expanding a subtree that the selected item gets ↵Peter Penz
hidden by the (maybe) appearing horizontal scrollbar svn path=/trunk/KDE/kdebase/apps/; revision=763543
2008-01-19stay consistent with Konqueror: F10 creates a new directoryPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=763500
2008-01-18SVN_SILENT: updated version numberPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=763181
2008-01-18updated version number of Dolphin for the KDE 4.0.1 releasePeter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=763180
2008-01-18Backport: show the correct meta information in the information sidebar also ↵Peter Penz
for non-local files BUG: 155534 svn path=/branches/KDE/4.0/kdebase/apps/; revision=763175
2008-01-18Backport:Peter Penz
* Always take the root of an URL as root for the treeview (using a matching Places-URL leads to serious usability issues - see bug #150941 for details). * Don't reset the horizontal scrollbar position when expanding/reloading the tree. BUG: 150941 svn path=/branches/KDE/4.0/kdebase/apps/; revision=763173
2008-01-18* Always take the root of an URL as root for the treeview (using a matching ↵Peter Penz
Places-URL leads to serious usability issues - see bug #150941 for details). * Don't reset the horizontal scrollbar position when expanding/reloading the tree. BUG: 150941 svn path=/trunk/KDE/kdebase/apps/; revision=763171
2008-01-18show the correct meta information in the information sidebar also for ↵Peter Penz
non-local files BUG: 155534 svn path=/trunk/KDE/kdebase/apps/; revision=763141
2008-01-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=763015
2008-01-18Extracted a MimeTypeWriter from the filetypes kcontrol module, to have the ↵David Faure
code that writes out a xdg-shared-mime compliant mimetype in one place. Ported nspluginscan to xdg-shared-mime so that it generates mimetypes that work. svn path=/trunk/KDE/kdebase/apps/; revision=762861
2008-01-17When moving left/right by pressing left/right arrows on keyboard, the ↵Rafael Fernández López
previous current index becomes selected to see which item was the last one selected on that column. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=762777
2008-01-17SVN_SILENT: remove debugging outputPeter Penz
(damn, I've lost the coding race with Rafael by a few minutes, so this line is the only thing I can commit now ;-)) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=762763
2008-01-17Who said there aren't coding races ? haha. Fix the keyboard navigation Rafael Fernández López
in the special case of moving left to the previous column and going upwards or downwards. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=762760
2008-01-17if the icons are aligned left to right, the vertical wheel event should be ↵Peter Penz
applied to the horizontal scrollbar BUG: 153343 svn path=/trunk/KDE/kdebase/apps/; revision=762722
2008-01-17Treeview fixes (backport):Peter Penz
* don't jump to the selected folder when expanding a sub tree within the treeview widget * don't reset the root of non-local URLs when there is no Places-URL available BUG: 155996 BUG: 156008 svn path=/branches/KDE/4.0/kdebase/apps/; revision=762706
2008-01-17Treeview fixes:Peter Penz
* don't jump to the selected folder when expanding a sub tree within the treeview widget * don't reset the root of non-local URLs when there is no Places-URL available BUG: 155996 BUG: 156008 svn path=/trunk/KDE/kdebase/apps/; revision=762704