┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-02-12Move the Ctrl-wheel zoom handling to dolphinview.Luciano Montanaro
The specialized views still need to ignore the Ctrl-qualified wheel events, though. svn path=/trunk/KDE/kdebase/apps/; revision=773976
2008-02-12use different icons dependent on the checked state of the toggle Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=773902
2008-02-12don't keep a KFileItem inside the selection manager for the whole lifetime, ↵Peter Penz
work with the URL internally instead svn path=/trunk/KDE/kdebase/apps/; revision=773890
2008-02-11fix a flickering of the horizontal scrollbar when decreasing the width ↵Peter Penz
inside the details view CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=773821
2008-02-11apply sorting + sort order to the column viewPeter Penz
BUG: 157343 svn path=/trunk/KDE/kdebase/apps/; revision=773766
2008-02-11fixed crash when cancelling the "apply view properties" dialogPeter Penz
BUG: 156752 svn path=/trunk/KDE/kdebase/apps/; revision=773706
2008-02-11Forwardport 773570:David Faure
Factorize all the view-related action handling to DolphinViewActionHandler, to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view. svn path=/trunk/KDE/kdebase/apps/; revision=773572
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, ↵David Faure
to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view. svn path=/branches/KDE/4.0/kdebase/apps/; revision=773570
2008-02-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=771980
2008-02-07Fixed issue that the "Show Full Location" action is not synchronized with ↵Peter Penz
the editable state of the URL navigator (thanks to David Benjamin for the patch). BUG: 156891 svn path=/trunk/KDE/kdebase/apps/; revision=771918
2008-02-02reset the URL candidate if a resizing is donePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=770176
2008-02-02Information Panel: If the width of the panel is increased, also increase the ↵Peter Penz
size of the item preview to take advantege of the additional space. BUG: 156046 svn path=/trunk/KDE/kdebase/apps/; revision=770173
2008-02-02stay consistent with Plasma and move the selection icon on the top/left of ↵Peter Penz
items (thanks to Jan Klein-Hitpass for the hint) svn path=/trunk/KDE/kdebase/apps/; revision=770151
2008-02-02Improve the selection toggle: Instead of a delay of one second until ↵Peter Penz
appearing, let it appear immediately but provide a smooth fade-in effect. This makes it usable from the start but is less obtrusive for the eyes. svn path=/trunk/KDE/kdebase/apps/; revision=770115
2008-02-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769836
2008-02-01Zoom in and out the icon view on Ctrl+Mouse wheel. Luciano Montanaro
CCMAIL: [email protected] --This li.Ine, and those below, will be ignored-- M src/dolphiniconsview.cpp svn path=/trunk/KDE/kdebase/apps/; revision=769728
2008-02-01Backport. Show the vertical scrollbar only when necessary.Rafael Fernández López
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769333
2008-02-01Show the vertical scroll bar only when necessaryRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=769332
2008-01-30Don't offer a Move Here/Copy Here/Link Here menu when dropping items above ↵Peter Penz
the trash, just move the things into the trash instead. TODO: as the inline comment already says KonqOperations::doDrop() should be used as longterm solution... svn path=/trunk/KDE/kdebase/apps/; revision=768925
2008-01-30allow dropping items above a place inside the Places panelPeter Penz
BUG: 154014 svn path=/trunk/KDE/kdebase/apps/; revision=768921
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