Commit graph

951 commits

Author SHA1 Message Date
Matthew Woehlke 622cef5b88 use NegativeBackground instead of yellow for alerts, don't change the foreground (not necessary, would break with some color schemes)
svn path=/trunk/KDE/kdebase/apps/; revision=728201
2007-10-22 17:30:53 +00:00
Pino Toscano d05e966ef4 icon renamings:
- emptytrash -> trash-empty
- edit-trash -> user-trash

svn path=/trunk/KDE/kdebase/apps/; revision=728161
2007-10-22 15:58:52 +00:00
Kevin Ottens 45c3d6e9ac Reverts commit 726516. We have to report the URL changed to the outside
so that panels can react to the change correctly.

svn path=/trunk/KDE/kdebase/apps/; revision=727475
2007-10-20 17:05:16 +00:00
Script Kiddy 5cd56a806d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=726885
2007-10-19 06:33:28 +00:00
Rafael Fernández López 5e62bb5709 On the Information panel the further information such as "Date", "Size", "Type" was being cut off if it was being shrinked. That shouldn't happen. This prevents this
information to be hidden or cut off, and so this is always shown.

Albert: I also solved the previous bug you reported (places view not showing selected items at the first click) on a different commit

CCMAIL: peter.penz@gmx.at
CCMAIL: aacid@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=726522
2007-10-17 22:16:31 +00:00
Rafael Fernández López 5c4420b28a This fixes the problem that when you click the first time on a place
bookmarked it is not shown as selected, but if you click the second time 
it is. Now this is fixed.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=726516
2007-10-17 21:58:52 +00:00
Peter Penz 88f17ca75a polish look of column view:
- don't show a focused border above all columns
- provide a small gap between the columns
- assure that the background of inactive columns works well with more complex styles like Oxygen

CCMAIL: cbr@boemann.dk

svn path=/trunk/KDE/kdebase/apps/; revision=726042
2007-10-16 22:24:52 +00:00
Peter Penz d67de9dfef layout cleanups for the statusbar
svn path=/trunk/KDE/kdebase/apps/; revision=726013
2007-10-16 21:09:57 +00:00
Script Kiddy dc1966aec3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=725777
2007-10-16 06:15:12 +00:00
Peter Penz 768611727e prevent flickering of status bar when changing between directories
svn path=/trunk/KDE/kdebase/apps/; revision=725546
2007-10-15 16:51:23 +00:00
Peter Penz 2ddc27b423 minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=725523
2007-10-15 16:23:51 +00:00
Peter Penz d059b705a9 Use a progress bar with custom text for showing the free disk space, otherwise the custom widget just does not fit well into styles like Oxygen.
svn path=/trunk/KDE/kdebase/apps/; revision=725516
2007-10-15 15:59:57 +00:00
Peter Penz a23a882c68 use KGlobal::config() instead of parsing kdeglobals each time (thanks to David for the hint!)
svn path=/trunk/KDE/kdebase/apps/; revision=725485
2007-10-15 14:34:12 +00:00
Rafael Fernández López e773e64683 Take also in count if the rowcount was changed. Then everything needs to be recached again
svn path=/trunk/KDE/kdebase/apps/; revision=725218
2007-10-14 23:45:28 +00:00
Rafael Fernández López 6d10e57f88 If we are out of the screen and we will be, why keep asking when we know that no category will intersect from now with the viewport
svn path=/trunk/KDE/kdebase/apps/; revision=725213
2007-10-14 23:01:35 +00:00
Rafael Fernández López 417a1f6256 The sorting on dolphinview is no more needed, it is done automatically by KCategorizedSortFilterProxyModel when setCategorizedModel is changed.
Bug fixed for the categorized view: Details => Icons (with no categories) => Categorized was resulting in no items in the view or all items in the same position

