]>
cloud.milkyroute.net Git - dolphin.git/log
Laurent Montel [Mon, 7 May 2007 07:27:26 +0000 (07:27 +0000)]
Adapt to new konsole api
svn path=/trunk/KDE/kdebase/apps/; revision=661990
Peter Penz [Mon, 7 May 2007 05:33:49 +0000 (05:33 +0000)]
synchronize embedded terminal with the current directory
svn path=/trunk/KDE/kdebase/apps/; revision=661960
Peter Penz [Mon, 7 May 2007 05:33:20 +0000 (05:33 +0000)]
don't use '/' as shortcut for filtering, this conflicts with the usage of the embedded terminal
svn path=/trunk/KDE/kdebase/apps/; revision=661959
Peter Penz [Sun, 6 May 2007 22:09:04 +0000 (22:09 +0000)]
minor adjustments for working together with Max after the BIC Monday...
svn path=/trunk/KDE/kdebase/apps/; revision=661899
Peter Penz [Sun, 6 May 2007 21:50:24 +0000 (21:50 +0000)]
Initial step for showing the terminal embedded inside Dolphin instead of opening a separate window. This allows to synchronize the current directory of the terminal with the shown directory in Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=661890
Peter Penz [Sun, 6 May 2007 20:47:15 +0000 (20:47 +0000)]
optimization: don't load the directory tree if the widget is invisible
svn path=/trunk/KDE/kdebase/apps/; revision=661865
Peter Penz [Sun, 6 May 2007 20:46:01 +0000 (20:46 +0000)]
optimization: don't try to show the meta information if the widget is invisible
svn path=/trunk/KDE/kdebase/apps/; revision=661864
Peter Penz [Sun, 6 May 2007 17:41:49 +0000 (17:41 +0000)]
coding style cleanup: fix wrong indenting of members in constructor
svn path=/trunk/KDE/kdebase/apps/; revision=661819
Peter Penz [Sun, 6 May 2007 17:25:50 +0000 (17:25 +0000)]
some cleanups for the sidebar pages (move protected members to private section etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=661815
Peter Penz [Sat, 5 May 2007 21:02:04 +0000 (21:02 +0000)]
revert last commit, it leads to the uncommon behavior that the last state of the settings dialog is remembered (grmpf - I should do more testing... ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=661511
Peter Penz [Sat, 5 May 2007 20:53:14 +0000 (20:53 +0000)]
let the settings dialog be a singleton (thanks to Max Blazejak for the patch!)
svn path=/trunk/KDE/kdebase/apps/; revision=661508
Peter Penz [Thu, 3 May 2007 06:02:44 +0000 (06:02 +0000)]
optimize
svn path=/trunk/KDE/kdebase/apps/; revision=660582
Peter Penz [Thu, 3 May 2007 05:52:54 +0000 (05:52 +0000)]
let the information sidebar react on selection changes
svn path=/trunk/KDE/kdebase/apps/; revision=660580
Peter Penz [Thu, 3 May 2007 05:52:11 +0000 (05:52 +0000)]
allow to specify a transition type
svn path=/trunk/KDE/kdebase/apps/; revision=660579
Peter Penz [Thu, 3 May 2007 05:09:18 +0000 (05:09 +0000)]
initial step for cleaning up the information sidebar: get rid of service actions, just let the information sidebar be a place for metadata (nepomuk)
svn path=/trunk/KDE/kdebase/apps/; revision=660576
Script Kiddy [Thu, 3 May 2007 05:02:42 +0000 (05:02 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=660563
Peter Penz [Thu, 3 May 2007 04:59:06 +0000 (04:59 +0000)]
respect global singleclick-/doubleclick-setting
svn path=/trunk/KDE/kdebase/apps/; revision=660557
Dirk Mueller [Wed, 2 May 2007 14:50:04 +0000 (14:50 +0000)]
more cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=660385
David Faure [Wed, 2 May 2007 10:02:19 +0000 (10:02 +0000)]
If it's not always compiled, then we need to check it before we add it to the link line...
svn path=/trunk/KDE/kdebase/apps/; revision=660323
David Faure [Wed, 2 May 2007 10:00:16 +0000 (10:00 +0000)]
Oh. It's in kdelibs, but it's not always compiled. Revert.
(and moved checks to the right place)
svn path=/trunk/KDE/kdebase/apps/; revision=660320
David Faure [Wed, 2 May 2007 09:52:26 +0000 (09:52 +0000)]
kmetadata is in kdelibs now
svn path=/trunk/KDE/kdebase/apps/; revision=660318
Script Kiddy [Wed, 2 May 2007 05:15:33 +0000 (05:15 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=660259
Peter Penz [Wed, 2 May 2007 05:15:03 +0000 (05:15 +0000)]
don't connect each sidebar page with all available signals per default
svn path=/trunk/KDE/kdebase/apps/; revision=660258
Sebastian Trueg [Tue, 1 May 2007 15:18:07 +0000 (15:18 +0000)]
* Added KMetaData cmake check
* Fixed Dolphin+KMetaData compilation
* Moved knepomuk tests into kdebase
svn path=/trunk/KDE/kdebase/apps/; revision=660109
Sebastian Trueg [Tue, 1 May 2007 15:10:43 +0000 (15:10 +0000)]
make it compile again.
svn path=/trunk/KDE/kdebase/apps/; revision=660108
Peter Penz [Tue, 1 May 2007 09:12:24 +0000 (09:12 +0000)]
Respect global single/double click setting for the icons- and details view (thanks to Sam Abed for the patch!). PS: I did not introduce an executed()-signal in KListView, as:
* In general we want to avoid having Kxxx-view classes for existing Qxxx-view classes like this was the case in KDE3. Qt4 allows us to use custom models + delegates and hence there should be no need to introduce KListView, KTreeView or KColumnView.
* It looks like KListView will be renamed to KCategoryView and it's open yet whether it it will be available outside the scope of a file manager for KDE 4.0.
* The details view is derived from QTreeView and the columns view is derived from QColumnView -> adjusting KListView won't help here :-)
svn path=/trunk/KDE/kdebase/apps/; revision=659994
Script Kiddy [Tue, 1 May 2007 06:45:54 +0000 (06:45 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=659948
David Faure [Mon, 30 Apr 2007 20:22:25 +0000 (20:22 +0000)]
KDiskFreeSp -> KDiskFreeSpace
Port away from deprecated KIO::findPathMountPoint
svn path=/trunk/KDE/kdebase/apps/; revision=659796
Sebastian Trueg [Mon, 30 Apr 2007 17:09:24 +0000 (17:09 +0000)]
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
David Faure [Mon, 30 Apr 2007 11:29:12 +0000 (11:29 +0000)]
a bit ugly, but the migration to QList<KFileItem> has to be incremental...
svn path=/trunk/KDE/kdebase/apps/; revision=659519
David Faure [Mon, 30 Apr 2007 08:31:55 +0000 (08:31 +0000)]
PreviewJob API change (KFileItems by value)
svn path=/trunk/KDE/kdebase/apps/; revision=659426
Dirk Mueller [Sat, 28 Apr 2007 22:01:28 +0000 (22:01 +0000)]
cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=658929
Script Kiddy [Fri, 27 Apr 2007 04:57:44 +0000 (04:57 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=658426
Script Kiddy [Mon, 23 Apr 2007 05:35:29 +0000 (05:35 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=657060
Peter Penz [Sun, 22 Apr 2007 21:27:40 +0000 (21:27 +0000)]
reactivated info sidebar again and temporary removed the code which resets the URL after starting Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=656979
Peter Penz [Sun, 22 Apr 2007 21:04:46 +0000 (21:04 +0000)]
allow sorting by type
svn path=/trunk/KDE/kdebase/apps/; revision=656971
Pino Toscano [Sun, 22 Apr 2007 16:01:07 +0000 (16:01 +0000)]
headers of a private library should not be installed
svn path=/trunk/KDE/kdebase/apps/; revision=656882
Laurent Montel [Sun, 22 Apr 2007 11:14:24 +0000 (11:14 +0000)]
Remove not necessary include
svn path=/trunk/KDE/kdebase/nsplugins/; revision=656776
Stephan Binner [Thu, 19 Apr 2007 05:00:52 +0000 (05:00 +0000)]
SVN_SILENT i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=655690
Script Kiddy [Tue, 17 Apr 2007 05:21:55 +0000 (05:21 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=654844
Peter Penz [Mon, 16 Apr 2007 21:53:10 +0000 (21:53 +0000)]
fixed dangerous usage of a const reference as member
svn path=/trunk/KDE/kdebase/apps/; revision=654781
Peter Penz [Mon, 16 Apr 2007 21:37:09 +0000 (21:37 +0000)]
fixed icon names
svn path=/trunk/KDE/kdebase/apps/; revision=654774
Peter Penz [Mon, 16 Apr 2007 21:30:49 +0000 (21:30 +0000)]
use the smooth transformation mode for scaling
svn path=/trunk/KDE/kdebase/apps/; revision=654769
Peter Penz [Mon, 16 Apr 2007 21:17:48 +0000 (21:17 +0000)]
resize the pixmap in a smooth way instead of using a blending effect
svn path=/trunk/KDE/kdebase/apps/; revision=654753
Simon Hausmann [Mon, 16 Apr 2007 20:44:36 +0000 (20:44 +0000)]
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
Peter Penz [Mon, 16 Apr 2007 20:19:05 +0000 (20:19 +0000)]
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
Peter Penz [Mon, 16 Apr 2007 20:08:09 +0000 (20:08 +0000)]
use new "column view" icon (thanks to David Vignoni)
svn path=/trunk/KDE/kdebase/apps/; revision=654713
Peter Penz [Mon, 16 Apr 2007 20:01:19 +0000 (20:01 +0000)]
show column mode in viewport context menu (thanks to Thomas Georgiou for the patch)
svn path=/trunk/KDE/kdebase/apps/; revision=654709
Peter Penz [Mon, 16 Apr 2007 19:47:40 +0000 (19:47 +0000)]
fix coding style to match with http://techbase.kde.org/Policies/Kdelibs_Coding_Style
svn path=/trunk/KDE/kdebase/apps/; revision=654698
Robert Knight [Mon, 16 Apr 2007 15:38:03 +0000 (15:38 +0000)]
Add fade transition between file icon/preview changes in the sidebar.
svn path=/trunk/KDE/kdebase/apps/; revision=654581
Script Kiddy [Mon, 16 Apr 2007 05:08:30 +0000 (05:08 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=654445
Peter Penz [Sat, 14 Apr 2007 21:37:29 +0000 (21:37 +0000)]
select the decoration per default
svn path=/trunk/KDE/kdebase/apps/; revision=654034
Peter Penz [Sat, 14 Apr 2007 20:45:22 +0000 (20:45 +0000)]
optimization: don't reload the view if not absolutely necessary
svn path=/trunk/KDE/kdebase/apps/; revision=654010
Peter Penz [Sat, 14 Apr 2007 20:34:18 +0000 (20:34 +0000)]
ups - did not want to commit the kDebug() line...
svn path=/trunk/KDE/kdebase/apps/; revision=654002
Peter Penz [Sat, 14 Apr 2007 20:32:51 +0000 (20:32 +0000)]
optimization: no reloading necessary if preview has been turned on/off
svn path=/trunk/KDE/kdebase/apps/; revision=654000
Peter Penz [Sat, 14 Apr 2007 20:21:30 +0000 (20:21 +0000)]
fix possible crash if the base URL is empty
svn path=/trunk/KDE/kdebase/apps/; revision=653996
Peter Penz [Sat, 14 Apr 2007 20:01:47 +0000 (20:01 +0000)]
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
Peter Penz [Sat, 14 Apr 2007 18:57:18 +0000 (18:57 +0000)]
assure that the preview job gets killed when the directory has been changed
svn path=/trunk/KDE/kdebase/apps/; revision=653976
Peter Penz [Sat, 14 Apr 2007 17:55:06 +0000 (17:55 +0000)]
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
Peter Penz [Sat, 14 Apr 2007 17:21:53 +0000 (17:21 +0000)]
fixed shortcut for "Find"
svn path=/trunk/KDE/kdebase/apps/; revision=653948
Peter Penz [Sat, 14 Apr 2007 16:50:51 +0000 (16:50 +0000)]
allow to turn on/off the places panel by the menu
svn path=/trunk/KDE/kdebase/apps/; revision=653936
Sebastian Trueg [Fri, 13 Apr 2007 16:28:34 +0000 (16:28 +0000)]
compilation fix
svn path=/trunk/KDE/kdebase/apps/; revision=653564
Christian Ehrlicher [Fri, 13 Apr 2007 16:09:57 +0000 (16:09 +0000)]
fix exports - please take care to use the correct export macro next time!
svn path=/trunk/KDE/kdebase/apps/; revision=653556
Kevin Ottens [Fri, 13 Apr 2007 14:44:18 +0000 (14:44 +0000)]
Those hacks are not needed anymore for autosaving.
svn path=/trunk/KDE/kdebase/apps/; revision=653522
Peter Penz [Thu, 12 Apr 2007 17:39:10 +0000 (17:39 +0000)]
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
Peter Penz [Thu, 12 Apr 2007 17:37:53 +0000 (17:37 +0000)]
minor coding style cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=653127
Peter Penz [Thu, 12 Apr 2007 15:23:04 +0000 (15:23 +0000)]
some include + coding guideline cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=653049
Peter Penz [Thu, 12 Apr 2007 15:14:00 +0000 (15:14 +0000)]
include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=653043
Dirk Mueller [Thu, 12 Apr 2007 13:02:58 +0000 (13:02 +0000)]
include cleanup
svn path=/trunk/KDE/kdebase/konqueror/; revision=652987
Funda Wang [Thu, 12 Apr 2007 05:56:03 +0000 (05:56 +0000)]
Emtpy -> Empty. typo fix.
svn path=/trunk/KDE/kdebase/apps/; revision=652867
Script Kiddy [Thu, 12 Apr 2007 05:10:21 +0000 (05:10 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=652858
Peter Penz [Wed, 11 Apr 2007 05:42:11 +0000 (05:42 +0000)]
use "folder" instead of "directory" for all visible strings
svn path=/trunk/KDE/kdebase/apps/; revision=652471
Peter Penz [Tue, 10 Apr 2007 11:54:04 +0000 (11:54 +0000)]
fix #144021: show free space in GB instead of used space in percent
svn path=/trunk/KDE/kdebase/apps/; revision=652207
Peter Penz [Tue, 10 Apr 2007 11:22:56 +0000 (11:22 +0000)]
allow to enable the categorization feature for sorting
svn path=/trunk/KDE/kdebase/apps/; revision=652200
Peter Penz [Tue, 10 Apr 2007 08:46:21 +0000 (08:46 +0000)]
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
Laurent Montel [Tue, 10 Apr 2007 07:07:26 +0000 (07:07 +0000)]
Adapt to new api
svn path=/trunk/KDE/kdebase/apps/; revision=652135
Peter Penz [Mon, 9 Apr 2007 19:12:54 +0000 (19:12 +0000)]
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
Kevin Ottens [Mon, 9 Apr 2007 09:16:39 +0000 (09:16 +0000)]
Dolphin is now KBookmark* free.
svn path=/trunk/KDE/kdebase/apps/; revision=651766
Peter Penz [Sun, 8 Apr 2007 21:07:41 +0000 (21:07 +0000)]
adaptions to the cleaned up interface of KUrlNavigator
svn path=/trunk/KDE/kdebase/apps/; revision=651675
Script Kiddy [Fri, 6 Apr 2007 05:03:06 +0000 (05:03 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=651001
Script Kiddy [Thu, 5 Apr 2007 04:44:04 +0000 (04:44 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/konqueror/; revision=650658
Stephan Binner [Wed, 4 Apr 2007 21:11:21 +0000 (21:11 +0000)]
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=650575
Robert Knight [Wed, 4 Apr 2007 18:23:29 +0000 (18:23 +0000)]
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
Robert Knight [Wed, 4 Apr 2007 17:51:32 +0000 (17:51 +0000)]
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
Pino Toscano [Wed, 4 Apr 2007 14:47:36 +0000 (14:47 +0000)]
move the QT3_SUPPORT definition only where it's needed
svn path=/trunk/KDE/kdebase/apps/; revision=650430
Pino Toscano [Wed, 4 Apr 2007 13:02:52 +0000 (13:02 +0000)]
Qt::Ascending -> Qt::AscendingOrder
Qt::Descending -> Qt::DescendingOrder
svn path=/trunk/KDE/kdebase/apps/; revision=650398
Peter Penz [Wed, 4 Apr 2007 05:48:51 +0000 (05:48 +0000)]
simplify layout of ViewPropertiesDialog
svn path=/trunk/KDE/kdebase/apps/; revision=650290
Script Kiddy [Wed, 4 Apr 2007 05:01:42 +0000 (05:01 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=650277
Kevin Ottens [Mon, 2 Apr 2007 20:08:14 +0000 (20:08 +0000)]
Places and url navigator are now provided by kfile. Port Dolphin to this
change.
svn path=/trunk/KDE/kdebase/apps/; revision=649541
Kevin Ottens [Mon, 2 Apr 2007 19:33:19 +0000 (19:33 +0000)]
No need to call rowCount() all the time.
svn path=/trunk/KDE/kdebase/apps/; revision=649520
Kevin Ottens [Mon, 2 Apr 2007 19:30:57 +0000 (19:30 +0000)]
Further cleanup to prepare the move.
svn path=/trunk/KDE/kdebase/apps/; revision=649519
Kevin Ottens [Mon, 2 Apr 2007 19:20:07 +0000 (19:20 +0000)]
Rename all the URL navigator related classes to prepare their migration
in kdelibs.
svn path=/trunk/KDE/kdebase/apps/; revision=649514
Kevin Ottens [Mon, 2 Apr 2007 17:32:49 +0000 (17:32 +0000)]
Make use of KFilePlaces instead of the bookmark system in the URL
navigator. Yay!
svn path=/trunk/KDE/kdebase/apps/; revision=649452
Kevin Ottens [Mon, 2 Apr 2007 17:31:38 +0000 (17:31 +0000)]
Add some conveniences.
svn path=/trunk/KDE/kdebase/apps/; revision=649451
Kevin Ottens [Mon, 2 Apr 2007 11:52:35 +0000 (11:52 +0000)]
Make it proper english. :-)
svn path=/trunk/KDE/kdebase/apps/; revision=649246
David Faure [Mon, 2 Apr 2007 10:19:47 +0000 (10:19 +0000)]
fixes
svn path=/trunk/KDE/kdebase/apps/; revision=649220
David Faure [Mon, 2 Apr 2007 10:11:12 +0000 (10:11 +0000)]
Can't export them yet.
svn path=/trunk/KDE/kdebase/apps/; revision=649217
Kevin Ottens [Mon, 2 Apr 2007 08:51:57 +0000 (08:51 +0000)]
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
Kevin Ottens [Mon, 2 Apr 2007 08:48:53 +0000 (08:48 +0000)]
Fix more URL breakage.
svn path=/trunk/KDE/kdebase/apps/; revision=649203
Kevin Ottens [Mon, 2 Apr 2007 08:45:08 +0000 (08:45 +0000)]
Fixes the URL handling in this model. QVariant breaks KUrl in strange
ways, hence the nasty code. If anybody has a better idea feel free to
point me to the right solution.
svn path=/trunk/KDE/kdebase/apps/; revision=649200