┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-01-28take care to remove the selection toggle when items have been deletedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=767778
2008-01-28fixed issue that previews of hidden files had no semitransparent effect (the ↵Peter Penz
semi-transparent effect requires having an alpha mask) svn path=/trunk/KDE/kdebase/apps/; revision=767742
2008-01-28* replace item.name().startsWith('.') by item.isHidden()Peter Penz
* removed redundant applying of a hidden item effect before starting the preview svn path=/trunk/KDE/kdebase/apps/; revision=767730
2008-01-28keep in sync with 4.0 branch (767566)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=767567
2008-01-28Centralize three more actions so that they are available in DolphinPart: ↵David Faure
'Show preview' 'Show hidden files' 'Categorized sorting' Found a way of sharing the actions with even less code duplication, discussed it with Peter, but this will be for after 4.0.1 svn path=/branches/KDE/4.0/kdebase/apps/; revision=767566
2008-01-27Column-View: When switching to another view-mode, just switch the view for ↵Peter Penz
the currently focused column as Aurélien suggested. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=767205
2008-01-27- Fix some compiler warnings.Bill Egert
- Switched depricated stdName() to name() svn path=/trunk/KDE/kdebase/apps/; revision=767204
2008-01-26reset the selection manager when the URL has been changed (otherwise the ↵Peter Penz
selection toggle button would stay visible) svn path=/trunk/KDE/kdebase/apps/; revision=766918
2008-01-26Blend in a toggle button when hovering items. This allows selecting items ↵Peter Penz
without using the rubberband or Ctrl/Shift-keys in the single-click mode. Any feedback from users is highly welcome (I think people will either love or hate this feature, I'm really not sure -> it can be turned off too). svn path=/trunk/KDE/kdebase/apps/; revision=766901
2008-01-26* increase the performance of item previews: each item view provides an icon ↵Peter Penz
size hint -> the preview and item effects are only applied to the current size, not to the maximum of 128 x 128 pixels * make the icons of hidden files semitransparent like in KDE3 svn path=/trunk/KDE/kdebase/apps/; revision=766659
2008-01-25Backport for #156375: don't add a place having an empty namePeter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=766407
2008-01-25don't add a place having an empty namePeter Penz
BUG: 156375 svn path=/trunk/KDE/kdebase/apps/; revision=766406
2008-01-25Backport for #156586: don't try changing the directory within the terminal ↵Peter Penz
on non-local URLs svn path=/branches/KDE/4.0/kdebase/apps/; revision=766395
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