svn path=/trunk/KDE/kdebase/apps/; revision=725212
2007-10-14 22:51:02 +00:00
Peter Penz 9f814ded98 minor layout fix
svn path=/trunk/KDE/kdebase/apps/; revision=724950
2007-10-13 22:42:44 +00:00
Peter Penz 1edf513e22 allow to configure whether file thumbnails should be embedded for the file preview (on per default)
BUG: 150028

svn path=/trunk/KDE/kdebase/apps/; revision=724946
2007-10-13 22:31:05 +00:00
Peter Penz 95042476f6 Fixed issue that the "Show 'Delete' command in context menu" setting is not remembered anymore.
CCMAIL: ereslibre@kde.org
BUG: 150783

svn path=/trunk/KDE/kdebase/apps/; revision=724942
2007-10-13 22:00:56 +00:00
Peter Penz c31b5f3be0 move reading of global settings also into GeneralSettingsPage::loadSettings()
svn path=/trunk/KDE/kdebase/apps/; revision=724939
2007-10-13 21:46:10 +00:00
Rafael Fernández López 919d20115f If grid size is changed, update correctly items position
svn path=/trunk/KDE/kdebase/apps/; revision=724802
2007-10-13 14:07:46 +00:00
Rafael Fernández López 961c3eef96 If the categorizing has been enabled/disabled we need to update the scrollbar in certain conditions
svn path=/trunk/KDE/kdebase/apps/; revision=724701
2007-10-13 03:12:38 +00:00
Rafael Fernández López eb69606279 One loop instead of two is enough
svn path=/trunk/KDE/kdebase/apps/; revision=724700
2007-10-13 02:54:11 +00:00
Rafael Fernández López e907e75abf With latest code at slotLayoutChanged is not more necessary
slotLayoutAboutToBeChanged. Reacts as it should when removing items

svn path=/trunk/KDE/kdebase/apps/; revision=724693
2007-10-13 02:15:01 +00:00
Rafael Fernández López d0e7eabcaa Even better...
svn path=/trunk/KDE/kdebase/apps/; revision=724538
2007-10-12 15:41:04 +00:00
Rafael Fernández López a4e558c546 This makes the categorized view amazingly fast in directories with a huge number of files (tested with a folder with 10000 files here)
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=724536
2007-10-12 15:36:29 +00:00
David Faure 8d4fb36089 DolphinPart: provide a way to switch between view modes in konqueror.
Factorized those actions between dolphinmainwindow and dolphinpart (see new methods in dolphinview), and simplified mainwindow code by using the signal from the action group and the QVariant data of the actions (standard Qt4 solution for a group of actions).

