┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-12-08fixed memory leaks (thanks to David for fixing this in KDirOperator)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=746294
2007-12-07Now that we changed some needed stuff at naturalCompare() method, we can set ↵Rafael Fernández López
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-07workaround no longer neededRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=746029
2007-12-06fixed issue that when using "Use common view properties for all folders" the ↵Peter Penz
view mode is reset to "icons" when using e. g. the FTP protocol svn path=/trunk/KDE/kdebase/apps/; revision=745711
2007-12-06Fixed wrong usage of QStyleOptionViewItem: caching of the file item in the ↵Peter Penz
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: [email protected] CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=745700
2007-12-06fixed issue that the information panel shows wrong meta data when having ↵Peter Penz
split views in combination with selected items BUG: 151644 svn path=/trunk/KDE/kdebase/apps/; revision=745669
2007-12-06use the ${GENERIC_LIB_VERSION} and ${GENERIC_SOLIB_VERSION} macros to help keepAllen Winter
with library versioning consistency into the future. ok'd by dfaure. svn path=/trunk/KDE/kdebase/apps/; revision=745632
2007-12-06Fix palette problem as workaround. This is needed if the categorization is ↵Rafael Fernández López
enabled svn path=/trunk/KDE/kdebase/apps/; revision=745630
2007-12-06We didn't want this changes here... of course... Qt bugRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=745561
2007-12-06Fix the problem of the palette not being updated... this is a workaround. It ↵Rafael Fernández López
should have been done automatically svn path=/trunk/KDE/kdebase/apps/; revision=745558
2007-12-06Fix i18nRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=745354
2007-12-05For now, let the "Others" group to be sorted as the first oneRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=745157
2007-12-04SVN_SILENT coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=744903
2007-12-04Allow turning off the feature that additional information might be shown in ↵Peter Penz
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744901
2007-12-04fix indentationRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744669
2007-12-04Newer items go beforeRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744668
2007-12-04Small compile fixJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744667
2007-12-04Remove bad lineJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744666
2007-12-04Make checking the name a bit more effecientJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744665
2007-12-04save time... no need to translate to upper the whole string if we only are ↵Rafael Fernández López
interested in a single character svn path=/trunk/KDE/kdebase/apps/; revision=744662
2007-12-04fixing++Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744658
2007-12-04Makes sense that when sorting by permissions what we want to see first is ↵Rafael Fernández López
the most permissive groups, and the most restrictive groups at the end svn path=/trunk/KDE/kdebase/apps/; revision=744654
2007-12-04Sortings restored. Everything is working fine :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744653
2007-12-03More changes will follow to fix logic. This makes the stuff compile.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744626
2007-12-03Changes to kdelibs were made, updatingRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744509
2007-12-03More logic fixesRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744491
2007-12-03More logic fixesRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744490
2007-12-03Revert my last commit, it's not quite workingJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744406
2007-12-03The first columns model and selection model should be the same as the view's ↵John Tapsell
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:[email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744386
2007-12-03Do not reload the directory when changing the viewJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744377
2007-12-03Same color for the category hovering as the rest of itemsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744236
2007-12-03Share the selection model. Does not fix the selections yet thoughJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=744230
2007-12-02Adapt to changes done on kdelibsRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=744218
2007-12-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=743871
2007-12-01assure that the active column stays visible when the window gets resized or ↵Peter Penz
e. g. the information bar gets enabled svn path=/trunk/KDE/kdebase/apps/; revision=743752
2007-12-01Make file properties dialog box non-modalJohn Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=743617
2007-12-01Assure that the items of the details view are not expandable. We might think ↵Peter Penz
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-01allow the user resizing the columns in the details viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=743538
2007-12-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=743500
2007-11-30Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as ↵Peter Penz
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-30enable session managementPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=743357
2007-11-29You need >> or either the "Your names" and "Your messages" placeholders for ↵Albert Astals Cid
translators are removed svn path=/trunk/KDE/kdebase/apps/; revision=743049
2007-11-28When listing already visited dir, completed() would be emitted from within ↵Jakub Stachowski
setUrl, before emit started(0) making konq logo spinning indefinitely. svn path=/trunk/KDE/kdebase/apps/; revision=742730
2007-11-28fix crash during drag & drop if the file item is not available (thanks to ↵Peter Penz
John Tapsell for the original fix in dolphiniconsview.cpp!) svn path=/trunk/KDE/kdebase/apps/; revision=742703
2007-11-27Do not crash if the index is not valid.John Tapsell
svn path=/trunk/KDE/kdebase/apps/; revision=742329
2007-11-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=742119
2007-11-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=741702
2007-11-25there's no need having 2-liners inside their own method when this method is ↵Peter Penz
only invoked once... svn path=/trunk/KDE/kdebase/apps/; revision=741371
2007-11-25provide useful default values when configuring the additional information ↵Peter Penz
for the details view svn path=/trunk/KDE/kdebase/apps/; revision=741353
2007-11-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=741240