Commit graph

1089 commits

Author SHA1 Message Date
Script Kiddy 1e72ef9ca0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=748324
2007-12-14 07:53:43 +00:00
Rafael Fernández López 2df7bd3475 Forgot to modify the code for category selection. Fixed.
svn path=/trunk/KDE/kdebase/apps/; revision=748264
2007-12-13 23:40:29 +00:00
Rafael Fernández López 51b61d7735 Fix the bug reported by Will. Now this code is also more polite. This was a TODO and now is fixed :) Still a bug somewhere on Qt...
when you ctrl+selection rect (with mouse), it is lost the last selection done if they were done by groups. Going to dive more into 
this problem, but it lives on Qt.

BUG: 153876
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=748258
2007-12-13 23:24:14 +00:00
Script Kiddy be448fc44f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=747945
2007-12-13 08:03:38 +00:00
Rafael Fernández López d351d41e4b Fixes the problem with the keyboard navigation when a selection with the right-click or a dragging unitary selection was done.
BUG: 153875

svn path=/trunk/KDE/kdebase/apps/; revision=747421
2007-12-12 00:04:13 +00:00
Peter Penz 1ab719d490 fixed issue that turning off the preview during the preview job still was active did not work as expected
TODO for 4.1: provide a preview helper class which can be shared between DolphinView and the special use case of DolphinColumnViewWidget

BUG: 153816

svn path=/trunk/KDE/kdebase/apps/; revision=747348
2007-12-11 19:19:44 +00:00
Peter Penz 4e43b5465f use different icon for "Add to places" as suggested by David Vignoni
CCMAIL: david@icon-king.com

svn path=/trunk/KDE/kdebase/apps/; revision=747049
2007-12-10 22:00:48 +00:00
Adriaan de Groot c9a2f61942 Another handful of workaround includes
svn path=/trunk/KDE/kdebase/apps/; revision=746913
2007-12-10 16:19:11 +00:00
Sebastian Trueg 1329ae5ba3 Added Soprano include dir
svn path=/trunk/KDE/kdebase/apps/; revision=746869
2007-12-10 13:55:05 +00:00
Sebastian Trueg 929931b060 Use Xesam ontology instead of NIE. Since Strigi uses Xesam and we have no mapping yet this does make much more sense.
svn path=/trunk/KDE/kdebase/apps/; revision=746846
2007-12-10 12:34:56 +00:00
Script Kiddy db5fcb7f76 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=746474
2007-12-09 07:38:20 +00:00
Peter Penz 26a15eb88e Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnecting the signals from KDirLister solves a previous crash.
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=746428
2007-12-08 23:05:32 +00:00
Jakob Petsovits 6a59da39bc Icon naming spec compliance (code changes - KDE/):
dialog-apply -> dialog-ok-apply

svn path=/trunk/KDE/kdebase/apps/; revision=746427
2007-12-08 23:01:41 +00:00
Peter Penz 3a2a6011e8 don't forget to delete the proxy model
svn path=/trunk/KDE/kdebase/apps/; revision=746418
2007-12-08 22:42:13 +00:00
Peter Penz 23f6a51f85 SVN_SILENT: adjusted position of comment
svn path=/trunk/KDE/kdebase/apps/; revision=746415
2007-12-08 22:39:04 +00:00
Peter Penz b5bb77e45b don't forget to update the scrollbar size when resizing the column view
svn path=/trunk/KDE/kdebase/apps/; revision=746306
2007-12-08 17:09:56 +00:00
Peter Penz 54dfdc930a fixed memory leaks (thanks to David for fixing this in KDirOperator)
svn path=/trunk/KDE/kdebase/apps/; revision=746294
2007-12-08 16:16:45 +00:00
Rafael Fernández López fc9a6701da Now that we changed some needed stuff at naturalCompare() method, we can set the replacementchar to put "Others" category on the last place. Now, we can actually call it
"Others" since it is placed the last one, and it is not necessary to call it "Uncategorized" because it was placed the first one before.

svn path=/trunk/KDE/kdebase/apps/; revision=746061
2007-12-07 17:49:49 +00:00
Rafael Fernández López f048b7fd65 workaround no longer needed
svn path=/trunk/KDE/kdebase/apps/; revision=746029
2007-12-07 15:39:49 +00:00
Peter Penz 1d2e10bcb2 fixed issue that when using "Use common view properties for all folders" the view mode is reset to "icons" when using e. g. the FTP protocol
svn path=/trunk/KDE/kdebase/apps/; revision=745711
2007-12-06 21:36:52 +00:00
Peter Penz e651545527 Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the constructor is too early (thanks to Fredrik for the hint!). This fixes 2 issues:
* the selection color of the details view now uses the correct selection color
* changing the colors of KDE results in updating the colors of all Dolphin views

CCMAIL: hein@kde.org
CCMAIL: ereslibre@kde.org
CCMAIL: mw_triad@users.sourceforge.net

svn path=/trunk/KDE/kdebase/apps/; revision=745700
2007-12-06 21:06:45 +00:00
Peter Penz 4939ae662f fixed issue that the information panel shows wrong meta data when having split views in combination with selected items
BUG: 151644

svn path=/trunk/KDE/kdebase/apps/; revision=745669
2007-12-06 19:38:24 +00:00
Allen Winter 04948c542a use the ${GENERIC_LIB_VERSION} and ${GENERIC_SOLIB_VERSION} macros to help keep
with library versioning consistency into the future.
ok'd by dfaure.