svn path=/trunk/KDE/kdebase/apps/; revision=723871
2007-10-10 23:01:35 +00:00
Peter Penz 3b8c3c1b1e Allow filtering of items also for the column view. A filtering of directories is not done yet, but with the latest updates of the column view this could be added now (but it's more a question whether we really want this...).
svn path=/trunk/KDE/kdebase/apps/; revision=723536
2007-10-09 22:32:54 +00:00
Peter Penz 1d4cfd16fd column view fixes:
* assure that the history does not get messed up when changing the focus to an existing column
* fix issue that the status bar does not get updated when the focus is changed between the columns

svn path=/trunk/KDE/kdebase/apps/; revision=723519
2007-10-09 21:10:17 +00:00
Peter Penz 0c1d1c42f4 remove unused member
svn path=/trunk/KDE/kdebase/apps/; revision=723451
2007-10-09 18:04:02 +00:00
Peter Penz d97a4b9c46 remove unused PNG image (relict from KDE3 version of Dolphin)
svn path=/trunk/KDE/kdebase/apps/; revision=723419
2007-10-09 16:20:53 +00:00
Peter Penz becc81123d remove Dolphin specific service menus, Konqueror and Dolphin use now the same service menus (thanks to David!)
svn path=/trunk/KDE/kdebase/apps/; revision=723418
2007-10-09 16:19:12 +00:00
Script Kiddy f70d4b25dc SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=722863
2007-10-08 06:40:33 +00:00
David Faure b5eca6dc2a Extracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and used it from both KonqPopupMenu and DolphinContextMenu.
This isn't the port-to-ktrader yet, this will come later, but at least the code is factorized and the impl can be changed without affecting the dolphin+konqpopupmenu code
Should I also implement the "Open With..." actions in KonqMenuActions? Seems like another bit of similar code duplicated.
CCMAIL: peter.penz@gmx.at, aseigo@kde.org

Removed KonqBookmarkManager (was a two-liner call to KBookmarkManager)

svn path=/trunk/KDE/kdebase/apps/; revision=722668
2007-10-07 21:12:46 +00:00
Peter Penz cf83ceb296 * assure that the columns of the colum-view get dimmed if the colum-view is inactive
* updated documentation of DolphinController + minor cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=722452
2007-10-07 10:53:33 +00:00
Peter Penz c1a0fb3161 don't use the directory lister directly
svn path=/trunk/KDE/kdebase/apps/; revision=722142
2007-10-06 18:10:26 +00:00
Peter Penz 41e64a33e8 remove unneeded code
svn path=/trunk/KDE/kdebase/apps/; revision=722140
2007-10-06 18:02:29 +00:00
Script Kiddy 38c6eb08f2 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=721873
2007-10-06 07:33:36 +00:00
Peter Penz 0439ed0e78 fix issues when the split view is active and the inactive column view gets selected: the request for activation is not done...
svn path=/trunk/KDE/kdebase/apps/; revision=721727
2007-10-05 23:17:18 +00:00
Peter Penz 5856090871 minor simplification
svn path=/trunk/KDE/kdebase/apps/; revision=721726
2007-10-05 23:16:20 +00:00
Pino Toscano 85775988d0 extra ';'
svn path=/trunk/KDE/kdebase/apps/; revision=721720
2007-10-05 22:58:23 +00:00
Peter Penz 77a576335c fixed most regressions due to the previous column-view refactoring
svn path=/trunk/KDE/kdebase/apps/; revision=721706
2007-10-05 22:32:13 +00:00
Andreas Pakulat 7a62507d3d Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are
needed now because friday is the last BC day. The rest of the modules will
follow as fast as my laptop allows.

svn path=/trunk/KDE/kdebase/apps/; revision=721704
2007-10-05 22:21:25 +00:00
Peter Penz 29402a79bc Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLister. This simplifies the code a lot and also bypasses the current problems with the KDirLister cache when working on hierarchical directories in parallel. There are some minor regressions which will be fixed, but all in all some improvements are visible already:
- the loading of columns is a lot faster
- preview in columns is working
- no side effects in combination with the treeview-panel because of caching

svn path=/trunk/KDE/kdebase/apps/; revision=721678
2007-10-05 21:00:44 +00:00
Rafael Fernández López 7477310779 Oops forgot this one... thanks for reminding Peter :)
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=721486
2007-10-05 10:39:15 +00:00
David Faure fdfdb3fa3c Merged KIO::JobFlags branch
svn path=/trunk/KDE/kdebase/apps/; revision=721447
2007-10-05 09:14:03 +00:00
Peter Penz 8dc8c5d21f Restoring the column view relies on the URL-history. It might be possible that the view properties have been changed or deleted in the meantime, so it cannot be asserted that really a column view has been created.
svn path=/trunk/KDE/kdebase/apps/; revision=721374
2007-10-05 06:33:48 +00:00
Rafael Fernández López 47f0accc47 Nice catch on keyboard navigation when RightToLeft is set... :)
svn path=/trunk/KDE/kdebase/apps/; revision=721340
2007-10-05 02:01:16 +00:00
Rafael Fernández López 3ac92d5c0d Ooops I had this one for testing purposes locally...
svn path=/trunk/KDE/kdebase/apps/; revision=721338
2007-10-05 01:41:15 +00:00
Rafael Fernández López ed6e161c09 KDirLister openUrl parameters are now flags
svn path=/trunk/KDE/kdebase/apps/; revision=721256
2007-10-04 21:12:09 +00:00