Commit graph

1643 commits

Author SHA1 Message Date
Peter Penz 57e2cd9ae9 ~ is no useful home folder in a Windows environment (thanks to Michael O'Shea for the patch!)
BUG: 156463
CCMAIL: michael.a.oshea@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=775056
2008-02-14 20:11:51 +00:00
Script Kiddy 731a32414f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=774936
2008-02-14 13:04:07 +00:00
Script Kiddy 82a1824ad2 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.0/kdebase/apps/; revision=774850
2008-02-14 08:26:29 +00:00
David Faure a8a050952d Provide the "sort by" actions in dolphinpart (konqueror); share and simplify the code by connecting to the actiongroup's signal.
svn path=/trunk/KDE/kdebase/apps/; revision=774699
2008-02-13 20:52:21 +00:00
David Faure a26be08664 Provide the "sort by" actions in dolphinpart (konqueror); share and simplify the code by connecting to the actiongroup's signal.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=774697
2008-02-13 20:51:00 +00:00
David Faure 87ac707062 --deprecated
svn path=/trunk/KDE/kdebase/apps/; revision=774649
2008-02-13 18:49:30 +00:00
David Faure 4bdbe2b0ac --deprecated
svn path=/branches/KDE/4.0/kdebase/apps/; revision=774648
2008-02-13 18:48:58 +00:00
David Faure 804a196700 Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's View Modes menu.
(this is done using a Q_PROPERTY in the dolphin part and a signal; the available view modes for creating the menu in the first place are listed in dolphinpart.desktop)
Konqueror: cleaned up the old (complex) handling of view modes as N toolbar buttons from M services grouped by library (240 lines less!).
Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow.

svn path=/trunk/KDE/kdebase/apps/; revision=774646
2008-02-13 18:45:20 +00:00
Script Kiddy 9a8f75e93c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=774640
2008-02-13 18:39:24 +00:00
David Faure 905277aac4 Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's View Modes menu.
(this is done using a Q_PROPERTY in the dolphin part and a signal; the available view modes for creating the menu in the first place are listed in dolphinpart.desktop)
Konqueror: cleaned up the old (complex) handling of view modes as N toolbar buttons from M services grouped by library.
Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow.
BUG: 157424

svn path=/branches/KDE/4.0/kdebase/apps/; revision=774632
2008-02-13 18:07:34 +00:00
Script Kiddy bfb1ec7e3a SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=774169
2008-02-12 16:54:30 +00:00
David Faure 61bf125cbe "Part" is a technical term; name it "Dolphin View" for konqueror's view mode menu, more consistent with "File Size View" and "File Replace View"
svn path=/trunk/KDE/kdebase/apps/; revision=774128
2008-02-12 15:01:32 +00:00
Script Kiddy 35654aa44d SVN_SILENT made messages (.desktop file, second try)
svn path=/branches/KDE/4.0/kdebase/apps/; revision=773981
2008-02-12 09:46:06 +00:00
Luciano Montanaro 4caebde3cb Move the Ctrl-wheel zoom handling to dolphinview.
The specialized views still need to ignore the Ctrl-qualified wheel events, though.

svn path=/trunk/KDE/kdebase/apps/; revision=773976
2008-02-12 09:27:26 +00:00
Peter Penz bad99f25fe use different icons dependent on the checked state of the toggle
svn path=/trunk/KDE/kdebase/apps/; revision=773902
2008-02-12 01:04:03 +00:00
Peter Penz bcb1c6b232 don't keep a KFileItem inside the selection manager for the whole lifetime, work with the URL internally instead
svn path=/trunk/KDE/kdebase/apps/; revision=773890
2008-02-12 00:06:21 +00:00
Peter Penz aa44f45ff5 SVN_SILENT: increased version number from 1.0.1 to 1.0.2
svn path=/branches/KDE/4.0/kdebase/apps/; revision=773824
2008-02-11 21:13:34 +00:00
Peter Penz 538192b8bd fix a flickering of the horizontal scrollbar when decreasing the width inside the details view
CCMAIL: hein@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=773821
2008-02-11 21:09:07 +00:00
Peter Penz d432679df0 apply sorting + sort order to the column view
BUG: 157343

svn path=/trunk/KDE/kdebase/apps/; revision=773766
2008-02-11 18:27:49 +00:00
Peter Penz 142c7628e8 fixed crash when cancelling the "apply view properties" dialog
BUG: 156752

svn path=/trunk/KDE/kdebase/apps/; revision=773706
2008-02-11 16:55:16 +00:00
David Faure 846b21edf5 Forwardport 773570:
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-11 12:44:46 +00:00
David Faure 45a1074b0a 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=/branches/KDE/4.0/kdebase/apps/; revision=773570
2008-02-11 12:34:48 +00:00
Script Kiddy e6e8c1b7ea SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=771980
2008-02-07 12:24:06 +00:00
Peter Penz 368e7d615a Fixed issue that the "Show Full Location" action is not synchronized with 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-07 07:27:06 +00:00
Peter Penz d38bb6891a reset the URL candidate if a resizing is done
svn path=/trunk/KDE/kdebase/apps/; revision=770176
2008-02-02 23:27:48 +00:00
Peter Penz cd65336b8c Information Panel: If the width of the panel is increased, also increase the size of the item preview to take advantege of the additional space.
BUG: 156046

svn path=/trunk/KDE/kdebase/apps/; revision=770173
2008-02-02 23:17:14 +00:00
Peter Penz a6d36df99e stay consistent with Plasma and move the selection icon on the top/left of items (thanks to Jan Klein-Hitpass for the hint)
svn path=/trunk/KDE/kdebase/apps/; revision=770151
2008-02-02 22:20:41 +00:00
Peter Penz a50c7b6bd1 Improve the selection toggle: Instead of a delay of one second until 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-02 20:53:35 +00:00
Script Kiddy 99a10f551d SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769836
2008-02-02 07:15:28 +00:00
Luciano Montanaro a3003c2c94 Zoom in and out the icon view on Ctrl+Mouse wheel.
CCMAIL: peter.penz@gmx.atn
--This li.Ine, and those below, will be ignored--

M    src/dolphiniconsview.cpp

svn path=/trunk/KDE/kdebase/apps/; revision=769728
2008-02-01 22:33:06 +00:00
Rafael Fernández López cec2a40f8b Backport. Show the vertical scrollbar only when necessary.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769333
2008-02-01 08:26:29 +00:00
Rafael Fernández López b94f5e3923 Show the vertical scroll bar only when necessary
svn path=/trunk/KDE/kdebase/apps/; revision=769332
2008-02-01 08:25:20 +00:00
Peter Penz 10f94beaaf Don't offer a Move Here/Copy Here/Link Here menu when dropping items above 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-30 22:39:42 +00:00
Peter Penz 9a944644e9 allow dropping items above a place inside the Places panel
BUG: 154014

svn path=/trunk/KDE/kdebase/apps/; revision=768921
2008-01-30 22:22:46 +00:00
Peter Penz faf1f0f2d6 take care to remove the selection toggle when items have been deleted
svn path=/trunk/KDE/kdebase/apps/; revision=767778
2008-01-28 19:29:17 +00:00
Peter Penz 91656a8abc fixed issue that previews of hidden files had no semitransparent effect (the semi-transparent effect requires having an alpha mask)
svn path=/trunk/KDE/kdebase/apps/; revision=767742
2008-01-28 17:26:25 +00:00
Peter Penz 0e31baf9f6 * replace item.name().startsWith('.') by item.isHidden()
* removed redundant applying of a hidden item effect before starting the preview

svn path=/trunk/KDE/kdebase/apps/; revision=767730
2008-01-28 17:01:41 +00:00
David Faure a6f5c499ef keep in sync with 4.0 branch (767566)
svn path=/trunk/KDE/kdebase/apps/; revision=767567
2008-01-28 11:37:08 +00:00
David Faure cdc40d4398 Centralize three more actions so that they are available in DolphinPart: '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-28 11:33:49 +00:00
Peter Penz f824a33461 Column-View: When switching to another view-mode, just switch the view for the currently focused column as Aurélien suggested.
CCMAIL: aurelien.gateau@free.fr

svn path=/trunk/KDE/kdebase/apps/; revision=767205
2008-01-27 14:54:45 +00:00
Bill Egert 52025112b0 - Fix some compiler warnings.
- Switched depricated stdName() to name()

svn path=/trunk/KDE/kdebase/apps/; revision=767204
2008-01-27 14:54:38 +00:00
Peter Penz ab464bc684 reset the selection manager when the URL has been changed (otherwise the selection toggle button would stay visible)
svn path=/trunk/KDE/kdebase/apps/; revision=766918
2008-01-26 22:32:24 +00:00
Peter Penz f6c7b90edf Blend in a toggle button when hovering items. This allows selecting items 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 21:45:28 +00:00
Peter Penz 453131d6e8 * increase the performance of item previews: each item view provides an icon 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-26 12:48:03 +00:00
Peter Penz 83f2397774 Backport for #156375: don't add a place having an empty name
svn path=/branches/KDE/4.0/kdebase/apps/; revision=766407
2008-01-25 19:16:55 +00:00
Peter Penz 22fcc2c4c5 don't add a place having an empty name
BUG: 156375

svn path=/trunk/KDE/kdebase/apps/; revision=766406
2008-01-25 19:14:12 +00:00
Peter Penz 2209fd6d98 Backport for #156586: don't try changing the directory within the terminal on non-local URLs
svn path=/branches/KDE/4.0/kdebase/apps/; revision=766395
2008-01-25 18:28:50 +00:00
Peter Penz 73ed3078a4 don't try changing the directory within the terminal on non-local URLs
BUG: 156586

svn path=/trunk/KDE/kdebase/apps/; revision=766393
2008-01-25 18:25:42 +00:00
Peter Penz fa4126b826 optimize layout for the viewproperties dialog
svn path=/trunk/KDE/kdebase/apps/; revision=766382
2008-01-25 18:05:53 +00:00
Peter Penz 605581fbb9 change order of "General" and "View Modes" settings
svn path=/trunk/KDE/kdebase/apps/; revision=766338
2008-01-25 16:13:02 +00:00