]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
17 years agofixed problems with wrong space information (I'll backport the fix to 4.0.x on Tuesda...
Peter Penz [Sun, 2 Mar 2008 10:13:28 +0000 (10:13 +0000)]
fixed problems with wrong space information (I'll backport the fix to 4.0.x on Tuesday - I'm currently out of office and don't have access to my 4.0.x repository)

BUG: 153778
BUG: 156271
BUG: 155608

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 1 Mar 2008 23:22:21 +0000 (23:22 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 29 Feb 2008 19:02:02 +0000 (19:02 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 26 Feb 2008 19:54:02 +0000 (19:54 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoWhen a grouping per date is done, per default the granularity is one month. This...
Peter Penz [Tue, 26 Feb 2008 06:33:21 +0000 (06:33 +0000)]
When a grouping per date is done, per default the granularity is one month. This patch increases the granularity for the last month:
- "Weeks" are used for the last 4 weeks excluding the current week.
- "Days" are used for the current week.

Additionally some cleanups of the code has been done, as the method DolphinModel::data() was too long already.

No backport will be done as new strings are introduced. The patch has been reviewed by Rafael Fernández López.

BUG: 158267

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

17 years agoSVN_SILENT trivial code simplification. hope you don't mind peter.
Stefan Monov [Mon, 25 Feb 2008 19:12:58 +0000 (19:12 +0000)]
SVN_SILENT trivial code simplification. hope you don't mind peter.

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

17 years agominor cleanup: no need to create a slot which just invokes another method, just use...
Peter Penz [Sat, 23 Feb 2008 15:48:56 +0000 (15:48 +0000)]
minor cleanup: no need to create a slot which just invokes another method, just use the other method as slot

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

17 years agoMuch better with the last report details :)
Rafael Fernández López [Sat, 23 Feb 2008 14:21:57 +0000 (14:21 +0000)]
Much better with the last report details :)

CCBUG: 158266

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

17 years agofixed issue that when renaming "Open office.org writer documentation.pdf" that only...
Peter Penz [Sat, 23 Feb 2008 11:59:57 +0000 (11:59 +0000)]
fixed issue that when renaming "Open office.org writer documentation.pdf" that only "Open office" is selected and ".org writer documentation" is handled as extension

BUG: 158228

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 22 Feb 2008 16:21:46 +0000 (16:21 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoKDE 4.1 requires Qt4.4 -> remove the #ifdefs...
Peter Penz [Fri, 22 Feb 2008 13:56:16 +0000 (13:56 +0000)]
KDE 4.1 requires Qt4.4 -> remove the #ifdefs...

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

17 years agoSVN_SILENT: updated comment with the Qt-bugtracker ID
Peter Penz [Fri, 22 Feb 2008 10:08:11 +0000 (10:08 +0000)]
SVN_SILENT: updated comment with the Qt-bugtracker ID

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

17 years agoFixed wrong comments. Discussed with David Faure: installing an event filter works...
Peter Penz [Thu, 21 Feb 2008 18:45:22 +0000 (18:45 +0000)]
Fixed wrong comments. Discussed with David Faure: installing an event filter works for the icons-view and details-view, but not for the column-view which uses QListView child widgets internally... We decided to leave it as it is.

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

17 years agostay consistent with the QListView behavior: changed the current index also changes...
Peter Penz [Thu, 21 Feb 2008 17:34:14 +0000 (17:34 +0000)]
stay consistent with the QListView behavior: changed the current index also changes the selection

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

17 years ago* Install an event-filter for the view implementations. Whenever a view implementatio...
Peter Penz [Thu, 21 Feb 2008 14:01:40 +0000 (14:01 +0000)]
* Install an event-filter for the view implementations. Whenever a view implementation gets the focus, it should request it's activation.

* Let the metadata widget only get the focus by clicking.

* Tried to install a similar filter for the wheel-event code duplication in the view-implementations, but the event filter is invoked _after_ the view implementation gets the wheel event... -> added a note the the 3 implementations as hint.

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

17 years agodon't let the selection toggle steal the keyboard focus of the view
Peter Penz [Thu, 21 Feb 2008 12:53:56 +0000 (12:53 +0000)]
don't let the selection toggle steal the keyboard focus of the view

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

17 years agoLet the DolphinController be aware on which QAbstractItemView instance he is working...
Peter Penz [Thu, 21 Feb 2008 12:49:11 +0000 (12:49 +0000)]
Let the DolphinController be aware on which QAbstractItemView instance he is working. This allows to connect signals from the view implementations (icons view, details view, column view) directly to the slots of the DolphinController without a helper slot.

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

17 years agoPrevent code duplication by moving the duplications into the DolphinController.
Peter Penz [Thu, 21 Feb 2008 11:56:31 +0000 (11:56 +0000)]
Prevent code duplication by moving the duplications into the DolphinController.

Maybe it might be a good idea to let the DolphinController be aware also about his QAbstractItemView -> it might be possible to directly connect signals of the dolphin view implementations with the controller. I'll check this...

(I did not backport this cleanup as I think it has too many changes to be handled as bugfix)

CCMAIL: faure@kde.org
CCMAIL: edulix@gmail.com

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

17 years agoBugfix: Currently, if you open dolphin, select a bunch of files, and right click and
Eduardo Robles Elvira [Thu, 21 Feb 2008 09:55:08 +0000 (09:55 +0000)]
Bugfix: Currently, if you open dolphin, select a bunch of files, and right click and
select Open With > whatever, all the files are opened. Which is the right
thing. However, if you hit enter to open those selected files, no file is
opened. Currently, the file is only opened if there's only *one* file
selected. The attached patch fixes this problem.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 20 Feb 2008 18:43:33 +0000 (18:43 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoLIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS
Christian Ehrlicher [Mon, 18 Feb 2008 21:51:54 +0000 (21:51 +0000)]
LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGS

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 18 Feb 2008 20:27:57 +0000 (20:27 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoNo longer use Obsolete Member for QWidget:
Bill Egert [Mon, 18 Feb 2008 01:06:50 +0000 (01:06 +0000)]
No longer use Obsolete Member for QWidget:

topLevelWidget() => window()

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

17 years ago* if the system font is changed during Dolphin is open, take care to update the used...
Peter Penz [Sun, 17 Feb 2008 15:50:06 +0000 (15:50 +0000)]
* if the system font is changed during Dolphin is open, take care to update the used font of all views too (assuming that the user selected "system font" as font)

* store the font weight instead of a bool property "isBold"

Thanks to Rafael for the patch!

CCMAIL: ereslibre@kde.org

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

17 years agolet F6 also select the whole text of the URL navigator to stay consistent with Konque...
Peter Penz [Sat, 16 Feb 2008 22:05:34 +0000 (22:05 +0000)]
let F6 also select the whole text of the URL navigator to stay consistent with Konqueror and Firefox

BUG: 157589

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 16 Feb 2008 21:43:04 +0000 (21:43 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoupdate the selection-toggle (+/-) when the selection has been changed "outside" by...
Peter Penz [Sat, 16 Feb 2008 18:53:28 +0000 (18:53 +0000)]
update the selection-toggle (+/-) when the selection has been changed "outside" by the rubberband or e. g. "Select All"

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

17 years agoBypassed a bug in QTreeView::mouseMoveEvent() (see comment in code). Submitted a...
Peter Penz [Sat, 16 Feb 2008 14:37:13 +0000 (14:37 +0000)]
Bypassed a bug in QTreeView::mouseMoveEvent() (see comment in code). Submitted a bug-report to Trolltech, bug tracker ID is still pending (will add the ID into the code as soon as I get it).

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

17 years agoProvide an option for the details view to expand folders (= tree view), as this is...
Peter Penz [Sat, 16 Feb 2008 13:16:59 +0000 (13:16 +0000)]
Provide an option for the details view to expand folders (= tree view), as this is required for Konqueror to get back this functionality from KDE 3. It is possible in Dolphin to enable this option too, but it is set to false per default.

BUG: 155571

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

17 years agoSVN_SILENT: coding style fix (m_metadataWidget -> m_metaDataWidget)
Peter Penz [Sat, 16 Feb 2008 12:42:48 +0000 (12:42 +0000)]
SVN_SILENT: coding style fix (m_metadataWidget -> m_metaDataWidget)

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

17 years agofix possible crash, as MetaDataWidget::metaDataAvailable() can change during runtime
Peter Penz [Sat, 16 Feb 2008 12:40:38 +0000 (12:40 +0000)]
fix possible crash, as MetaDataWidget::metaDataAvailable() can change during runtime

BUG: 157915

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

17 years agoInitially I thought it's better not having code as default value inside dolphin_gener...
Peter Penz [Fri, 15 Feb 2008 23:13:47 +0000 (23:13 +0000)]
Initially I thought it's better not having code as default value inside dolphin_generalsettings.kcfg. But the check for an empty home URL in DolphinMainWindow::init() must also be done when invoking GeneralSettings::setDefaults() in StartupSettingsPage, otherwise the home URL would get empty... Using QDir::homePath() as default-value inside the *.kcfg file prevents such issues.

CCMAIL: michael.a.oshea@gmail.com

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

17 years agoCurrently when the general font of KDE has been changed, the used fonts for the view...
Peter Penz [Fri, 15 Feb 2008 22:51:23 +0000 (22:51 +0000)]
Currently when the general font of KDE has been changed, the used fonts for the view in Dolphin have not been changed.

This has been fixed by differing between a "Use system font" setting (= default) or a "Use custom font" setting.

TODO: if the general font of KDE is changed during Dolphin is open, no update is done yet

CCMAIL: ereslibre@kde.org

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

17 years agoDavid says: "PixmapViewer::setSizeHint should call updateGeometry() instead of all...
Peter Penz [Fri, 15 Feb 2008 19:40:27 +0000 (19:40 +0000)]
David says: "PixmapViewer::setSizeHint should call updateGeometry() instead of all those layout hacks :)" - and as always David was right :-)

CCMAIL: faure@kde.org

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

17 years agodon't connect to a non-existent slot (the code for updateCutItems() is now part of...
Peter Penz [Fri, 15 Feb 2008 19:32:14 +0000 (19:32 +0000)]
don't connect to a non-existent slot (the code for updateCutItems() is now part of the IconManager)

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

17 years agoFix flicker when resizing the central view area in Dolphin. Only applicable with...
Robert Knight [Fri, 15 Feb 2008 18:18:21 +0000 (18:18 +0000)]
Fix flicker when resizing the central view area in Dolphin.  Only applicable with Qt 4.4 with alien widgets enabled.  Any widgets passed to KDirLister::setMainWindow() become native widgets because of a call to QWidget::winId() inside KIO.  This fix passes the top level Dolphin window to setMainWindow() (which is already a native window) instead of the item view widget.

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

17 years agoAdd unit test for #149736 (an old bug where a javascript handler closes the window...
David Faure [Fri, 15 Feb 2008 17:01:03 +0000 (17:01 +0000)]
Add unit test for #149736 (an old bug where a javascript handler closes the window on click - and crashed konqueror again in kde 4)
(the fix is r775367 in kdelibs)
(side node: kapp->setTopWidget call removed since it doesn't care for the icon anymore, only for some startupid stuff)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 15 Feb 2008 15:48:52 +0000 (15:48 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 15 Feb 2008 10:07:26 +0000 (10:07 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/branches/KDE/4.0/kdebase/apps/; revision=775258

17 years agoBypass a temporary (?) regression (?) with the current Qt 4.4 beta version: it seems...
Peter Penz [Thu, 14 Feb 2008 22:57:00 +0000 (22:57 +0000)]
Bypass a temporary (?) regression (?) with the current Qt 4.4 beta version: it seems like QLayout::activate()/update() don't do a relayout anymore if the sizehint of a sub widget has been changed. I'll check this again with Qt 4.4.0.

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

17 years agodisplay an error message if the the user tries to set an invalid home URL in the...
Peter Penz [Thu, 14 Feb 2008 21:35:57 +0000 (21:35 +0000)]
display an error message if the the user tries to set an invalid home URL in the settings dialog

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

17 years agominor code cleanup
Peter Penz [Thu, 14 Feb 2008 21:25:36 +0000 (21:25 +0000)]
minor code cleanup

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

17 years agobackport: fixed issue that the item height does not match to the number of lines...
Peter Penz [Thu, 14 Feb 2008 20:29:29 +0000 (20:29 +0000)]
backport: fixed issue that the item height does not match to the number of lines in the default setup of Dolphin

svn path=/branches/KDE/4.0/kdebase/apps/; revision=775067

17 years agofixed issue that the item height does not match to the number of lines in the default...
Peter Penz [Thu, 14 Feb 2008 20:26:11 +0000 (20:26 +0000)]
fixed issue that the item height does not match to the number of lines in the default setup of Dolphin

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

17 years ago~ is no useful home folder in a Windows environment (thanks to Michael O'Shea for...
Peter Penz [Thu, 14 Feb 2008 20:11:51 +0000 (20:11 +0000)]
~ is no useful home folder in a Windows environment (thanks to Michael O'Shea for the patch!)

BUG: 156463
CCMAIL: michael.a.oshea@gmail.com

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 14 Feb 2008 13:04:07 +0000 (13:04 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 14 Feb 2008 08:26:29 +0000 (08:26 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/branches/KDE/4.0/kdebase/apps/; revision=774850

17 years agoProvide the "sort by" actions in dolphinpart (konqueror); share and simplify the...
David Faure [Wed, 13 Feb 2008 20:52:21 +0000 (20:52 +0000)]
Provide the "sort by" actions in dolphinpart (konqueror); share and simplify the code by connecting to the actiongroup's signal.

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

17 years agoProvide the "sort by" actions in dolphinpart (konqueror); share and simplify the...
David Faure [Wed, 13 Feb 2008 20:51:00 +0000 (20:51 +0000)]
Provide the "sort by" actions in dolphinpart (konqueror); share and simplify the code by connecting to the actiongroup's signal.

svn path=/branches/KDE/4.0/kdebase/apps/; revision=774697

17 years ago--deprecated
David Faure [Wed, 13 Feb 2008 18:49:30 +0000 (18:49 +0000)]
--deprecated

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

17 years ago--deprecated
David Faure [Wed, 13 Feb 2008 18:48:58 +0000 (18:48 +0000)]
--deprecated

svn path=/branches/KDE/4.0/kdebase/apps/; revision=774648

17 years agoProvide the dolphinpart view modes (Icons, Details, Columns) in konqueror's View...
David Faure [Wed, 13 Feb 2008 18:45:20 +0000 (18:45 +0000)]
Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's View Modes menu.
(this is done using a Q_PROPERTY in the dolphin part and a signal; the available view modes for creating the menu in the first place are listed in dolphinpart.desktop)
Konqueror: cleaned up the old (complex) handling of view modes as N toolbar buttons from M services grouped by library (240 lines less!).
Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 13 Feb 2008 18:39:24 +0000 (18:39 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoProvide the dolphinpart view modes (Icons, Details, Columns) in konqueror's View...
David Faure [Wed, 13 Feb 2008 18:07:34 +0000 (18:07 +0000)]
Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's View Modes menu.
(this is done using a Q_PROPERTY in the dolphin part and a signal; the available view modes for creating the menu in the first place are listed in dolphinpart.desktop)
Konqueror: cleaned up the old (complex) handling of view modes as N toolbar buttons from M services grouped by library.
Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow.
BUG: 157424

svn path=/branches/KDE/4.0/kdebase/apps/; revision=774632

17 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Tue, 12 Feb 2008 16:54:30 +0000 (16:54 +0000)]
SVN_SILENT made messages (.desktop file, second try)

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

17 years ago"Part" is a technical term; name it "Dolphin View" for konqueror's view mode menu...
David Faure [Tue, 12 Feb 2008 15:01:32 +0000 (15:01 +0000)]
"Part" is a technical term; name it "Dolphin View" for konqueror's view mode menu, more consistent with "File Size View" and "File Replace View"

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

17 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Tue, 12 Feb 2008 09:46:06 +0000 (09:46 +0000)]
SVN_SILENT made messages (.desktop file, second try)

svn path=/branches/KDE/4.0/kdebase/apps/; revision=773981

17 years agoMove the Ctrl-wheel zoom handling to dolphinview.
Luciano Montanaro [Tue, 12 Feb 2008 09:27:26 +0000 (09:27 +0000)]
Move the Ctrl-wheel zoom handling to dolphinview.
The specialized views still need to ignore the Ctrl-qualified wheel events, though.

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

17 years agouse different icons dependent on the checked state of the toggle
Peter Penz [Tue, 12 Feb 2008 01:04:03 +0000 (01:04 +0000)]
use different icons dependent on the checked state of the toggle

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

17 years agodon't keep a KFileItem inside the selection manager for the whole lifetime, work...
Peter Penz [Tue, 12 Feb 2008 00:06:21 +0000 (00:06 +0000)]
don't keep a KFileItem inside the selection manager for the whole lifetime, work with the URL internally instead

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

17 years agoSVN_SILENT: increased version number from 1.0.1 to 1.0.2
Peter Penz [Mon, 11 Feb 2008 21:13:34 +0000 (21:13 +0000)]
SVN_SILENT: increased version number from 1.0.1 to 1.0.2

svn path=/branches/KDE/4.0/kdebase/apps/; revision=773824

17 years agofix a flickering of the horizontal scrollbar when decreasing the width inside the...
Peter Penz [Mon, 11 Feb 2008 21:09:07 +0000 (21:09 +0000)]
fix a flickering of the horizontal scrollbar when decreasing the width inside the details view

CCMAIL: hein@kde.org

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

17 years agoapply sorting + sort order to the column view
Peter Penz [Mon, 11 Feb 2008 18:27:49 +0000 (18:27 +0000)]
apply sorting + sort order to the column view

BUG: 157343

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

17 years agofixed crash when cancelling the "apply view properties" dialog
Peter Penz [Mon, 11 Feb 2008 16:55:16 +0000 (16:55 +0000)]
fixed crash when cancelling the "apply view properties" dialog

BUG: 156752

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

17 years agoForwardport 773570:
David Faure [Mon, 11 Feb 2008 12:44:46 +0000 (12:44 +0000)]
Forwardport 773570:
Factorize all the view-related action handling to DolphinViewActionHandler, to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view.

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

17 years agoFactorize all the view-related action handling to DolphinViewActionHandler, to remove...
David Faure [Mon, 11 Feb 2008 12:34:48 +0000 (12:34 +0000)]
Factorize all the view-related action handling to DolphinViewActionHandler, to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view.

svn path=/branches/KDE/4.0/kdebase/apps/; revision=773570

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 7 Feb 2008 12:24:06 +0000 (12:24 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoFixed issue that the "Show Full Location" action is not synchronized with the editabl...
Peter Penz [Thu, 7 Feb 2008 07:27:06 +0000 (07:27 +0000)]
Fixed issue that the "Show Full Location" action is not synchronized with the editable state of the URL navigator (thanks to David Benjamin for the patch).

BUG: 156891

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

17 years agoreset the URL candidate if a resizing is done
Peter Penz [Sat, 2 Feb 2008 23:27:48 +0000 (23:27 +0000)]
reset the URL candidate if a resizing is done

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

17 years agoInformation Panel: If the width of the panel is increased, also increase the size...
Peter Penz [Sat, 2 Feb 2008 23:17:14 +0000 (23:17 +0000)]
Information Panel: If the width of the panel is increased, also increase the size of the item preview to take advantege of the additional space.

BUG: 156046

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

17 years agostay consistent with Plasma and move the selection icon on the top/left of items...
Peter Penz [Sat, 2 Feb 2008 22:20:41 +0000 (22:20 +0000)]
stay consistent with Plasma and move the selection icon on the top/left of items (thanks to Jan Klein-Hitpass for the hint)

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

17 years agoImprove the selection toggle: Instead of a delay of one second until appearing, let...
Peter Penz [Sat, 2 Feb 2008 20:53:35 +0000 (20:53 +0000)]
Improve the selection toggle: Instead of a delay of one second until appearing, let it appear immediately but provide a smooth fade-in effect. This makes it usable from the start but is less obtrusive for the eyes.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 2 Feb 2008 07:15:28 +0000 (07:15 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/branches/KDE/4.0/kdebase/apps/; revision=769836

17 years agoZoom in and out the icon view on Ctrl+Mouse wheel.
Luciano Montanaro [Fri, 1 Feb 2008 22:33:06 +0000 (22:33 +0000)]
Zoom in and out the icon view on Ctrl+Mouse wheel.

CCMAIL: peter.penz@gmx.atn
--This li.Ine, and those below, will be ignored--

M    src/dolphiniconsview.cpp

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

17 years agoBackport. Show the vertical scrollbar only when necessary.
Rafael Fernández López [Fri, 1 Feb 2008 08:26:29 +0000 (08:26 +0000)]
Backport. Show the vertical scrollbar only when necessary.

svn path=/branches/KDE/4.0/kdebase/apps/; revision=769333

17 years agoShow the vertical scroll bar only when necessary
Rafael Fernández López [Fri, 1 Feb 2008 08:25:20 +0000 (08:25 +0000)]
Show the vertical scroll bar only when necessary

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

17 years agoDon't offer a Move Here/Copy Here/Link Here menu when dropping items above the trash...
Peter Penz [Wed, 30 Jan 2008 22:39:42 +0000 (22:39 +0000)]
Don't offer a Move Here/Copy Here/Link Here menu when dropping items above the trash, just move the things into the trash instead. TODO: as the inline comment already says KonqOperations::doDrop() should be used as longterm solution...

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

17 years agoallow dropping items above a place inside the Places panel
Peter Penz [Wed, 30 Jan 2008 22:22:46 +0000 (22:22 +0000)]
allow dropping items above a place inside the Places panel

BUG: 154014

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

17 years agotake care to remove the selection toggle when items have been deleted
Peter Penz [Mon, 28 Jan 2008 19:29:17 +0000 (19:29 +0000)]
take care to remove the selection toggle when items have been deleted

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

17 years agofixed issue that previews of hidden files had no semitransparent effect (the semi...
Peter Penz [Mon, 28 Jan 2008 17:26:25 +0000 (17:26 +0000)]
fixed issue that previews of hidden files had no semitransparent effect (the semi-transparent effect requires having an alpha mask)

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

17 years ago* replace item.name().startsWith('.') by item.isHidden()
Peter Penz [Mon, 28 Jan 2008 17:01:41 +0000 (17:01 +0000)]
* replace item.name().startsWith('.') by item.isHidden()
* removed redundant applying of a hidden item effect before starting the preview

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

17 years agokeep in sync with 4.0 branch (767566)
David Faure [Mon, 28 Jan 2008 11:37:08 +0000 (11:37 +0000)]
keep in sync with 4.0 branch (767566)

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

17 years agoCentralize three more actions so that they are available in DolphinPart: 'Show previe...
David Faure [Mon, 28 Jan 2008 11:33:49 +0000 (11:33 +0000)]
Centralize three more actions so that they are available in DolphinPart: 'Show preview' 'Show hidden files' 'Categorized sorting'
Found a way of sharing the actions with even less code duplication, discussed it with Peter, but this will be for after 4.0.1

svn path=/branches/KDE/4.0/kdebase/apps/; revision=767566

17 years agoColumn-View: When switching to another view-mode, just switch the view for the curren...
Peter Penz [Sun, 27 Jan 2008 14:54:45 +0000 (14:54 +0000)]
Column-View: When switching to another view-mode, just switch the view for the currently focused column as Aurélien suggested.

CCMAIL: aurelien.gateau@free.fr

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

17 years ago- Fix some compiler warnings.
Bill Egert [Sun, 27 Jan 2008 14:54:38 +0000 (14:54 +0000)]
- Fix some compiler warnings.
- Switched depricated stdName() to name()

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

17 years agoreset the selection manager when the URL has been changed (otherwise the selection...
Peter Penz [Sat, 26 Jan 2008 22:32:24 +0000 (22:32 +0000)]
reset the selection manager when the URL has been changed (otherwise the selection toggle button would stay visible)

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

17 years agoBlend in a toggle button when hovering items. This allows selecting items without...
Peter Penz [Sat, 26 Jan 2008 21:45:28 +0000 (21:45 +0000)]
Blend in a toggle button when hovering items. This allows selecting items without using the rubberband or Ctrl/Shift-keys in the single-click mode. Any feedback from users is highly welcome (I think people will either love or hate this feature, I'm really not sure -> it can be turned off too).

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

17 years ago* increase the performance of item previews: each item view provides an icon size...
Peter Penz [Sat, 26 Jan 2008 12:48:03 +0000 (12:48 +0000)]
* increase the performance of item previews: each item view provides an icon size hint -> the preview and item effects are only applied to the current size, not to the maximum of 128 x 128 pixels

* make the icons of hidden files semitransparent like in KDE3

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

17 years agoBackport for #156375: don't add a place having an empty name
Peter Penz [Fri, 25 Jan 2008 19:16:55 +0000 (19:16 +0000)]
Backport for #156375: don't add a place having an empty name

svn path=/branches/KDE/4.0/kdebase/apps/; revision=766407

17 years agodon't add a place having an empty name
Peter Penz [Fri, 25 Jan 2008 19:14:12 +0000 (19:14 +0000)]
don't add a place having an empty name

BUG: 156375

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

17 years agoBackport for #156586: don't try changing the directory within the terminal on non...
Peter Penz [Fri, 25 Jan 2008 18:28:50 +0000 (18:28 +0000)]
Backport for #156586: don't try changing the directory within the terminal on non-local URLs

svn path=/branches/KDE/4.0/kdebase/apps/; revision=766395

17 years agodon't try changing the directory within the terminal on non-local URLs
Peter Penz [Fri, 25 Jan 2008 18:25:42 +0000 (18:25 +0000)]
don't try changing the directory within the terminal on non-local URLs

BUG: 156586

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

17 years agooptimize layout for the viewproperties dialog
Peter Penz [Fri, 25 Jan 2008 18:05:53 +0000 (18:05 +0000)]
optimize layout for the viewproperties dialog

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

17 years agochange order of "General" and "View Modes" settings
Peter Penz [Fri, 25 Jan 2008 16:13:02 +0000 (16:13 +0000)]
change order of "General" and "View Modes" settings

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

17 years agoBackport: use 2 textlines per default in the icon-mode as discussed with David and...
Peter Penz [Thu, 24 Jan 2008 16:39:03 +0000 (16:39 +0000)]
Backport: use 2 textlines per default in the icon-mode as discussed with David and Fredrik

svn path=/branches/KDE/4.0/kdebase/apps/; revision=765736

17 years agouse 2 textlines per default in the icon-mode as discussed with David and Fredrik
Peter Penz [Thu, 24 Jan 2008 16:37:19 +0000 (16:37 +0000)]
use 2 textlines per default in the icon-mode as discussed with David and Fredrik

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 24 Jan 2008 08:58:55 +0000 (08:58 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/branches/KDE/4.0/kdebase/apps/; revision=765555

17 years agoFix memory leak using K_GLOBAL_STATIC
David Faure [Wed, 23 Jan 2008 15:40:43 +0000 (15:40 +0000)]
Fix memory leak using K_GLOBAL_STATIC

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

17 years agoFix memory leak using K_GLOBAL_STATIC
David Faure [Wed, 23 Jan 2008 15:38:29 +0000 (15:38 +0000)]
Fix memory leak using K_GLOBAL_STATIC

svn path=/branches/KDE/4.0/kdebase/apps/; revision=765228

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 23 Jan 2008 11:37:15 +0000 (11:37 +0000)]
SVN_SILENT made messages (.desktop file)

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