┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=685927
2007-07-09Rename KListView to KCategorizedView as decidedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=685767
2007-07-09KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685763
2007-07-08KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685432
2007-07-08If no user icon present, show a generic oneRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=685426
2007-07-08adapt signature of requestDelayedItemInfo() slot to recent changesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685421
2007-07-08fix documentationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685419
2007-07-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=684722
2007-07-06Make KListView capable of drawing categories on our own way. This make ↵Rafael Fernández López
things easier when we are trying to customize it. We can also benefit from KStyle if some day it supports category drawing. KListView keyboard navigation. Tricier than I thought. Pending renaming to KCategorizedView. Seems a good name. svn path=/trunk/KDE/kdebase/apps/; revision=684478
2007-07-06simplify + add todo (early commit to make room for the next kdebase-wide commit)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=684300
2007-07-05Remove not necessary cmake variable Laurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=683756
2007-07-04Don't crash (in PreviewJob) when m_shownUrl is empty for some reason.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=683539
2007-07-04remove redundant project declarationsDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=683437
2007-07-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=683071
2007-07-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=682629
2007-07-02Change signature of requestItemInfo signal, to avoid fileitem -> url -> ↵David Faure
index -> fileitem roundtrip in dolphin, and to match the BrowserExtension mouseOverInfo() signal. Started to implement more of the part (e.g. spinning wheel in konq). svn path=/trunk/KDE/kdebase/apps/; revision=682440
2007-07-02Remove not necessary variable alreadyLaurent Montel
add by other kde cmake variable svn path=/trunk/KDE/kdebase/apps/; revision=682363
2007-07-02not necessary to duplicate itLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=682359
2007-07-02Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, ↵Chusslove Illich
SIC. Most of the depending code has been auto-converted to new API. svn path=/trunk/KDE/kdebase/apps/; revision=682259
2007-07-01Improve speed when we have lots of selections that are partially outside the ↵Rafael Fernández López
viewport. svn path=/trunk/KDE/kdebase/apps/; revision=682114
2007-07-01Define variables in their contextRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=682100
2007-07-01Here comes dolphinpart, to use dolphin as the file management view in konqueror.David Faure
Embeds nicely, now all the integration needs to be done. Thanks to Peter for the nice DolphinView/DolphinViewContainer separation which made writing the part very very easy! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=682079
2007-06-30KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681920
2007-06-30KUIT adapations for labelsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681915
2007-06-30KUIT adaptions for groups, checkboxes and radiobuttonsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681910
2007-06-30SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=681732
2007-06-29declare scalar types as late as possible (putting them outside the loop does ↵Peter Penz
not increase the performance) svn path=/trunk/KDE/kdebase/apps/; revision=681622
2007-06-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=681471
2007-06-29Better drawing when big selection rect is drawn.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=681460
2007-06-28++optimizationRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=681449
2007-06-28What is faster ? the eye or the brain ?Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=681443
2007-06-28don't request the activation of the active URL on the mouse press event, as ↵Peter Penz
the sub folder will be opened on the release event... svn path=/trunk/KDE/kdebase/apps/; revision=681376
2007-06-28Improve handling of column view:Peter Penz
* Activate column on a mouse press event * Always synchronize the active column with the URL navigator and vice versa svn path=/trunk/KDE/kdebase/apps/; revision=681369
2007-06-27Add needed method for keyboard navigationRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=681118
2007-06-27don't connect to the activated() signal, just use singleClick() and ↵Peter Penz
doubleClick() dependent from the global KDE single/double click setting svn path=/trunk/KDE/kdebase/apps/; revision=680990
2007-06-27connecting the the activated() signal does not work when using the double ↵Peter Penz
click setting within KDE svn path=/trunk/KDE/kdebase/apps/; revision=680989
2007-06-27activated signal actually does that :)Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680979
2007-06-27Fix the following reproducible crash in a slightly different way (reported + ↵Peter Penz
initial fix done by Rafael): * Open Dolphin. Enable categorization. * Split the view. Disable categorization on the right one. * Join the views. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680956
2007-06-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=680810
2007-06-26Boost group selections and remove unnecessary stuff.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680656
2007-06-26Improve behavior when changes are detected on the model.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680643
2007-06-26Fancy dragged items. There are two bad parts of this story: the hardcoded ↵Rafael Fernández López
value of the opacity and the break-of-unification between QListView and KListView. This will be removed for sure, just for testing reasons. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680555
2007-06-26Faster selectionsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680550
2007-06-26Fix crash. Steps to reproduce:Rafael Fernández López
* Open Dolphin. Enable categorization. * Split the view. Disable categorization on the right one. * Join the views. I am not sure if this is the best way to proceed for this small bug. Please Peter, take a look. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680499
2007-06-26Let deselect items individually using Ctrl+ClickRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680368
2007-06-25Take offsets in countRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=680285
2007-06-25Draw dragged items. Better conditions (more accurate to our behavior, hey ! ↵Rafael Fernández López
we have columnview too...) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680283
2007-06-23Fix the small issue when you select by categories and then you Rafael Fernández López
Ctrl+Click a subset, and those items selected were deselected svn path=/trunk/KDE/kdebase/apps/; revision=679315
2007-06-23Improve selection speed. I think we can still improve this a little bit, but ↵Rafael Fernández López
I think we can live with this speed for now svn path=/trunk/KDE/kdebase/apps/; revision=679308
2007-06-23Fix compile problems on systems that don't want nepomuk. eeek !Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=679265