Commit graph

4780 commits

Author SHA1 Message Date
Peter Penz 5c4c00e159 fix coding style to match with http://techbase.kde.org/Policies/Kdelibs_Coding_Style
svn path=/trunk/KDE/kdebase/apps/; revision=654698
2007-04-16 19:47:40 +00:00
Robert Knight 4c47e1ac23 Add fade transition between file icon/preview changes in the sidebar.
svn path=/trunk/KDE/kdebase/apps/; revision=654581
2007-04-16 15:38:03 +00:00
Script Kiddy 1fb838af11 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=654445
2007-04-16 05:08:30 +00:00
Peter Penz 5662374d62 select the decoration per default
svn path=/trunk/KDE/kdebase/apps/; revision=654034
2007-04-14 21:37:29 +00:00
Peter Penz 4946ffd838 optimization: don't reload the view if not absolutely necessary
svn path=/trunk/KDE/kdebase/apps/; revision=654010
2007-04-14 20:45:22 +00:00
Peter Penz 472f242b2d ups - did not want to commit the kDebug() line...
svn path=/trunk/KDE/kdebase/apps/; revision=654002
2007-04-14 20:34:18 +00:00
Peter Penz a827dd86b7 optimization: no reloading necessary if preview has been turned on/off
svn path=/trunk/KDE/kdebase/apps/; revision=654000
2007-04-14 20:32:51 +00:00
Peter Penz 7cb4232a8c fix possible crash if the base URL is empty
svn path=/trunk/KDE/kdebase/apps/; revision=653996
2007-04-14 20:21:30 +00:00
Peter Penz 4f6b9c72d3 Revert last commit and exchange it by a more straight forward solution: just check the URL of the file item to find out whether the item is still part of the model. By this there is no need of keeping tracks for ongoing preview jobs.
svn path=/trunk/KDE/kdebase/apps/; revision=653989
2007-04-14 20:01:47 +00:00
Peter Penz e0bd6f137d assure that the preview job gets killed when the directory has been changed
svn path=/trunk/KDE/kdebase/apps/; revision=653976
2007-04-14 18:57:18 +00:00
Peter Penz 59f1062838 fixed regression resulted by "reload" patch: toggling the preview did not work anymore -> save the view properties immediately
svn path=/trunk/KDE/kdebase/apps/; revision=653958
2007-04-14 17:55:06 +00:00
Peter Penz c927a2a290 fixed shortcut for "Find"
svn path=/trunk/KDE/kdebase/apps/; revision=653948
2007-04-14 17:21:53 +00:00
Peter Penz b72bd12276 allow to turn on/off the places panel by the menu
svn path=/trunk/KDE/kdebase/apps/; revision=653936
2007-04-14 16:50:51 +00:00
Sebastian Trueg 93a1a2c8b0 compilation fix
svn path=/trunk/KDE/kdebase/apps/; revision=653564
2007-04-13 16:28:34 +00:00
Christian Ehrlicher 0c48793222 fix exports - please take care to use the correct export macro next time!
svn path=/trunk/KDE/kdebase/apps/; revision=653556
2007-04-13 16:09:57 +00:00
Kevin Ottens 4216e814d4 Those hacks are not needed anymore for autosaving.
svn path=/trunk/KDE/kdebase/apps/; revision=653522
2007-04-13 14:44:18 +00:00
Peter Penz c273b0ae1b fix issue that the view properties are not read out correctly for first directory after starting Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=653129
2007-04-12 17:39:10 +00:00
Peter Penz b42bd8c69d minor coding style cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=653127
2007-04-12 17:37:53 +00:00
Peter Penz c5948d6443 some include + coding guideline cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=653049
2007-04-12 15:23:04 +00:00
Peter Penz 2b951edfdf include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=653043
2007-04-12 15:14:00 +00:00
Dirk Mueller b43051b38a include cleanup
svn path=/trunk/KDE/kdebase/konqueror/; revision=652987
2007-04-12 13:02:58 +00:00
Funda Wang a1846f25c2 Emtpy -> Empty. typo fix.
svn path=/trunk/KDE/kdebase/apps/; revision=652867
2007-04-12 05:56:03 +00:00
Script Kiddy 517b9446b4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=652858
2007-04-12 05:10:21 +00:00
Peter Penz a2ad1ba4cc use "folder" instead of "directory" for all visible strings
svn path=/trunk/KDE/kdebase/apps/; revision=652471
2007-04-11 05:42:11 +00:00
Peter Penz 4fcc56a620 fix #144021: show free space in GB instead of used space in percent
svn path=/trunk/KDE/kdebase/apps/; revision=652207
2007-04-10 11:54:04 +00:00
Peter Penz 6422ae393e allow to enable the categorization feature for sorting
svn path=/trunk/KDE/kdebase/apps/; revision=652200
2007-04-10 11:22:56 +00:00
Peter Penz 5b5a7b8da8 Added Rafael López's item categorizer into Dolphin (it's currently deactivated in dolphiniconsview.cpp until it's in shape for the public).
svn path=/trunk/KDE/kdebase/apps/; revision=652156
2007-04-10 08:46:21 +00:00
Laurent Montel 0eac7ed900 Adapt to new api
svn path=/trunk/KDE/kdebase/apps/; revision=652135
2007-04-10 07:07:26 +00:00
Peter Penz c8a4f1fd8d adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
       --indent-labels --pad=oper --unpad=paren \
       --one-line=keep-statements --convert-tabs \
       --indent-preprocessor \
       `find -type f -name '*.cpp'` `find -type f -name '*.h'`

svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-04-09 19:12:54 +00:00
Kevin Ottens 30161a7b3f Dolphin is now KBookmark* free.
svn path=/trunk/KDE/kdebase/apps/; revision=651766
2007-04-09 09:16:39 +00:00
Peter Penz 714d08f17c adaptions to the cleaned up interface of KUrlNavigator
svn path=/trunk/KDE/kdebase/apps/; revision=651675
2007-04-08 21:07:41 +00:00
Script Kiddy e00bcf4ee7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=651001
2007-04-06 05:03:06 +00:00
Script Kiddy 88a3ee8ac6 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=650658
2007-04-05 04:44:04 +00:00
Stephan Binner c209c33cdd i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=650575
2007-04-04 21:11:21 +00:00
Robert Knight 9ded114ceb Use the Qt layout facilities correctly to align widgets in the information side bar towars the top. Fixes comment-box being huge when KMetaData is available.
svn path=/trunk/KDE/kdebase/apps/; revision=650506
2007-04-04 18:23:29 +00:00
Robert Knight 3993f38294 Ensure that the 'Text width' box in the Icon view settings page is always set to a valid entry initially.
svn path=/trunk/KDE/kdebase/apps/; revision=650484
2007-04-04 17:51:32 +00:00
Pino Toscano 52c3d5a222 move the QT3_SUPPORT definition only where it's needed
svn path=/trunk/KDE/kdebase/apps/; revision=650430
2007-04-04 14:47:36 +00:00
Pino Toscano 0c0f0d8f72 Qt::Ascending -> Qt::AscendingOrder
Qt::Descending -> Qt::DescendingOrder

svn path=/trunk/KDE/kdebase/apps/; revision=650398
2007-04-04 13:02:52 +00:00
Peter Penz d6f4e13fbd simplify layout of ViewPropertiesDialog
svn path=/trunk/KDE/kdebase/apps/; revision=650290
2007-04-04 05:48:51 +00:00
Script Kiddy dd026d8cf7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=650277
2007-04-04 05:01:42 +00:00
Kevin Ottens b94f306f56 Places and url navigator are now provided by kfile. Port Dolphin to this
change.

svn path=/trunk/KDE/kdebase/apps/; revision=649541
2007-04-02 20:08:14 +00:00
Kevin Ottens 72e83bb42a No need to call rowCount() all the time.
svn path=/trunk/KDE/kdebase/apps/; revision=649520
2007-04-02 19:33:19 +00:00
Kevin Ottens 4eec2a77cf Further cleanup to prepare the move.
svn path=/trunk/KDE/kdebase/apps/; revision=649519
2007-04-02 19:30:57 +00:00
Kevin Ottens 03713b0ab4 Rename all the URL navigator related classes to prepare their migration
in kdelibs.

svn path=/trunk/KDE/kdebase/apps/; revision=649514
2007-04-02 19:20:07 +00:00
Kevin Ottens 78c312a0f3 Make use of KFilePlaces instead of the bookmark system in the URL
navigator. Yay!

svn path=/trunk/KDE/kdebase/apps/; revision=649452
2007-04-02 17:32:49 +00:00
Kevin Ottens c2c6f743a5 Add some conveniences.
svn path=/trunk/KDE/kdebase/apps/; revision=649451
2007-04-02 17:31:38 +00:00
Kevin Ottens cebf9958fd Make it proper english. :-)
svn path=/trunk/KDE/kdebase/apps/; revision=649246
2007-04-02 11:52:35 +00:00
David Faure 574dd64225 fixes
svn path=/trunk/KDE/kdebase/apps/; revision=649220
2007-04-02 10:19:47 +00:00
David Faure 2e55ef7a2b Can't export them yet.
svn path=/trunk/KDE/kdebase/apps/; revision=649217
2007-04-02 10:11:12 +00:00
Kevin Ottens c6d0d2b92d Introduce KFilePlacesView which is a list view adding the navigation
logic. Suitable to interface it in Dolphin or the KFileDialog.


svn path=/trunk/KDE/kdebase/apps/; revision=649204
2007-04-02 08:51:57 +00:00