Commit graph

1406 commits

Author SHA1 Message Date
Peter Penz 8fc9c6ad39 * Always take the root of an URL as root for the treeview (using a matching Places-URL leads to serious usability issues - see bug #150941 for details).
* Don't reset the horizontal scrollbar position when expanding/reloading the tree.

BUG: 150941 

svn path=/trunk/KDE/kdebase/apps/; revision=763171
2008-01-18 20:08:21 +00:00
Peter Penz c939599346 show the correct meta information in the information sidebar also for non-local files
BUG: 155534

svn path=/trunk/KDE/kdebase/apps/; revision=763141
2008-01-18 18:14:10 +00:00
Script Kiddy 87b827fe56 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=763015
2008-01-18 10:23:06 +00:00
David Faure 5761888060 Extracted a MimeTypeWriter from the filetypes kcontrol module, to have the code that writes out a xdg-shared-mime compliant mimetype in one place.
Ported nspluginscan to xdg-shared-mime so that it generates mimetypes that work.

svn path=/trunk/KDE/kdebase/apps/; revision=762861
2008-01-18 01:13:10 +00:00
Rafael Fernández López 0e56e0ddce When moving left/right by pressing left/right arrows on keyboard, the previous current index becomes selected to see which item was the last one
selected on that column.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=762777
2008-01-17 21:03:30 +00:00
Peter Penz 3a44eb67f6 SVN_SILENT: remove debugging output
(damn, I've lost the coding race with Rafael by a few minutes, so this line is the only thing I can commit now ;-))

CCMAIL: ereslibre@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=762763
2008-01-17 20:28:49 +00:00
Rafael Fernández López 50928d72e7 Who said there aren't coding races ? haha. Fix the keyboard navigation
in the special case of moving left to the previous column and going 
upwards or downwards.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=762760
2008-01-17 20:23:47 +00:00
Peter Penz e89b4021ad if the icons are aligned left to right, the vertical wheel event should be applied to the horizontal scrollbar
BUG: 153343

svn path=/trunk/KDE/kdebase/apps/; revision=762722
2008-01-17 18:50:18 +00:00
Peter Penz ac73af7bed Treeview fixes (backport):
* don't jump to the selected folder when expanding a sub tree within the treeview widget
* don't reset the root of non-local URLs when there is no Places-URL available

BUG: 155996
BUG: 156008

svn path=/branches/KDE/4.0/kdebase/apps/; revision=762706
2008-01-17 18:12:11 +00:00
Peter Penz 1cc7d60fb9 Treeview fixes:
* don't jump to the selected folder when expanding a sub tree within the treeview widget
* don't reset the root of non-local URLs when there is no Places-URL available

BUG: 155996
BUG: 156008

svn path=/trunk/KDE/kdebase/apps/; revision=762704
2008-01-17 18:05:11 +00:00
Rafael Fernández López 79797f1072 Backport of fix for the scroll+click column bug
BUG: 155751

svn path=/branches/KDE/4.0/kdebase/apps/; revision=762544
2008-01-17 09:34:54 +00:00
Rafael Fernández López d43aad0ec5 Fix for the scroll+click column bug
CCBUG: 155751

svn path=/trunk/KDE/kdebase/apps/; revision=762539
2008-01-17 09:33:00 +00:00
Peter Penz 3e132ea672 don't resize the columns automatically, as soon as the user has modified the column widths himself (e. g. by a double-click on the header or by moving the header handle)
BUG: 155760

svn path=/trunk/KDE/kdebase/apps/; revision=762385
2008-01-16 22:14:34 +00:00
André Wöbbeking ea351be02d Forwardport SVN commit 761729 by woebbe:
make sure that other apps using this part find Dolphin's view-file-columns icons

svn path=/trunk/KDE/kdebase/apps/; revision=761747
2008-01-15 11:15:56 +00:00
André Wöbbeking baed5a65d4 make sure that other apps using this part find Dolphin's view-file-columns icons
svn path=/branches/KDE/4.0/kdebase/apps/; revision=761729
2008-01-15 11:09:56 +00:00
Peter Penz 4d3c68e546 don't forget to initialize the correct preview settings
svn path=/trunk/KDE/kdebase/apps/; revision=760940
2008-01-13 18:54:23 +00:00
Peter Penz 46d40e7047 Improve the feeled preview performance by assuring that the preview is generated first for the visible items.
svn path=/trunk/KDE/kdebase/apps/; revision=760897
2008-01-13 16:54:24 +00:00
Rafael Fernández López f6984788a8 Move KCategorizedView to kdelibs. Use that one.
svn path=/trunk/KDE/kdebase/apps/; revision=760873
2008-01-13 15:44:04 +00:00
Rafael Fernández López 4addf79493 Improve the categorized view for the list mode
svn path=/trunk/KDE/kdebase/apps/; revision=760866
2008-01-13 15:28:40 +00:00
Jonathan Riddell eb9c14bd36 updates for new licence policy
svn path=/trunk/KDE/kdebase/apps/; revision=760428
2008-01-12 16:39:07 +00:00
Peter Penz 40f16de64f increase version number for trunk
svn path=/trunk/KDE/kdebase/apps/; revision=759969
2008-01-11 16:12:58 +00:00
Script Kiddy b8cbfec4d2 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=759879
2008-01-11 11:46:35 +00:00
Peter Penz 87dc8352d4 Up to now DolphinView and ColumnWidget contained a lot of code duplication regarding generating previews and the dimming of cut items. This has been refactored by introducing an IconManager which takes care itself about generating a preview and dimming cut items. This also allows improving the speed of previews in (near) future (at the moment showing previews from the cache is a lot slower than in KDE 3...).
svn path=/trunk/KDE/kdebase/apps/; revision=759864
2008-01-11 11:37:28 +00:00
Peter Penz 09c62f7c6a use F3 for "Split View" instead of F10, as F10 is used for "new directory" since KDE 3... (thanks to Aaron for the hint)
svn path=/trunk/KDE/kdebase/apps/; revision=759633
2008-01-10 23:42:34 +00:00
Peter Penz fb00dfe15f Backport: use F3 for "Split View" instead of F10
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759573
2008-01-10 21:35:03 +00:00
Peter Penz fd1c05b141 fixed HIG color violations
BUG: 153363

svn path=/trunk/KDE/kdebase/apps/; revision=759482
2008-01-10 18:24:57 +00:00
Peter Penz f2bf4eafc0 Fixed issue that when renaming a variable number of items, that only one #-character as index is allowed.
BUG: 155249

svn path=/trunk/KDE/kdebase/apps/; revision=759454
2008-01-10 16:14:41 +00:00
Script Kiddy f568b14123 SVN_SILENT made messages (.desktop file)
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759254
2008-01-10 08:36:34 +00:00
Rafael Fernández López d1e5c3719d Fix selections. Backport.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759099
2008-01-10 00:32:40 +00:00
Rafael Fernández López e113e90fd6 Fix selections
svn path=/trunk/KDE/kdebase/apps/; revision=759098
2008-01-10 00:32:05 +00:00
Peter Penz 49691b36b4 Backport: Only increase the height of the statusbar for long texts if the message type is not DolphinStatusBar::Default (otherwise the layout of the icons view might get changed when hovering items).
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759061
2008-01-09 21:52:38 +00:00
Peter Penz fa042ee797 Only increase the height of the statusbar for long texts if the message type is not DolphinStatusBar::Default (otherwise the layout of the icons view might get changed when hovering items).
svn path=/trunk/KDE/kdebase/apps/; revision=759053
2008-01-09 21:42:48 +00:00
Script Kiddy 600fd01bc2 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=758818
2008-01-09 10:37:34 +00:00
Peter Penz 0e58c734c1 Backport of bugfix 154434 (trunk revision 757791): Remember the additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=758210
2008-01-07 07:38:09 +00:00
Peter Penz c6992dd7f8 SVN_SILENT: minor coding style fixes
svn path=/trunk/KDE/kdebase/apps/; revision=757988
2008-01-06 18:09:54 +00:00
Laurent Montel df94e72262 Backport:
don't start QTimeLine if QTimeLine is already started

svn path=/branches/KDE/4.0/kdebase/apps/; revision=757961
2008-01-06 16:37:39 +00:00
Laurent Montel b5c5973dad Don't start QTimeLine if QTimeLine is already started
svn path=/trunk/KDE/kdebase/apps/; revision=757960
2008-01-06 16:36:37 +00:00
Peter Penz 2dc07b8a7f SVN_SILENT: added comment related to fix of bug 154854
svn path=/trunk/KDE/kdebase/apps/; revision=757803
2008-01-05 22:57:56 +00:00
Peter Penz e3ed05b372 Remember the additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually.
BUG: 154434
CCMAIL: hein@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=757791
2008-01-05 22:09:07 +00:00
Peter Penz 64b6e679d6 SVN_SILENT: warning--
svn path=/trunk/KDE/kdebase/apps/; revision=757787
2008-01-05 22:03:20 +00:00
Stephan Binner 92cb2631b4 i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=757515
2008-01-05 07:09:28 +00:00
Pino Toscano c62e317ba5 dolphin can use soprano, but nowhere in apps we look for it; so search for Soprano manually
svn path=/trunk/KDE/kdebase/apps/; revision=757434
2008-01-04 22:59:55 +00:00
Stephan Binner a888b8fb94 i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=757261
2008-01-04 15:26:42 +00:00
David Faure 7bdfc26009 forwardport r757231
Make it possible to run applications from the applications:/ kioslave again.

svn path=/trunk/KDE/kdebase/apps/; revision=757239
2008-01-04 14:52:24 +00:00
David Faure ac2e0e2d54 Make it possible to run applications from the applications:/ kioslave again.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=757231
2008-01-04 14:40:31 +00:00
Script Kiddy dc62d3840b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=757112
2008-01-04 08:40:56 +00:00
Jakob Petsovits eb8038e710 ARGH!
No, but really, we can't ship Dolphin with a missing
toolbar icon. And no, I have no clue why it won't use
that "pics" folder that I was generating for that icon.

Apologies?

svn path=/trunk/KDE/kdebase/apps/; revision=757082
2008-01-04 03:28:27 +00:00
David Faure c34873b22a As requested by Peter: upgrade version to 1.0
svn path=/trunk/KDE/kdebase/apps/; revision=756998
2008-01-03 23:31:33 +00:00
Urs Wolfer f2abd912c5 Re-compress svgz files with:
find . -name "*.svgz" -exec advdef -z -4 '{}' \;

That saves around 6MB in trunk without any restrictions.

Also correct the svn mimetype for all svgz files which had a wrong one (which is thy reason why my fist commit failed...) with:
svn propset svn:mime-type 'application/octet-stream'

svn path=/trunk/KDE/kdebase/apps/; revision=756680
2008-01-03 15:25:23 +00:00
André Wöbbeking c7cd6bc6ab use KDE's standard shortcut for back (as discussed with David and Peter)
svn path=/trunk/KDE/kdebase/apps/; revision=756673
2008-01-03 15:07:27 +00:00