]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
18 years agolittle fix that brings everything into order
Nick Shaforostoff [Wed, 25 Jul 2007 20:35:32 +0000 (20:35 +0000)]
little fix that brings everything into order

svn path=/trunk/KDE/kdebase/apps/; revision=692551

18 years agoprovide a useful default width for the Folders dock (treeview)
Peter Penz [Wed, 25 Jul 2007 20:04:14 +0000 (20:04 +0000)]
provide a useful default width for the Folders dock (treeview)

svn path=/trunk/KDE/kdebase/apps/; revision=692544

18 years agorevert wrong sorting resulted by last commit: K comes before L... (yes, some people...
Peter Penz [Wed, 25 Jul 2007 19:55:34 +0000 (19:55 +0000)]
revert wrong sorting resulted by last commit: K comes before L... (yes, some people like me can only sort the letters A - F ;-))

svn path=/trunk/KDE/kdebase/apps/; revision=692538

18 years agouse the minimum width as default width
Peter Penz [Wed, 25 Jul 2007 19:51:33 +0000 (19:51 +0000)]
use the minimum width as default width

svn path=/trunk/KDE/kdebase/apps/; revision=692535

18 years agominor documentation and coding style fixes
Peter Penz [Wed, 25 Jul 2007 19:45:15 +0000 (19:45 +0000)]
minor documentation and coding style fixes

svn path=/trunk/KDE/kdebase/apps/; revision=692534

18 years agook, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still works...
Nick Shaforostoff [Wed, 25 Jul 2007 19:08:12 +0000 (19:08 +0000)]
ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still works, haven't tested nepomuk part though.

NOTE to dolphin devs: please, consider using 'left.column()' instead of 'sortRole()' in lessThan methods, and 'sorting()' instead of 'sortRole()' in other places.
Didn't make switch by myself because it needs nepomk testing (shouldn't be too hard though).

svn path=/trunk/KDE/kdebase/apps/; revision=692517

18 years agoprovide a useful default height for the Terminal dock
Peter Penz [Wed, 25 Jul 2007 17:43:35 +0000 (17:43 +0000)]
provide a useful default height for the Terminal dock

svn path=/trunk/KDE/kdebase/apps/; revision=692490

18 years agoDon't add the terminal to the right docking area, if it may only get aligned on the...
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

18 years ago--deprecated
Peter Penz [Wed, 25 Jul 2007 17:06:03 +0000 (17:06 +0000)]
--deprecated

svn path=/trunk/KDE/kdebase/apps/; revision=692471

18 years agoFix crash when category view is enabled if there are no categories in KCategorizedVie...
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

18 years agomore fixes
Thomas Zander [Tue, 24 Jul 2007 08:53:35 +0000 (08:53 +0000)]
more fixes

svn path=/trunk/KDE/kdebase/apps/; revision=691717

18 years agoFix a couple of crashes. First was to avoid problem caused by KIconLoader::global...
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

18 years agochange XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL...
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

18 years agoUse KDirSortFilterProxyModel::naturalCompare() to prevent code duplication. DolphinSo...
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

18 years agook, reverting as requested by Peter Penz.
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

18 years agoMake use of the newly added KDirSortFilterProxyModel class -- that is, essentially...
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

18 years agoQAbstractItemView::viewOptions() only returns an instance of the class QStyleOptionVi...
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

18 years agorespect the item width and item height also when the item categorization has been...
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

18 years agoWhen derived classes overwrite KCategorizedView::visualRect() to adjust the visual...
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

18 years agoAssure that the item size is not exceeded -> the spacing is also respected for texts...
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

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agoClarify some adjectives.
Chusslove Illich [Sat, 14 Jul 2007 23:52:03 +0000 (23:52 +0000)]
Clarify some adjectives.

svn path=/trunk/KDE/kdebase/apps/; revision=687991

18 years agoFix small adjustments with items-categories
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

18 years agoBetter spacing for extreme cases
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

18 years agoEven better behavior when different possibilities, grid or not grid, spacing or not...
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

18 years agoTranslation fix from Stefan Asserhall: e. g. "Link to Device" from libkonq has not...
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

18 years agoIf we have different heights on the same row, make it possible to update taller items...
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

18 years agoFollow QListView behavior. Each item has the exact size to fit its contents. Not...
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

18 years agoRespect grid sizes.
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

18 years agocleanup About dialog
Peter Penz [Fri, 13 Jul 2007 18:56:51 +0000 (18:56 +0000)]
cleanup About dialog

svn path=/trunk/KDE/kdebase/apps/; revision=687495

18 years agoimproved i18ncheckarg scripts means new KUIT issues -> fixed now...
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

18 years agoapply shortcuts for docks
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

18 years agoinstead of "Sort" -> "By Name", "By Date", "By Size", ...
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

18 years agoremove unused variables
Peter Penz [Fri, 13 Jul 2007 17:23:52 +0000 (17:23 +0000)]
remove unused variables

