]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
18 years agoNow that we talk about the column view => smooth scrolling
Rafael Fernández López [Tue, 25 Sep 2007 12:42:41 +0000 (12:42 +0000)]
Now that we talk about the column view => smooth scrolling

CCMAIL: peter.penz@gmx.at

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

18 years ago* the directory lister must be updated when reloading columns
Peter Penz [Tue, 25 Sep 2007 12:03:57 +0000 (12:03 +0000)]
* the directory lister must be updated when reloading columns
* ignore trailing slashes when comparing URLs

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

18 years agorestoring of the column view must also be done if the column view is active
Peter Penz [Tue, 25 Sep 2007 11:41:06 +0000 (11:41 +0000)]
restoring of the column view must also be done if the column view is active

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

18 years agoclear columns if the new URL is no parent of the currently shown columns
Peter Penz [Tue, 25 Sep 2007 11:06:54 +0000 (11:06 +0000)]
clear columns if the new URL is no parent of the currently shown columns

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

18 years agoCategories imroved
Rafael Fernández López [Tue, 25 Sep 2007 10:43:48 +0000 (10:43 +0000)]
Categories imroved

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

18 years agodon't reset the root index, hiding the column is enough
Peter Penz [Tue, 25 Sep 2007 10:31:17 +0000 (10:31 +0000)]
don't reset the root index, hiding the column is enough

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

18 years agohide the ratings and tags column in the treeview sidebar
Peter Penz [Tue, 25 Sep 2007 09:34:51 +0000 (09:34 +0000)]
hide the ratings and tags column in the treeview sidebar

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

18 years agoassure that the active column stays always visible
Peter Penz [Tue, 25 Sep 2007 09:17:53 +0000 (09:17 +0000)]
assure that the active column stays always visible

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

18 years agofurther root URL handling cleanups
Peter Penz [Tue, 25 Sep 2007 09:02:29 +0000 (09:02 +0000)]
further root URL handling cleanups

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

18 years agoassure that the restoring the column view cannot fail and replace the temporary ...
Peter Penz [Tue, 25 Sep 2007 05:59:27 +0000 (05:59 +0000)]
assure that the restoring the column view cannot fail and replace the temporary 'if (...)-fix' by a Q_ASSERT again

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

18 years agoPrettier category drawing :)
Rafael Fernández López [Tue, 25 Sep 2007 02:21:15 +0000 (02:21 +0000)]
Prettier category drawing :)

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

18 years agotemporary fix: prevent crash due to a wrong root URL; TODO: fix the real root cause...
Peter Penz [Mon, 24 Sep 2007 17:18:53 +0000 (17:18 +0000)]
temporary fix: prevent crash due to a wrong root URL; TODO: fix the real root cause of this crash

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

18 years agoprevent that a column with an invalid root index shows the root column temporary...
Peter Penz [Mon, 24 Sep 2007 16:29:03 +0000 (16:29 +0000)]
prevent that a column with an invalid root index shows the root column temporary while reloading the columns

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

18 years agoprevent an invalid active column index if columns have been deleted
Peter Penz [Mon, 24 Sep 2007 16:18:29 +0000 (16:18 +0000)]
prevent an invalid active column index if columns have been deleted

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

18 years agosimplify code + fix activation issue when reloading columns
Peter Penz [Mon, 24 Sep 2007 16:13:19 +0000 (16:13 +0000)]
simplify code + fix activation issue when reloading columns

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

18 years agoimprove DolphinColumnView::showColumn() in a way that the history state won't be...
Peter Penz [Mon, 24 Sep 2007 15:54:01 +0000 (15:54 +0000)]
improve DolphinColumnView::showColumn() in a way that the history state won't be modified when restoring the columns

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

18 years agoRestore the root URL when navigating through the history (this is important for views...
Peter Penz [Mon, 24 Sep 2007 13:50:31 +0000 (13:50 +0000)]
Restore the root URL when navigating through the history (this is important for views like the column view where the root URL might differ from the current URL).

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

18 years agoPass ref instead of pointer in mouseOverInfo signal
David Faure [Mon, 24 Sep 2007 10:55:55 +0000 (10:55 +0000)]
Pass ref instead of pointer in mouseOverInfo signal

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

18 years agodon't forget to create missing columns when the URL is changed from e. g. "/home...
Peter Penz [Mon, 24 Sep 2007 08:08:56 +0000 (08:08 +0000)]
don't forget to create missing columns when the URL is changed from e. g. "/home/peter/Temp" to "/home/peter/Temp/a/b/c" by e. g. the back button

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

18 years agodon't delete inactive columns when reloading the column-view
Peter Penz [Mon, 24 Sep 2007 06:55:50 +0000 (06:55 +0000)]
don't delete inactive columns when reloading the column-view

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

18 years agoAdapt CMakeLists.txt as discussed with Alex.
Laurent Montel [Mon, 24 Sep 2007 06:25:59 +0000 (06:25 +0000)]
Adapt CMakeLists.txt as discussed with Alex.
KDE4_ADD_TEST_EXECUTABLE is deprecated now use KDE4_ADD_EXECUTABLE(<target> TEST <files>) instead
QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE and QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE are deprecated too
used SET_SOURCE_FILES_PROPERTIES(<files> PROPERTIES NO_NAMESPACE TRUE) QT4_ADD_DBUS_INTERFACES(<srcList> <files>)
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) is put in each CMakeLists.txt where
KDE4_ADD_EXECUTABLE(<target> TEST <files>) and KDE4_ADD_UNIT_TEST were used.

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

