]>
cloud.milkyroute.net Git - dolphin.git/log
Peter Penz [Wed, 25 Jul 2007 17:32:37 +0000 (17:32 +0000)]
Don't add the terminal to the right docking area, if it may only get aligned on the top and bottom.
svn path=/trunk/KDE/kdebase/apps/; revision=692484
Peter Penz [Wed, 25 Jul 2007 17:06:03 +0000 (17:06 +0000)]
--deprecated
svn path=/trunk/KDE/kdebase/apps/; revision=692471
Robert Knight [Tue, 24 Jul 2007 23:59:01 +0000 (23:59 +0000)]
Fix crash when category view is enabled if there are no categories in KCategorizedView::moveCursor()
svn path=/trunk/KDE/kdebase/apps/; revision=692073
Thomas Zander [Tue, 24 Jul 2007 08:53:35 +0000 (08:53 +0000)]
more fixes
svn path=/trunk/KDE/kdebase/apps/; revision=691717
Robert Knight [Mon, 23 Jul 2007 23:08:47 +0000 (23:08 +0000)]
Fix a couple of crashes. First was to avoid problem caused by KIconLoader::global()->theme() returning 0 (which according to the API, it can do). Second was to fix the 'lastIndex' member of KCategorizedView::Private being out of date when used. According to the comments this member existed as an optimization. However in the only function where it is used, scrollbar updates are also performed. This will be several orders of magnitude more expensive than the 3 constant-time operations on Qt containers (QHash,QList) which the optimization avoided. So I removed the 'lastIndex' member and moved the calculation to where the data is needed.
svn path=/trunk/KDE/kdebase/apps/; revision=691574
Laurent Montel [Mon, 23 Jul 2007 07:01:14 +0000 (07:01 +0000)]
change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
svn path=/trunk/KDE/kdebase/apps/; revision=691218
Peter Penz [Sun, 22 Jul 2007 19:28:47 +0000 (19:28 +0000)]
Use KDirSortFilterProxyModel::naturalCompare() to prevent code duplication. DolphinSortFilterProxyModel::lessThan() still contains similar code like KDirSortFilterProxyModel::lessThan(), but we will discuss this with Rafael in August (it's open yet whether KSortFilterProxyModel should be derived from KDirSortFilterProxyModel or not...).
CCMAIL: ereslibre@gmail.com
svn path=/trunk/KDE/kdebase/apps/; revision=691028
Nick Shaforostoff [Sat, 21 Jul 2007 00:31:26 +0000 (00:31 +0000)]
ok, reverting as requested by Peter Penz.
svn path=/trunk/KDE/kdebase/apps/; revision=690417
Nick Shaforostoff [Fri, 20 Jul 2007 21:16:50 +0000 (21:16 +0000)]
Make use of the newly added KDirSortFilterProxyModel class -- that is, essentially, remove all the code being duplicated :)
Make manpart use KEncodingDetector capabilities along the way (it was <meta ... charset="System"> before)
svn path=/trunk/KDE/kdebase/apps/; revision=690382
Peter Penz [Wed, 18 Jul 2007 21:05:47 +0000 (21:05 +0000)]
QAbstractItemView::viewOptions() only returns an instance of the class QStyleOptionViewItem, so the text wrapping property of QStyleOptionViewItemV3 will never be set -> check whether wrapping has been enabled inside QListView
svn path=/trunk/KDE/kdebase/apps/; revision=689676
Peter Penz [Wed, 18 Jul 2007 20:36:03 +0000 (20:36 +0000)]
respect the item width and item height also when the item categorization has been enabled
svn path=/trunk/KDE/kdebase/apps/; revision=689663
Peter Penz [Wed, 18 Jul 2007 20:34:40 +0000 (20:34 +0000)]
When derived classes overwrite KCategorizedView::visualRect() to adjust the visual width or height, drawing errors occur as internally always d->visualRect() is used -> always use KCategorizedView::visualRect()...
svn path=/trunk/KDE/kdebase/apps/; revision=689662
Peter Penz [Wed, 18 Jul 2007 19:52:28 +0000 (19:52 +0000)]
Assure that the item size is not exceeded -> the spacing is also respected for texts that cannot be wrapped
svn path=/trunk/KDE/kdebase/apps/; revision=689651
Script Kiddy [Mon, 16 Jul 2007 05:54:55 +0000 (05:54 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=688446
Script Kiddy [Sun, 15 Jul 2007 05:44:15 +0000 (05:44 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=688104
Chusslove Illich [Sat, 14 Jul 2007 23:52:03 +0000 (23:52 +0000)]
Clarify some adjectives.
svn path=/trunk/KDE/kdebase/apps/; revision=687991
Rafael Fernández López [Sat, 14 Jul 2007 17:45:42 +0000 (17:45 +0000)]
Fix small adjustments with items-categories
svn path=/trunk/KDE/kdebase/apps/; revision=687902
Rafael Fernández López [Sat, 14 Jul 2007 14:38:39 +0000 (14:38 +0000)]
Better spacing for extreme cases
svn path=/trunk/KDE/kdebase/apps/; revision=687855
Rafael Fernández López [Sat, 14 Jul 2007 14:20:54 +0000 (14:20 +0000)]
Even better behavior when different possibilities, grid or not grid, spacing or not spacing
svn path=/trunk/KDE/kdebase/apps/; revision=687849
Peter Penz [Sat, 14 Jul 2007 09:41:25 +0000 (09:41 +0000)]
Translation fix from Stefan Asserhall: e. g. "Link to Device" from libkonq has not been translated (@David: is this the right way to do it?)
CCMAIL: faure@kde.org
CCMAIL: stefan.asserhall@comhem.se
svn path=/trunk/KDE/kdebase/apps/; revision=687760
Rafael Fernández López [Sat, 14 Jul 2007 04:01:58 +0000 (04:01 +0000)]
If we have different heights on the same row, make it possible to update taller items correctly when the mouse is over the part that goes "out of the little one" line
svn path=/trunk/KDE/kdebase/apps/; revision=687625
Rafael Fernández López [Sat, 14 Jul 2007 03:45:42 +0000 (03:45 +0000)]
Follow QListView behavior. Each item has the exact size to fit its contents. Not bigger for little elements.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=687624
Rafael Fernández López [Sat, 14 Jul 2007 03:04:24 +0000 (03:04 +0000)]
Respect grid sizes.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=687616
Peter Penz [Fri, 13 Jul 2007 18:56:51 +0000 (18:56 +0000)]
cleanup About dialog
svn path=/trunk/KDE/kdebase/apps/; revision=687495
Peter Penz [Fri, 13 Jul 2007 18:39:57 +0000 (18:39 +0000)]
improved i18ncheckarg scripts means new KUIT issues -> fixed now...
svn path=/trunk/KDE/kdebase/apps/; revision=687491
Peter Penz [Fri, 13 Jul 2007 18:25:36 +0000 (18:25 +0000)]
apply shortcuts for docks
svn path=/trunk/KDE/kdebase/apps/; revision=687484
Peter Penz [Fri, 13 Jul 2007 18:14:41 +0000 (18:14 +0000)]
instead of "Sort" -> "By Name", "By Date", "By Size", ...
use "Sort By" -> "Name", Date", "Size", ...
svn path=/trunk/KDE/kdebase/apps/; revision=687480
Peter Penz [Fri, 13 Jul 2007 17:23:52 +0000 (17:23 +0000)]
remove unused variables
svn path=/trunk/KDE/kdebase/apps/; revision=687466
Chusslove Illich [Fri, 13 Jul 2007 14:36:17 +0000 (14:36 +0000)]
Extract messages from .kcfg too (whoops).
svn path=/trunk/KDE/kdebase/apps/; revision=687407
Chusslove Illich [Fri, 13 Jul 2007 14:34:42 +0000 (14:34 +0000)]
Extract messages from .kcfg too.
svn path=/trunk/KDE/kdebase/apps/; revision=687406
Rafael Fernández López [Fri, 13 Jul 2007 14:06:11 +0000 (14:06 +0000)]
Update property when needed.
svn path=/trunk/KDE/kdebase/apps/; revision=687397
Rafael Fernández López [Fri, 13 Jul 2007 13:49:21 +0000 (13:49 +0000)]
Take in count item sizes. As we want all elements of the same size we check for the biggest one. This way we have visible columns too, what makes everything more ordered,
and to the user eye as well.
svn path=/trunk/KDE/kdebase/apps/; revision=687387
Rafael Fernández López [Fri, 13 Jul 2007 12:25:50 +0000 (12:25 +0000)]
Select elements correctly when clicking on the category for selecting.
svn path=/trunk/KDE/kdebase/apps/; revision=687361
Rafael Fernández López [Fri, 13 Jul 2007 03:09:14 +0000 (03:09 +0000)]
It would be nice if we fill correctly option views :)
svn path=/trunk/KDE/kdebase/apps/; revision=687151
Peter Penz [Thu, 12 Jul 2007 06:30:28 +0000 (06:30 +0000)]
minor layout fix in infosidebar
svn path=/trunk/KDE/kdebase/apps/; revision=686795
Peter Penz [Thu, 12 Jul 2007 06:10:54 +0000 (06:10 +0000)]
KUIT adaptions (applied i18ncheckarg - everything should be OK now)
CCMAIL: caslav.ilic@gmx.net
svn path=/trunk/KDE/kdebase/apps/; revision=686787
Chusslove Illich [Wed, 11 Jul 2007 10:04:13 +0000 (10:04 +0000)]
KUIT for boilerplate KAboutData/KCmdLineArgs calls.
svn path=/trunk/KDE/kdebase/apps/; revision=686429
Peter Penz [Tue, 10 Jul 2007 20:33:17 +0000 (20:33 +0000)]
let the column-widgets of the Column View be aware about their URL, as this simplifies the activation/deactivation handling of columns
svn path=/trunk/KDE/kdebase/apps/; revision=686217
Allen Winter [Tue, 10 Jul 2007 09:14:12 +0000 (09:14 +0000)]
remove kde4_automoc()
svn path=/trunk/KDE/kdebase/apps/; revision=685984
Script Kiddy [Tue, 10 Jul 2007 04:37:45 +0000 (04:37 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=685927
Rafael Fernández López [Mon, 9 Jul 2007 18:08:20 +0000 (18:08 +0000)]
Rename KListView to KCategorizedView as decided
svn path=/trunk/KDE/kdebase/apps/; revision=685767
Peter Penz [Mon, 9 Jul 2007 17:51:39 +0000 (17:51 +0000)]
KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=685763
Peter Penz [Sun, 8 Jul 2007 21:09:48 +0000 (21:09 +0000)]
KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=685432
Rafael Fernández López [Sun, 8 Jul 2007 20:43:34 +0000 (20:43 +0000)]
If no user icon present, show a generic one
svn path=/trunk/KDE/kdebase/apps/; revision=685426
Peter Penz [Sun, 8 Jul 2007 20:32:41 +0000 (20:32 +0000)]
adapt signature of requestDelayedItemInfo() slot to recent changes
svn path=/trunk/KDE/kdebase/apps/; revision=685421
Peter Penz [Sun, 8 Jul 2007 20:31:36 +0000 (20:31 +0000)]
fix documentation
svn path=/trunk/KDE/kdebase/apps/; revision=685419
Script Kiddy [Sat, 7 Jul 2007 04:51:22 +0000 (04:51 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=684722
Rafael Fernández López [Fri, 6 Jul 2007 17:41:04 +0000 (17:41 +0000)]
Make KListView capable of drawing categories on our own way. This make 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
David Faure [Fri, 6 Jul 2007 13:36:04 +0000 (13:36 +0000)]
simplify + add todo (early commit to make room for the next kdebase-wide commit)
svn path=/trunk/KDE/kdebase/apps/; revision=684300
Laurent Montel [Thu, 5 Jul 2007 09:02:54 +0000 (09:02 +0000)]
Remove not necessary cmake variable
svn path=/trunk/KDE/kdebase/apps/; revision=683756
David Faure [Wed, 4 Jul 2007 21:25:56 +0000 (21:25 +0000)]
Don't crash (in PreviewJob) when m_shownUrl is empty for some reason.
svn path=/trunk/KDE/kdebase/apps/; revision=683539
Dirk Mueller [Wed, 4 Jul 2007 18:20:57 +0000 (18:20 +0000)]
remove redundant project declarations
svn path=/trunk/KDE/kdebase/apps/; revision=683437
Script Kiddy [Wed, 4 Jul 2007 05:30:03 +0000 (05:30 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=683071
Script Kiddy [Tue, 3 Jul 2007 06:59:16 +0000 (06:59 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=682629
David Faure [Mon, 2 Jul 2007 17:24:54 +0000 (17:24 +0000)]
Change signature of requestItemInfo signal, to avoid fileitem -> url -> 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
Laurent Montel [Mon, 2 Jul 2007 14:04:12 +0000 (14:04 +0000)]
Remove not necessary variable already
add by other kde cmake variable
svn path=/trunk/KDE/kdebase/apps/; revision=682363
Laurent Montel [Mon, 2 Jul 2007 13:49:52 +0000 (13:49 +0000)]
not necessary to duplicate it
svn path=/trunk/KDE/kdebase/apps/; revision=682359
Chusslove Illich [Mon, 2 Jul 2007 08:49:20 +0000 (08:49 +0000)]
Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC. Most of the depending code has been auto-converted to new API.
svn path=/trunk/KDE/kdebase/apps/; revision=682259
Rafael Fernández López [Sun, 1 Jul 2007 17:09:47 +0000 (17:09 +0000)]
Improve speed when we have lots of selections that are partially outside the viewport.
svn path=/trunk/KDE/kdebase/apps/; revision=682114
Rafael Fernández López [Sun, 1 Jul 2007 15:45:55 +0000 (15:45 +0000)]
Define variables in their context
svn path=/trunk/KDE/kdebase/apps/; revision=682100
David Faure [Sun, 1 Jul 2007 14:25:21 +0000 (14:25 +0000)]
Here comes dolphinpart, to use dolphin as the file management view in konqueror.
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: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=682079
Peter Penz [Sat, 30 Jun 2007 20:10:50 +0000 (20:10 +0000)]
KUIT adaptions
svn path=/trunk/KDE/kdebase/apps/; revision=681920
Peter Penz [Sat, 30 Jun 2007 19:40:15 +0000 (19:40 +0000)]
KUIT adapations for labels
svn path=/trunk/KDE/kdebase/apps/; revision=681915
Peter Penz [Sat, 30 Jun 2007 19:20:49 +0000 (19:20 +0000)]
KUIT adaptions for groups, checkboxes and radiobuttons
svn path=/trunk/KDE/kdebase/apps/; revision=681910
Script Kiddy [Sat, 30 Jun 2007 04:34:16 +0000 (04:34 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=681732
Peter Penz [Fri, 29 Jun 2007 16:09:54 +0000 (16:09 +0000)]
declare scalar types as late as possible (putting them outside the loop does not increase the performance)
svn path=/trunk/KDE/kdebase/apps/; revision=681622
Script Kiddy [Fri, 29 Jun 2007 04:24:44 +0000 (04:24 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=681471
Rafael Fernández López [Fri, 29 Jun 2007 01:19:56 +0000 (01:19 +0000)]
Better drawing when big selection rect is drawn.
svn path=/trunk/KDE/kdebase/apps/; revision=681460
Rafael Fernández López [Thu, 28 Jun 2007 23:29:47 +0000 (23:29 +0000)]
++optimization
svn path=/trunk/KDE/kdebase/apps/; revision=681449
Rafael Fernández López [Thu, 28 Jun 2007 23:03:00 +0000 (23:03 +0000)]
What is faster ? the eye or the brain ?
svn path=/trunk/KDE/kdebase/apps/; revision=681443
Peter Penz [Thu, 28 Jun 2007 19:01:12 +0000 (19:01 +0000)]
don't request the activation of the active URL on the mouse press event, as the sub folder will be opened on the release event...
svn path=/trunk/KDE/kdebase/apps/; revision=681376
Peter Penz [Thu, 28 Jun 2007 18:52:54 +0000 (18:52 +0000)]
Improve handling of column view:
* 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
Rafael Fernández López [Wed, 27 Jun 2007 23:23:41 +0000 (23:23 +0000)]
Add needed method for keyboard navigation
svn path=/trunk/KDE/kdebase/apps/; revision=681118
Peter Penz [Wed, 27 Jun 2007 17:03:51 +0000 (17:03 +0000)]
don't connect to the activated() signal, just use singleClick() and doubleClick() dependent from the global KDE single/double click setting
svn path=/trunk/KDE/kdebase/apps/; revision=680990
Peter Penz [Wed, 27 Jun 2007 17:02:55 +0000 (17:02 +0000)]
connecting the the activated() signal does not work when using the double click setting within KDE
svn path=/trunk/KDE/kdebase/apps/; revision=680989
Rafael Fernández López [Wed, 27 Jun 2007 16:28:39 +0000 (16:28 +0000)]
activated signal actually does that :)
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=680979
Peter Penz [Wed, 27 Jun 2007 15:15:29 +0000 (15:15 +0000)]
Fix the following reproducible crash in a slightly different way (reported + initial fix done by Rafael):
* Open Dolphin. Enable categorization.
* Split the view. Disable categorization on the right one.
* Join the views.
CCMAIL: ereslibre@gmail.com
svn path=/trunk/KDE/kdebase/apps/; revision=680956
Script Kiddy [Wed, 27 Jun 2007 05:24:25 +0000 (05:24 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=680810
Rafael Fernández López [Tue, 26 Jun 2007 20:33:21 +0000 (20:33 +0000)]
Boost group selections and remove unnecessary stuff.
svn path=/trunk/KDE/kdebase/apps/; revision=680656
Rafael Fernández López [Tue, 26 Jun 2007 19:52:45 +0000 (19:52 +0000)]
Improve behavior when changes are detected on the model.
svn path=/trunk/KDE/kdebase/apps/; revision=680643
Rafael Fernández López [Tue, 26 Jun 2007 14:32:42 +0000 (14:32 +0000)]
Fancy dragged items. There are two bad parts of this story: the hardcoded value of
the opacity and the break-of-unification between QListView and KListView. This
will be removed for sure, just for testing reasons.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=680555
Rafael Fernández López [Tue, 26 Jun 2007 14:23:44 +0000 (14:23 +0000)]
Faster selections
svn path=/trunk/KDE/kdebase/apps/; revision=680550
Rafael Fernández López [Tue, 26 Jun 2007 11:50:54 +0000 (11:50 +0000)]
Fix crash. Steps to reproduce:
* 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: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=680499
Rafael Fernández López [Tue, 26 Jun 2007 00:31:30 +0000 (00:31 +0000)]
Let deselect items individually using Ctrl+Click
svn path=/trunk/KDE/kdebase/apps/; revision=680368
Rafael Fernández López [Mon, 25 Jun 2007 20:25:07 +0000 (20:25 +0000)]
Take offsets in count
svn path=/trunk/KDE/kdebase/apps/; revision=680285
Rafael Fernández López [Mon, 25 Jun 2007 20:21:35 +0000 (20:21 +0000)]
Draw dragged items. Better conditions (more accurate to our behavior, hey ! we have columnview too...)
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=680283
Rafael Fernández López [Sat, 23 Jun 2007 15:47:20 +0000 (15:47 +0000)]
Fix the small issue when you select by categories and then you
Ctrl+Click a subset, and those items selected were deselected
svn path=/trunk/KDE/kdebase/apps/; revision=679315
Rafael Fernández López [Sat, 23 Jun 2007 15:39:21 +0000 (15:39 +0000)]
Improve selection speed. I think we can still improve this a little bit, but I think we can live with this speed for now
svn path=/trunk/KDE/kdebase/apps/; revision=679308
Rafael Fernández López [Sat, 23 Jun 2007 13:12:21 +0000 (13:12 +0000)]
Fix compile problems on systems that don't want nepomuk. eeek !
svn path=/trunk/KDE/kdebase/apps/; revision=679265
Rafael Fernández López [Sat, 23 Jun 2007 00:43:20 +0000 (00:43 +0000)]
Small fixes, but that have an impact of how things are visualized.
* 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: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=679097
Peter Penz [Fri, 22 Jun 2007 16:42:34 +0000 (16:42 +0000)]
Implement sorting by "tags". Same performance problems occur as when using 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
Rafael Fernández López [Fri, 22 Jun 2007 13:58:21 +0000 (13:58 +0000)]
If we are sorting by rating, we won't apply the general rule: folders before 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: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=678894
André Wöbbeking [Fri, 22 Jun 2007 13:16:39 +0000 (13:16 +0000)]
also compile without nepomuk
svn path=/trunk/KDE/kdebase/apps/; revision=678876
Rafael Fernández López [Fri, 22 Jun 2007 12:16:44 +0000 (12:16 +0000)]
More human category when items haven't been rated yet
svn path=/trunk/KDE/kdebase/apps/; revision=678853
Peter Penz [Fri, 22 Jun 2007 10:18:46 +0000 (10:18 +0000)]
Allow to sort by rating, which can be quite useful in combination with the "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
Max Blazejak [Thu, 21 Jun 2007 22:27:16 +0000 (22:27 +0000)]
Enable the Code for additional metainfo again, doesn't hang on zip-files anymore
svn path=/trunk/KDE/kdebase/apps/; revision=678661
Rafael Fernández López [Thu, 21 Jun 2007 11:44:00 +0000 (11:44 +0000)]
Fix memory problem, thanks to Holger Freyther for pointing out
CCMAIL: zecke@selfish.org
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=678434
Rafael Fernández López [Thu, 21 Jun 2007 02:18:54 +0000 (02:18 +0000)]
Fix the "I can't/don't want to" finish the drag event (what is called
drop :P), and the selection rect is shown.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=678293
Peter Penz [Wed, 20 Jun 2007 21:04:36 +0000 (21:04 +0000)]
it's not needed anymore to remember the URL per column
svn path=/trunk/KDE/kdebase/apps/; revision=678184
Peter Penz [Wed, 20 Jun 2007 20:48:36 +0000 (20:48 +0000)]
don't pass a custom viewport URL to the context menu anymore, as this cannot work together with the menu actions
svn path=/trunk/KDE/kdebase/apps/; revision=678175