┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincategorydrawer.cpp
AgeCommit message (Collapse)Author
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related ↵Peter Penz
sources to it svn path=/trunk/KDE/kdebase/apps/; revision=1154146
2010-03-15Get back names, and use "using" keyword to keep GCC silent on "method foo on ↵Rafael Fernández López
base class hidden y method foo on derived class". Thanks to André for pointing out this trick. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1103527
2010-03-14Remove all warnings on compile timeRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=1103376
2010-03-14Adapt DolphinCategoryDrawer to new changes on kdelibs :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=1103215
2009-07-31SVN_SILENT: warning--, fixed indentationsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005230
2009-07-28Adapt KCategorizedView and KCategoryDrawer changes from kdelibsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=1003883
2009-07-12Enable Dolphin to show the revision states of files that are under revision ↵Peter Penz
control systems like SVN, Git, CVS, ... The current code is an early draft and it is planned that all plugins (SVN, Git, CVS, ...) are maintained outside Dolphin. If the API is stable enough, a discussion will be done at [email protected] regarding the location of the plugins (the current implementation of SubversionPlugin is only temporary located in Dolphin for testing purposes). RevisionControlObserver is implemented in a way that no recognizable slowdown is given for directories that are not under revision control. CCBUG: 192158 svn path=/trunk/KDE/kdebase/apps/; revision=995351
2009-02-16SVN_SILENT: Fixed another accidental doxygen highlight.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=926759
2008-11-30krazy fixes:Urs Wolfer
* use Q_OBJECT macro * fix includes * use explicit constructor svn path=/trunk/KDE/kdebase/apps/; revision=890820
2008-04-13own header firstAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=796393
2008-03-29Use PE_PanelItemViewItem for consistencyRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=791451
2008-03-21This is the first step towards a better looking and more usable metadata GUI.Sebastian Trueg
- A nicer comment widget shows a popup to edit the comment. - A tag cloud replaces the ugly tagwidget from libnepomuk. The plan is to use Dolphin as a testbed to optimize the look and then move at least the tagcloud to libnepomuk to make it available for all apps since this is a common feature. So please test it and provide feedback. The layout is still cluttered. So we also need feedback on that. And of course on the usability. Apart from the GUI Dolphin now uses the mass metadata update job to perform metadata updates on many files in an async KJob without blocking the GUI. This is another candidate for public API at some point. svn path=/trunk/KDE/kdebase/apps/; revision=788565
2008-01-27- Fix some compiler warnings.Bill Egert
- Switched depricated stdName() to name() svn path=/trunk/KDE/kdebase/apps/; revision=767204
2008-01-02Better looking categories. Thanks to Aurélien Gâteau for the original patch.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=755674
2007-12-28Icon naming spec compliance (code changes - KDE/):Jakob Petsovits
* actions/user -> places/user-identity * places/contact -> mimetypes/x-office-contact * fix KMail and KNode configuration dialog page icons * and bits of other fix-up stuff. svn path=/trunk/KDE/kdebase/apps/; revision=753841
2007-12-14Use the same codebase for rating drawing as in KRatingWidget and ↵Sebastian Trueg
playground/nepomuk. For KDE 4.1 we will export this in kdelibs/nepomuk CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=748547
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-03Same color for the category hovering as the rest of itemsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=744236
2007-10-03Update my email addressRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=720339
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-09-28Icons height is the same as the titleRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=718317
2007-09-27use blitz instead of deprecated kdefx, remove kdefx headers where unusedMatthew Woehlke
svn path=/trunk/KDE/kdebase/apps/; revision=717537
2007-09-25Categories imrovedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=716833
2007-09-25Prettier category drawing :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=716620
2007-09-17Give feedback to user when clicking on a category and the user is not ↵Rafael Fernández López
dragging from it. Beauty, come to me :) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713337
2007-09-17Hooray for perfectionismRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=713323
2007-09-17Equal drawing on every caseRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=713322
2007-09-17Categories titles and icons are shown at the same distance between them on ↵Rafael Fernández López
LTR and RTL languages svn path=/trunk/KDE/kdebase/apps/; revision=713321
2007-09-17Forgot to adapt to RTL the default category drawer (KCategoryDrawer), since ↵Rafael Fernández López
right now it is fully overriden by dolphincategorydrawer. Unneeded commented code removed from the latter svn path=/trunk/KDE/kdebase/apps/; revision=713320
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is ↵Rafael Fernández López
created, inheriting KDirModel for returning valid data for the role of the category of an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel. The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713319