18 years agomsvc compile++
Christian Ehrlicher [Sun, 23 Sep 2007 19:46:07 +0000 (19:46 +0000)]
msvc compile++

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

18 years agoShow more useful information when sorting by date (in all folders, not
Rafael Fernández López [Sun, 23 Sep 2007 04:30:42 +0000 (04:30 +0000)]
Show more useful information when sorting by date (in all folders, not
only on those with pictures).

With the current architecture it is impossible to create different rules
depending on the items that each category contains. All categories are
similar to the rest. That also helps to quickly find what you are
looking for.

BUG: 149655

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

18 years agoOops, Qt already had a class that does this in a cross-platform way :)
Rafael Fernández López [Sun, 23 Sep 2007 04:25:28 +0000 (04:25 +0000)]
Oops, Qt already had a class that does this in a cross-platform way :)

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

18 years agoassure that the inactive columns have the same color as the column-view viewport
Peter Penz [Fri, 21 Sep 2007 19:54:06 +0000 (19:54 +0000)]
assure that the inactive columns have the same color as the column-view viewport

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

18 years agorestore the focus of the active column after the reloading has been finished
Peter Penz [Fri, 21 Sep 2007 19:39:43 +0000 (19:39 +0000)]
restore the focus of the active column after the reloading has been finished

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

18 years agoDon't invoke KDirLister::openUrl(url, true, false) in combination with the column...
Peter Penz [Fri, 21 Sep 2007 19:21:24 +0000 (19:21 +0000)]
Don't invoke KDirLister::openUrl(url, true, false) in combination with the column view, otherwise an assertion in KDirModel is triggered which indicates that KDirModel::expandToUrl() should be used. But in this case invoking expandToUrl() is not needed at all...

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