svn path=/trunk/KDE/kdebase/apps/; revision=745632
2007-12-06 16:55:50 +00:00
Rafael Fernández López 848b3eb621 Fix palette problem as workaround. This is needed if the categorization is enabled
svn path=/trunk/KDE/kdebase/apps/; revision=745630
2007-12-06 16:51:43 +00:00
Rafael Fernández López 1ec3860a26 We didn't want this changes here... of course... Qt bug
svn path=/trunk/KDE/kdebase/apps/; revision=745561
2007-12-06 12:22:30 +00:00
Rafael Fernández López f0f5cfdbfd Fix the problem of the palette not being updated... this is a workaround. It should have been done automatically
svn path=/trunk/KDE/kdebase/apps/; revision=745558
2007-12-06 11:57:16 +00:00
Rafael Fernández López 70e938b23e Fix i18n
svn path=/trunk/KDE/kdebase/apps/; revision=745354
2007-12-06 01:25:00 +00:00
Rafael Fernández López 02f7ca192d For now, let the "Others" group to be sorted as the first one
svn path=/trunk/KDE/kdebase/apps/; revision=745157
2007-12-05 15:44:44 +00:00
Peter Penz 525fdd8afc SVN_SILENT coding style fixes
svn path=/trunk/KDE/kdebase/apps/; revision=744903
2007-12-04 21:05:41 +00:00
Peter Penz 5690330220 Allow turning off the feature that additional information might be shown in the icons view. Per default the setting is still on, but for people who prefer browsing with the details view and only temporary switch to the icons view (e. g. for having a larger preview), this feature gets a showstopper (discussed with Eike Hein).
Got the OK from the translator team for adding the new string.

CCMAIL: hein@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=744901
2007-12-04 20:56:42 +00:00
Rafael Fernández López 7cdaa3f5bf fix indentation
svn path=/trunk/KDE/kdebase/apps/; revision=744669
2007-12-04 02:56:48 +00:00
Rafael Fernández López 9b99cefca5 Newer items go before
svn path=/trunk/KDE/kdebase/apps/; revision=744668
2007-12-04 02:54:36 +00:00
John Tapsell 5dff77a46d Small compile fix
svn path=/trunk/KDE/kdebase/apps/; revision=744667
2007-12-04 02:50:00 +00:00
John Tapsell 6c9ac61e3c Remove bad line
svn path=/trunk/KDE/kdebase/apps/; revision=744666
2007-12-04 02:44:53 +00:00
John Tapsell 5db74fc80b Make checking the name a bit more effecient
svn path=/trunk/KDE/kdebase/apps/; revision=744665
2007-12-04 02:41:19 +00:00
Rafael Fernández López 7ed2884204 save time... no need to translate to upper the whole string if we only are interested in a single character
svn path=/trunk/KDE/kdebase/apps/; revision=744662
2007-12-04 02:24:23 +00:00
Rafael Fernández López d305bee019 fixing++
svn path=/trunk/KDE/kdebase/apps/; revision=744658
2007-12-04 02:09:03 +00:00
Rafael Fernández López 0fc7e4af53 Makes sense that when sorting by permissions what we want to see first is the most permissive groups, and the most restrictive groups at the end
svn path=/trunk/KDE/kdebase/apps/; revision=744654
2007-12-04 01:23:05 +00:00
Rafael Fernández López 1e4257b684 Sortings restored. Everything is working fine :)
svn path=/trunk/KDE/kdebase/apps/; revision=744653
2007-12-04 01:18:17 +00:00
Rafael Fernández López f64141a6d1 More changes will follow to fix logic. This makes the stuff compile.
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=744626
2007-12-03 23:43:39 +00:00
Rafael Fernández López f42b436471 Changes to kdelibs were made, updating
svn path=/trunk/KDE/kdebase/apps/; revision=744509
2007-12-03 20:38:37 +00:00
Rafael Fernández López 028a0bd759 More logic fixes
svn path=/trunk/KDE/kdebase/apps/; revision=744491
2007-12-03 19:44:08 +00:00
Rafael Fernández López 2766a17613 More logic fixes
svn path=/trunk/KDE/kdebase/apps/; revision=744490
2007-12-03 19:43:11 +00:00
John Tapsell f4614fd066 Revert my last commit, it's not quite working
svn path=/trunk/KDE/kdebase/apps/; revision=744406
2007-12-03 13:10:55 +00:00
John Tapsell e80f077357 The first columns model and selection model should be the same as the view's model and selection model.
This means
1) We don't leak memory switching to and from column view
2) Selection is preserved when switching views
3) We don't have 2 models running for the root directory

CCMAIL:peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=744386
2007-12-03 10:32:27 +00:00
John Tapsell 0f4ecd1c61 Do not reload the directory when changing the view
svn path=/trunk/KDE/kdebase/apps/; revision=744377
2007-12-03 09:35:31 +00:00
Rafael Fernández López 398a9b1639 Same color for the category hovering as the rest of items
svn path=/trunk/KDE/kdebase/apps/; revision=744236
2007-12-03 00:47:15 +00:00
John Tapsell 396d620466 Share the selection model. Does not fix the selections yet though
svn path=/trunk/KDE/kdebase/apps/; revision=744230
2007-12-03 00:29:56 +00:00
Rafael Fernández López e71af0e7c1 Adapt to changes done on kdelibs
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=744218
2007-12-02 23:50:21 +00:00
Script Kiddy 2128e27bbf SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=743871
2007-12-02 08:04:51 +00:00