Commit graph

8052 commits

Author SHA1 Message Date
Script Kiddy e9b902c4f2 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=659948
2007-05-01 06:45:54 +00:00
David Faure 16e610f618 KDiskFreeSp -> KDiskFreeSpace
Port away from deprecated KIO::findPathMountPoint

svn path=/trunk/KDE/kdebase/apps/; revision=659796
2007-04-30 20:22:25 +00:00
Sebastian Trueg de038b64f2 Replaced File with KMetaData::Resource for the time being.
Once we have the proper ontology I will change it back.

svn path=/trunk/KDE/kdebase/apps/; revision=659702
2007-04-30 17:09:24 +00:00
David Faure 61a4e8691d a bit ugly, but the migration to QList<KFileItem> has to be incremental...
svn path=/trunk/KDE/kdebase/apps/; revision=659519
2007-04-30 11:29:12 +00:00
David Faure 864e8e93b9 PreviewJob API change (KFileItems by value)
svn path=/trunk/KDE/kdebase/apps/; revision=659426
2007-04-30 08:31:55 +00:00
Dirk Mueller 1b9feca40e cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=658929
2007-04-28 22:01:28 +00:00
Script Kiddy 52011235e6 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=658426
2007-04-27 04:57:44 +00:00
Script Kiddy 895e726381 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=657060
2007-04-23 05:35:29 +00:00
Peter Penz 0c05681708 reactivated info sidebar again and temporary removed the code which resets the URL after starting Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=656979
2007-04-22 21:27:40 +00:00
Peter Penz a195131147 allow sorting by type
svn path=/trunk/KDE/kdebase/apps/; revision=656971
2007-04-22 21:04:46 +00:00
Pino Toscano 28a08b940c headers of a private library should not be installed
svn path=/trunk/KDE/kdebase/apps/; revision=656882
2007-04-22 16:01:07 +00:00
Laurent Montel 10a02f0bc3 Remove not necessary include
svn path=/trunk/KDE/kdebase/nsplugins/; revision=656776
2007-04-22 11:14:24 +00:00
Stephan Binner e0a3be7838 SVN_SILENT i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=655690
2007-04-19 05:00:52 +00:00
Script Kiddy 90245070d5 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=654844
2007-04-17 05:21:55 +00:00
Peter Penz c0e78a46d9 fixed dangerous usage of a const reference as member
svn path=/trunk/KDE/kdebase/apps/; revision=654781
2007-04-16 21:53:10 +00:00
Peter Penz 188132117e fixed icon names
svn path=/trunk/KDE/kdebase/apps/; revision=654774
2007-04-16 21:37:09 +00:00
Peter Penz fc3134bdee use the smooth transformation mode for scaling
svn path=/trunk/KDE/kdebase/apps/; revision=654769
2007-04-16 21:30:49 +00:00
Peter Penz da3bc09d21 resize the pixmap in a smooth way instead of using a blending effect
svn path=/trunk/KDE/kdebase/apps/; revision=654753
2007-04-16 21:17:48 +00:00
Simon Hausmann 931d9cc75a Merging branches/work/kmainwindow-decoupling-branch from Kevin and me which
separates the xmlgui stuff from KMainWindow

svn path=/trunk/KDE/kdebase/apps/; revision=654728
2007-04-16 20:44:36 +00:00
Peter Penz c4a6805856 when switching from the column view to the details- or icons-view it makes sense to adjust the URL automatically to the root URL of the column view
svn path=/trunk/KDE/kdebase/apps/; revision=654718
2007-04-16 20:19:05 +00:00
Peter Penz c0ec582ae7 use new "column view" icon (thanks to David Vignoni)
svn path=/trunk/KDE/kdebase/apps/; revision=654713
2007-04-16 20:08:09 +00:00
Peter Penz 2060fa8d46 show column mode in viewport context menu (thanks to Thomas Georgiou for the patch)
svn path=/trunk/KDE/kdebase/apps/; revision=654709
2007-04-16 20:01:19 +00:00
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