svn path=/trunk/KDE/kdebase/apps/; revision=687466

18 years agoExtract messages from .kcfg too (whoops).
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

18 years agoExtract messages from .kcfg too.
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

18 years agoUpdate property when needed.
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

18 years agoTake in count item sizes. As we want all elements of the same size we check for the...
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

18 years agoSelect elements correctly when clicking on the category for selecting.
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

18 years agoIt would be nice if we fill correctly option views :)
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

18 years agominor layout fix in infosidebar
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

18 years agoKUIT adaptions (applied i18ncheckarg - everything should be OK now)
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

18 years agoKUIT for boilerplate KAboutData/KCmdLineArgs calls.
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

18 years agolet the column-widgets of the Column View be aware about their URL, as this simplifie...
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

18 years agoremove kde4_automoc()
Allen Winter [Tue, 10 Jul 2007 09:14:12 +0000 (09:14 +0000)]
remove kde4_automoc()

svn path=/trunk/KDE/kdebase/apps/; revision=685984

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agoRename KListView to KCategorizedView as decided
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

18 years agoKUIT adaptions
Peter Penz [Mon, 9 Jul 2007 17:51:39 +0000 (17:51 +0000)]
KUIT adaptions

svn path=/trunk/KDE/kdebase/apps/; revision=685763

18 years agoKUIT adaptions
Peter Penz [Sun, 8 Jul 2007 21:09:48 +0000 (21:09 +0000)]
KUIT adaptions

svn path=/trunk/KDE/kdebase/apps/; revision=685432

18 years agoIf no user icon present, show a generic one
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

18 years agoadapt signature of requestDelayedItemInfo() slot to recent changes
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

18 years agofix documentation
Peter Penz [Sun, 8 Jul 2007 20:31:36 +0000 (20:31 +0000)]
fix documentation

svn path=/trunk/KDE/kdebase/apps/; revision=685419

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agoMake KListView capable of drawing categories on our own way. This make things easier
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

18 years agosimplify + add todo (early commit to make room for the next kdebase-wide commit)
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

18 years agoRemove not necessary cmake variable
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

18 years agoDon't crash (in PreviewJob) when m_shownUrl is empty for some reason.
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

18 years agoremove redundant project declarations
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

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agoChange signature of requestItemInfo signal, to avoid fileitem -> url -> index ->...
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

18 years agoRemove not necessary variable already
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

18 years agonot necessary to duplicate it
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

18 years agoInterface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, SIC...
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

18 years agoImprove speed when we have lots of selections that are partially outside the viewport.
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

18 years agoDefine variables in their context
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

18 years agoHere comes dolphinpart, to use dolphin as the file management view in konqueror.
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

18 years agoKUIT adaptions
Peter Penz [Sat, 30 Jun 2007 20:10:50 +0000 (20:10 +0000)]
KUIT adaptions

svn path=/trunk/KDE/kdebase/apps/; revision=681920

18 years agoKUIT adapations for labels
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

18 years agoKUIT adaptions for groups, checkboxes and radiobuttons
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

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agodeclare scalar types as late as possible (putting them outside the loop does not...
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

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agoBetter drawing when big selection rect is drawn.
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

18 years ago++optimization
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

18 years agoWhat is faster ? the eye or the brain ?
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

18 years agodon't request the activation of the active URL on the mouse press event, as the sub...
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

18 years agoImprove handling of column view:
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

18 years agoAdd needed method for keyboard navigation
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

18 years agodon't connect to the activated() signal, just use singleClick() and doubleClick(...
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

18 years agoconnecting the the activated() signal does not work when using the double click setti...
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

18 years agoactivated signal actually does that :)
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

18 years agoFix the following reproducible crash in a slightly different way (reported + initial...
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

18 years agoSVN_SILENT made messages (.desktop file)
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

18 years agoBoost group selections and remove unnecessary stuff.
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

18 years agoImprove behavior when changes are detected on the model.
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

18 years agoFancy dragged items. There are two bad parts of this story: the hardcoded value of
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

18 years agoFaster selections
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

18 years agoFix crash. Steps to reproduce:
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

18 years agoLet deselect items individually using Ctrl+Click
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

18 years agoTake offsets in count
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

18 years agoDraw dragged items. Better conditions (more accurate to our behavior, hey ! we have...
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

18 years agoFix the small issue when you select by categories and then you
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

18 years agoImprove selection speed. I think we can still improve this a little bit, but I think...
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

18 years agoFix compile problems on systems that don't want nepomuk. eeek !
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

18 years agoSmall fixes, but that have an impact of how things are visualized.
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

18 years agoImplement sorting by "tags". Same performance problems occur as when using sorting...
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

18 years agoIf we are sorting by rating, we won't apply the general rule: folders before regular...
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

18 years agoalso compile without nepomuk
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