18 years agoimplemented reloading of all columns of the column view (just updating the directory...
Peter Penz [Fri, 21 Sep 2007 18:52:46 +0000 (18:52 +0000)]
implemented reloading of all columns of the column view (just updating the directory lister is not enough in this case...)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 21 Sep 2007 06:26:08 +0000 (06:26 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 20 Sep 2007 05:45:22 +0000 (05:45 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoDolphin is now QT3_SUPPORT free
Urs Wolfer [Wed, 19 Sep 2007 21:57:01 +0000 (21:57 +0000)]
Dolphin is now QT3_SUPPORT free

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

18 years agoFix crash in dolphinpart when doing RMB on viewport.
David Faure [Wed, 19 Sep 2007 20:33:28 +0000 (20:33 +0000)]
Fix crash in dolphinpart when doing RMB on viewport.
Clean up unnecessary use of Q3ValueList.

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

18 years ago* some internal cleanups
Peter Penz [Wed, 19 Sep 2007 13:34:40 +0000 (13:34 +0000)]
* some internal cleanups
* assure that a column gets created if no existing column can be used for showing an URL

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

18 years agoimplemented keyboard navigation for the column view
Peter Penz [Wed, 19 Sep 2007 13:00:22 +0000 (13:00 +0000)]
implemented keyboard navigation for the column view

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

18 years agoallow to configure the column width of the columns view
Peter Penz [Wed, 19 Sep 2007 09:34:44 +0000 (09:34 +0000)]
allow to configure the column width of the columns view

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

18 years agodon't use deprecated Qt3 constructor
Peter Penz [Wed, 19 Sep 2007 09:33:55 +0000 (09:33 +0000)]
don't use deprecated Qt3 constructor

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

18 years agouse a layout which requires less width for the columns settings
Peter Penz [Wed, 19 Sep 2007 08:49:32 +0000 (08:49 +0000)]
use a layout which requires less width for the columns settings

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

18 years agoIf Nepomuk is (temporary) not available use SortByName as fallback for SortByTags...
Peter Penz [Wed, 19 Sep 2007 06:24:14 +0000 (06:24 +0000)]
If Nepomuk is (temporary) not available use SortByName as fallback for SortByTags/SortByRating. Thanks to Rafael for pointing this out...

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

18 years agoMore clear categories strings when sorting by permissions
Rafael Fernández López [Wed, 19 Sep 2007 04:11:03 +0000 (04:11 +0000)]
More clear categories strings when sorting by permissions

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

18 years ago++keyboard navigation
Rafael Fernández López [Wed, 19 Sep 2007 03:38:46 +0000 (03:38 +0000)]
++keyboard navigation

CCMAIL: peter.penz@gmx.at

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

18 years agoFix selections problems (like flickering). Click on category select/deselects all...
Rafael Fernández López [Tue, 18 Sep 2007 16:33:17 +0000 (16:33 +0000)]
Fix selections problems (like flickering). Click on category select/deselects all items inside it. Ctrl+Click categories lets you add categories to already
created selections, as well as inverting selections inside the same category.

CCMAIL: peter.penz@gmx.at

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

18 years ago(Un)selections working properly
Rafael Fernández López [Tue, 18 Sep 2007 05:33:34 +0000 (05:33 +0000)]
(Un)selections working properly

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

18 years agodrag and drop fixes for the column view (implied a signal changed which affected...
Peter Penz [Mon, 17 Sep 2007 14:36:41 +0000 (14:36 +0000)]
drag and drop fixes for the column view (implied a signal changed which affected other views too)

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

18 years agoGive feedback to user when clicking on a category and the user is not dragging from...
Rafael Fernández López [Mon, 17 Sep 2007 06:03:40 +0000 (06:03 +0000)]
Give feedback to user when clicking on a category and the user is not dragging from it. Beauty, come to me :)

CCMAIL: peter.penz@gmx.at

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

18 years agoHooray for perfectionism
Rafael Fernández López [Mon, 17 Sep 2007 05:17:25 +0000 (05:17 +0000)]
Hooray for perfectionism

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

18 years agoEqual drawing on every case
Rafael Fernández López [Mon, 17 Sep 2007 05:00:53 +0000 (05:00 +0000)]
Equal drawing on every case

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

18 years agoCategories titles and icons are shown at the same distance between them on LTR and...
Rafael Fernández López [Mon, 17 Sep 2007 04:50:47 +0000 (04:50 +0000)]
Categories titles and icons are shown at the same distance between them on LTR and RTL languages

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

18 years agoForgot to adapt to RTL the default category drawer (KCategoryDrawer), since right...
Rafael Fernández López [Mon, 17 Sep 2007 04:16:29 +0000 (04:16 +0000)]
Forgot to adapt to RTL the default category drawer (KCategoryDrawer), since right now it is fully overriden by dolphincategorydrawer. Unneeded commented code
removed from the latter

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

18 years agoCreate the new architecture for KCategorizedView. Now DolphinModel is created, inheri...
Rafael Fernández López [Mon, 17 Sep 2007 04:02:17 +0000 (04:02 +0000)]
Create the new architecture for KCategorizedView. Now DolphinModel is 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: peter.penz@gmx.at

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

18 years agofix: forgot to invoke base implementation
Peter Penz [Fri, 14 Sep 2007 22:18:02 +0000 (22:18 +0000)]
fix: forgot to invoke base implementation

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

18 years agoselection model fixes
Peter Penz [Fri, 14 Sep 2007 22:08:34 +0000 (22:08 +0000)]
selection model fixes

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

18 years agorefactoring of column view, which fixes:
Peter Penz [Fri, 14 Sep 2007 20:50:08 +0000 (20:50 +0000)]
refactoring of column view, which fixes:
* selection issues
* unwanted loading of sub directories
* wrong horizontal scroll position

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 14 Sep 2007 10:18:47 +0000 (10:18 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoupdate the URL candidate if only one file is selected, so that Nepomuk tags get updat...
Peter Penz [Thu, 13 Sep 2007 12:18:30 +0000 (12:18 +0000)]
update the URL candidate if only one file is selected, so that Nepomuk tags get updated (thanks to Rajeev J Sebastian for the patch!)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 13 Sep 2007 05:55:01 +0000 (05:55 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agodesktop-file-validate says not to end a MimeType with a semicolon.
Allen Winter [Mon, 10 Sep 2007 18:44:07 +0000 (18:44 +0000)]
desktop-file-validate says not to end a MimeType with a semicolon.

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 10 Sep 2007 05:48:06 +0000 (05:48 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoprovide backspace as alternative shortcut for "go back"
Peter Penz [Sun, 9 Sep 2007 19:02:22 +0000 (19:02 +0000)]
provide backspace as alternative shortcut for "go back"

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

18 years agocheck whether the current index is valid and whether no other items are selected
Peter Penz [Sun, 9 Sep 2007 18:54:32 +0000 (18:54 +0000)]
check whether the current index is valid and whether no other items are selected

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

18 years agoReactivate keyboard navigation again. Previously the Return key did not work, as...
Peter Penz [Sun, 9 Sep 2007 18:38:04 +0000 (18:38 +0000)]
Reactivate keyboard navigation again. Previously the Return key did not work, as the 'activated()' signal cannot be used (it ignores KDEs single vs. doubleclick setting).

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

18 years agoadd TODO as reminder for KDE 4.1...
Peter Penz [Sun, 9 Sep 2007 18:33:58 +0000 (18:33 +0000)]
add TODO as reminder for KDE 4.1...

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

18 years agouse global IconLoader
Peter Penz [Sun, 9 Sep 2007 13:03:48 +0000 (13:03 +0000)]
use global IconLoader

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

18 years agoincrease default size for previews to 5 MB
Peter Penz [Sun, 9 Sep 2007 12:59:29 +0000 (12:59 +0000)]
increase default size for previews to 5 MB

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

18 years agochange shortcut from the information sidebar to F11 for having a common setting like...
Peter Penz [Sun, 9 Sep 2007 12:54:24 +0000 (12:54 +0000)]
change shortcut from the information sidebar to F11 for having a common setting like in the file dialog

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

18 years agominor optimization: don't instantiate the icon loader on each size change
Peter Penz [Sun, 9 Sep 2007 12:51:12 +0000 (12:51 +0000)]
minor optimization: don't instantiate the icon loader on each size change

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

18 years agominor coding style fix
Peter Penz [Sun, 9 Sep 2007 10:32:49 +0000 (10:32 +0000)]
minor coding style fix

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 9 Sep 2007 06:15:09 +0000 (06:15 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agomove from deprecated KPixmapEffects to KIconEffects, not perfected code yet
Arto Hytönen [Sun, 9 Sep 2007 02:55:51 +0000 (02:55 +0000)]
move from deprecated KPixmapEffects to KIconEffects, not perfected code yet

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

18 years agodeprecated-- KColorScheme __comp_ctor fixes
Arto Hytönen [Fri, 7 Sep 2007 12:37:28 +0000 (12:37 +0000)]
deprecated-- KColorScheme __comp_ctor fixes

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

18 years agoDocPath -> X-DocPath for .desktop of type Application
Pino Toscano [Thu, 6 Sep 2007 14:45:46 +0000 (14:45 +0000)]
DocPath -> X-DocPath for .desktop of type Application

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

18 years agoRemove reference to a slot which does not exist. Almost identical code can be found...
Robert Knight [Wed, 5 Sep 2007 19:33:08 +0000 (19:33 +0000)]
Remove reference to a slot which does not exist.  Almost identical code can be found in the DolphinView constructor, which does have an updateCutItems() slot.

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

18 years agoRemove old copy of 'installfont.desktop'. workspace/kcontrol/kfontinst/apps/ contains...
Craig Drummond [Wed, 5 Sep 2007 15:18:54 +0000 (15:18 +0000)]
Remove old copy of 'installfont.desktop'. workspace/kcontrol/kfontinst/apps/ contains a more up-to-date version.

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 5 Sep 2007 06:28:32 +0000 (06:28 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agouse "Sort by" instead of "Sort By"
Peter Penz [Tue, 4 Sep 2007 16:59:30 +0000 (16:59 +0000)]
use "Sort by" instead of "Sort By"

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

18 years agominor simplification
Peter Penz [Sun, 2 Sep 2007 21:40:18 +0000 (21:40 +0000)]
minor simplification

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

18 years agoSVN_SILENT typos--
Arto Hytönen [Sat, 1 Sep 2007 08:00:48 +0000 (08:00 +0000)]
SVN_SILENT typos--

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

18 years agodeprecated--
Alex Merry [Fri, 31 Aug 2007 22:52:52 +0000 (22:52 +0000)]
deprecated--

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

18 years agoThe "error" icon looks like a close-button inside the statusbar -> don't show it...
Peter Penz [Fri, 31 Aug 2007 16:26:19 +0000 (16:26 +0000)]
The "error" icon looks like a close-button inside the statusbar -> don't show it...

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 31 Aug 2007 07:59:14 +0000 (07:59 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoas David pointed out: Qt4 has a nicer approach for asynchronous events than using...
Peter Penz [Fri, 31 Aug 2007 05:16:04 +0000 (05:16 +0000)]
as David pointed out: Qt4 has a nicer approach for asynchronous events than using QTimer

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

18 years agoUse the new method KDirModel::expandToUrl() from David for expanding the treeview...
Peter Penz [Thu, 30 Aug 2007 16:20:46 +0000 (16:20 +0000)]
Use the new method KDirModel::expandToUrl() from David for expanding the treeview -> no more crashes anymore for long URLs :-)

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

18 years agoUse KPluginFactory instead of deprecated KLibFactory
Max Blazejak [Thu, 30 Aug 2007 11:04:16 +0000 (11:04 +0000)]
Use KPluginFactory instead of deprecated KLibFactory

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

18 years agoF9 opens the places panel (-> consistent with file-dialog), F7 the folders panel...
Peter Penz [Thu, 30 Aug 2007 06:20:24 +0000 (06:20 +0000)]
F9 opens the places panel (-> consistent with file-dialog), F7 the folders panel ("tree-view")

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

18 years agodolphinview fix: don't emit urlChanged twice in DolphinView::setUrl (it's already...
David Faure [Tue, 28 Aug 2007 21:47:20 +0000 (21:47 +0000)]
dolphinview fix: don't emit urlChanged twice in DolphinView::setUrl (it's already emitted by the controller, and we forward that)
dolphinpart fix: don't let the konq wheel spin forever when clicking on the Home button and we're already viewing $HOME.

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

18 years agoNavigation in konqueror works MUCH better when the KParts url is set :)
David Faure [Tue, 28 Aug 2007 20:20:05 +0000 (20:20 +0000)]
Navigation in konqueror works MUCH better when the KParts url is set :)

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

18 years agoImplement contextMenu handling in dolphin part (for konqueror)
David Faure [Tue, 28 Aug 2007 19:48:36 +0000 (19:48 +0000)]
Implement contextMenu handling in dolphin part (for konqueror)

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

18 years agoClicking on items in dolphin part finally implemented.
David Faure [Tue, 28 Aug 2007 17:50:54 +0000 (17:50 +0000)]
Clicking on items in dolphin part finally implemented.
Fixed connect() error in dolphinstatusbar [unrelated].

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 27 Aug 2007 06:09:24 +0000 (06:09 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agodon't use the term "Bookmarks" anymore, use "Places" instead (includes devices etc.)
Peter Penz [Sat, 25 Aug 2007 10:42:10 +0000 (10:42 +0000)]
don't use the term "Bookmarks" anymore, use "Places" instead (includes devices etc.)

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

18 years agodelete custom Dolphin icon
Peter Penz [Sat, 25 Aug 2007 10:28:51 +0000 (10:28 +0000)]
delete custom Dolphin icon

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

18 years agouse system-file-manager icon instead of custom Dolphin icon
Peter Penz [Sat, 25 Aug 2007 10:24:30 +0000 (10:24 +0000)]
use system-file-manager icon instead of custom Dolphin icon

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

18 years agouse new icons for closing the inactive view
Peter Penz [Sat, 25 Aug 2007 09:54:31 +0000 (09:54 +0000)]
use new icons for closing the inactive view

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 24 Aug 2007 06:24:18 +0000 (06:24 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 20 Aug 2007 07:37:38 +0000 (07:37 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoadjusted categories like in other kdebase apps (thanks to Gyula for the patch!)
Peter Penz [Sun, 19 Aug 2007 14:09:51 +0000 (14:09 +0000)]
adjusted categories like in other kdebase apps (thanks to Gyula for the patch!)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 19 Aug 2007 06:11:40 +0000 (06:11 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agouse adjusted signals from KDirLister
Peter Penz [Fri, 17 Aug 2007 06:53:48 +0000 (06:53 +0000)]
use adjusted signals from KDirLister

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

18 years agopreview did not work anymore (KDirLister emits the signal newItems(const KFileItemLis...
Peter Penz [Thu, 16 Aug 2007 15:28:30 +0000 (15:28 +0000)]
preview did not work anymore (KDirLister emits the signal newItems(const KFileItemList&) -> generatePreviews() from Dolphin must have the same signature)

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

18 years agoRemove unnecessary parameter.
Jeff Mitchell [Thu, 16 Aug 2007 13:22:18 +0000 (13:22 +0000)]
Remove unnecessary parameter.

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

18 years agoThe inactive view gets closed, no joining is done -> fix text
Peter Penz [Thu, 16 Aug 2007 06:59:36 +0000 (06:59 +0000)]
The inactive view gets closed, no joining is done -> fix text

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