┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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
2007-06-23Small fixes, but that have an impact of how things are visualized.Rafael Fernández López
* Move "not tagged" elements to the end. We sort the rest (when they have tags), but keep untagged elements (the category) at the end of the view, since the user had "less" interest on them. * Break the law again of "dirs first". If we have on a folder only a tagged file (and is a file) and the rest are folders, that file goes first, since it was tagged. * If we are on the same category, dirs go first. Here we make them citizens of first class. * Commas instead of spaces when building categories for tags, they make it more readable and less error-prone (we can have tags "a", "dog" and "a dog" as tags, right?, so spaces here make the thing a bit hard to distinguish, I have two tags "a", "dog", or the tag "a dog") ;) * Return an empty string when the item is not tagged at the method tagsForIndex. This way we always show untagged items the latest ones very easily (without nasty string checks). We will let the categorizer put a fancy name for them, if the returned string was empty. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=679097
2007-06-22Implement sorting by "tags". Same performance problems occur as when using ↵Peter Penz
sorting by "rating", but we must get a feeling first how we use the Nepomuk API before thinking about caching... svn path=/trunk/KDE/kdebase/apps/; revision=678957
2007-06-22If we are sorting by rating, we won't apply the general rule: folders before ↵Rafael Fernández López
regular files. The user said that was more interesting for him/her, so we respect his/her decision. In this case folders and files are citizens of the same class. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=678894
2007-06-22also compile without nepomukAndré Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=678876
2007-06-22More human category when items haven't been rated yetRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=678853
2007-06-22Allow to sort by rating, which can be quite useful in combination with the ↵Peter Penz
"Show in Groups" feature. Although still slow, it basically works. All the code is based on Rafael Fernández López patch available at http://media.ereslibre.es/2007/06/dolphin-21062007.diff. svn path=/trunk/KDE/kdebase/apps/; revision=678801