Commit graph

429 commits

Author SHA1 Message Date
David Faure 6ea851f030 Don't rely on konsole sources.
If compilation fails, update and install kdelibs/interfaces/terminal

svn path=/trunk/KDE/kdebase/apps/; revision=662060
2007-05-07 12:01:37 +00:00
Laurent Montel a4713e9ea4 Adapt to new konsole api
svn path=/trunk/KDE/kdebase/apps/; revision=661990
2007-05-07 07:27:26 +00:00
Peter Penz ca0a0438ea synchronize embedded terminal with the current directory
svn path=/trunk/KDE/kdebase/apps/; revision=661960
2007-05-07 05:33:49 +00:00
Peter Penz 87d2df39b5 don't use '/' as shortcut for filtering, this conflicts with the usage of the embedded terminal
svn path=/trunk/KDE/kdebase/apps/; revision=661959
2007-05-07 05:33:20 +00:00
Peter Penz 3535ec7f7e minor adjustments for working together with Max after the BIC Monday...
svn path=/trunk/KDE/kdebase/apps/; revision=661899
2007-05-06 22:09:04 +00:00
Peter Penz 35ee348c45 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
2007-05-06 21:50:24 +00:00
Peter Penz aad46935fa optimization: don't load the directory tree if the widget is invisible
svn path=/trunk/KDE/kdebase/apps/; revision=661865
2007-05-06 20:47:15 +00:00
Peter Penz 4405774647 optimization: don't try to show the meta information if the widget is invisible
svn path=/trunk/KDE/kdebase/apps/; revision=661864
2007-05-06 20:46:01 +00:00
Peter Penz cdcb4b0166 coding style cleanup: fix wrong indenting of members in constructor
svn path=/trunk/KDE/kdebase/apps/; revision=661819
2007-05-06 17:41:49 +00:00
Peter Penz bafaf9496c some cleanups for the sidebar pages (move protected members to private section etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=661815
2007-05-06 17:25:50 +00:00
Peter Penz 5f87a8130e 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
2007-05-05 21:02:04 +00:00
Peter Penz d00a895131 let the settings dialog be a singleton (thanks to Max Blazejak for the patch!)
svn path=/trunk/KDE/kdebase/apps/; revision=661508
2007-05-05 20:53:14 +00:00
Peter Penz be7f817875 optimize
svn path=/trunk/KDE/kdebase/apps/; revision=660582
2007-05-03 06:02:44 +00:00
Peter Penz 7b286a5463 let the information sidebar react on selection changes
svn path=/trunk/KDE/kdebase/apps/; revision=660580
2007-05-03 05:52:54 +00:00
Peter Penz 0bdc4821e4 allow to specify a transition type
svn path=/trunk/KDE/kdebase/apps/; revision=660579
2007-05-03 05:52:11 +00:00
Peter Penz 7f2033899d 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
2007-05-03 05:09:18 +00:00
Script Kiddy 950506d314 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=660563
2007-05-03 05:02:42 +00:00
Peter Penz d76a1f1c4a respect global singleclick-/doubleclick-setting
svn path=/trunk/KDE/kdebase/apps/; revision=660557
2007-05-03 04:59:06 +00:00
Dirk Mueller cbcfed1f0b more cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=660385
2007-05-02 14:50:04 +00:00
David Faure 919071ae88 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
2007-05-02 10:02:19 +00:00
David Faure 5aa8b5ca97 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
2007-05-02 10:00:16 +00:00
David Faure 3cf6c8590f kmetadata is in kdelibs now
svn path=/trunk/KDE/kdebase/apps/; revision=660318
2007-05-02 09:52:26 +00:00
Script Kiddy 9ea444cd99 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=660259
2007-05-02 05:15:33 +00:00
Peter Penz 11c836057b don't connect each sidebar page with all available signals per default
svn path=/trunk/KDE/kdebase/apps/; revision=660258
2007-05-02 05:15:03 +00:00
Sebastian Trueg f867a1a3a7 * Added KMetaData cmake check
* Fixed Dolphin+KMetaData compilation
* Moved knepomuk tests into kdebase

svn path=/trunk/KDE/kdebase/apps/; revision=660109
2007-05-01 15:18:07 +00:00
Sebastian Trueg 8628125eb1 make it compile again.
svn path=/trunk/KDE/kdebase/apps/; revision=660108
2007-05-01 15:10:43 +00:00
Peter Penz 91d1438168 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
2007-05-01 09:12:24 +00:00
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