| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=770176
|
|
size of the item preview to take advantege of the additional space.
BUG: 156046
svn path=/trunk/KDE/kdebase/apps/; revision=770173
|
|
items (thanks to Jan Klein-Hitpass for the hint)
svn path=/trunk/KDE/kdebase/apps/; revision=770151
|
|
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
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769836
|
|
CCMAIL: [email protected]
--This li.Ine, and those below, will be ignored--
M src/dolphiniconsview.cpp
svn path=/trunk/KDE/kdebase/apps/; revision=769728
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769333
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=769332
|
|
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
|
|
BUG: 154014
svn path=/trunk/KDE/kdebase/apps/; revision=768921
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=767778
|
|
semi-transparent effect requires having an alpha mask)
svn path=/trunk/KDE/kdebase/apps/; revision=767742
|
|
* removed redundant applying of a hidden item effect before starting the preview
svn path=/trunk/KDE/kdebase/apps/; revision=767730
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=767567
|
|
'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
|
|
the currently focused column as Aurélien suggested.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=767205
|
|
- Switched depricated stdName() to name()
svn path=/trunk/KDE/kdebase/apps/; revision=767204
|
|
selection toggle button would stay visible)
svn path=/trunk/KDE/kdebase/apps/; revision=766918
|
|
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
|
|
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
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=766407
|
|
BUG: 156375
svn path=/trunk/KDE/kdebase/apps/; revision=766406
|
|
on non-local URLs
svn path=/branches/KDE/4.0/kdebase/apps/; revision=766395
|
|
BUG: 156586
svn path=/trunk/KDE/kdebase/apps/; revision=766393
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=766382
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=766338
|
|
David and Fredrik
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765736
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=765734
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765555
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=765229
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765228
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=765161
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765101
|
|
BUG: 156192
svn path=/trunk/KDE/kdebase/apps/; revision=765098
|
|
- newInstance() from KUniqueApplication is actually harmful here
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764846
|
|
- newInstance() from KUniqueApplication is actually harmful here
svn path=/trunk/KDE/kdebase/apps/; revision=764845
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764841
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=764839
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=764649
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764609
|
|
and provide them in the part
svn path=/trunk/KDE/kdebase/apps/; revision=764550
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764549
|
|
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
|
|
(although requesting size and type at the same time doesn't show the type...)
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764538
|
|
in the code).
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764537
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=764446
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=764445
|
|
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764444
|
|
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
|
|
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
|