Commit graph

1067 commits

Author SHA1 Message Date
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
Peter Penz bfc1a4676c assure that the active column stays visible when the window gets resized or e. g. the information bar gets enabled
svn path=/trunk/KDE/kdebase/apps/; revision=743752
2007-12-01 20:06:26 +00:00
John Tapsell a818e555cb Make file properties dialog box non-modal
svn path=/trunk/KDE/kdebase/apps/; revision=743617
2007-12-01 14:06:07 +00:00
Peter Penz 7077d2edff Assure that the items of the details view are not expandable. We might think about enabling this in 4.1 optionally, so that especially Konqi can use this feature. But for this some adjustments in the drag & drop handling of the details view must be done first -> let's postpone this to 4.1.
svn path=/trunk/KDE/kdebase/apps/; revision=743539
2007-12-01 09:59:13 +00:00
Peter Penz 278cb078d6 allow the user resizing the columns in the details view
svn path=/trunk/KDE/kdebase/apps/; revision=743538
2007-12-01 09:49:51 +00:00
Script Kiddy 3b8571ec59 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=743500
2007-12-01 07:41:49 +00:00
Peter Penz d6488887ec Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as currently the performance is too slow. Nepomuk will support caching in future versions, so hopefully we can provide those entries again in KDE 4.1.
svn path=/trunk/KDE/kdebase/apps/; revision=743363
2007-11-30 19:19:38 +00:00
Peter Penz 0e6e4bf391 enable session management
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=743357
2007-11-30 18:42:17 +00:00
Albert Astals Cid 5d9a7d1ad3 You need >> or either the "Your names" and "Your messages" placeholders for translators are removed
svn path=/trunk/KDE/kdebase/apps/; revision=743049
2007-11-29 19:13:25 +00:00
Jakub Stachowski 51e6281fe8 When listing already visited dir, completed() would be emitted from within setUrl, before
emit started(0) making konq logo spinning indefinitely.


svn path=/trunk/KDE/kdebase/apps/; revision=742730
2007-11-28 19:44:44 +00:00
Peter Penz eac29a517c fix crash during drag & drop if the file item is not available (thanks to John Tapsell for the original fix in dolphiniconsview.cpp!)
svn path=/trunk/KDE/kdebase/apps/; revision=742703
2007-11-28 17:07:08 +00:00
John Tapsell edf8be2dff Do not crash if the index is not valid.
svn path=/trunk/KDE/kdebase/apps/; revision=742329
2007-11-27 20:55:02 +00:00
Script Kiddy 428a2064c3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=742119
2007-11-27 07:46:00 +00:00
Script Kiddy 4fa2d439b8 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=741702
2007-11-26 08:05:24 +00:00
Peter Penz a26eda8d38 there's no need having 2-liners inside their own method when this method is only invoked once...
svn path=/trunk/KDE/kdebase/apps/; revision=741371
2007-11-25 14:51:41 +00:00
Peter Penz 937abdf2a7 provide useful default values when configuring the additional information for the details view
svn path=/trunk/KDE/kdebase/apps/; revision=741353
2007-11-25 13:59:29 +00:00
Script Kiddy 066ff3c6ca SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=741240
2007-11-25 07:47:58 +00:00
Albert Astals Cid 19a3216a0c and now the correct fix by master dfaure
svn path=/trunk/KDE/kdebase/apps/; revision=740707
2007-11-23 23:29:45 +00:00
Albert Astals Cid 52f20900d6 Ahhh, fixing the bugs you report, that rocks ;-)
Insert the dolphin catalog so the messages appear translated correctly when eg, embedded into konqueror

BUG: 152752

svn path=/trunk/KDE/kdebase/apps/; revision=740701
2007-11-23 22:54:12 +00:00
David Faure 71f5520898 Move F10 (create directory) shortcut from konq to dolphinpart.
About all those filemanagement feature moves: I double checked and the other inode/directory parts are cervisia (need own file-related operations for VCS support), konsole (no gui), kfilereplacepart (no mkdir) and fsview (readonly). So better unbloat konq itself.

svn path=/trunk/KDE/kdebase/apps/; revision=740491
2007-11-23 11:50:00 +00:00
Jakob Petsovits 207b72163b Icon renaming:
item-drag-multiple -> document-multiple

svn path=/trunk/KDE/kdebase/apps/; revision=740350
2007-11-23 02:52:03 +00:00
Script Kiddy 08fa632eb1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=739529
2007-11-21 07:59:36 +00:00
Peter Penz c29d2b81c0 don't draw anything if the bounding rectangle is empty
svn path=/trunk/KDE/kdebase/apps/; revision=739378
2007-11-20 22:43:53 +00:00