]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
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

17 years agoBackport: allow opening directories/trash from the desktop (fixes #156192)
Peter Penz [Wed, 23 Jan 2008 06:44:47 +0000 (06:44 +0000)]
Backport: allow opening directories/trash from the desktop (fixes #156192)

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

17 years agoallow opening directories/trash from the desktop
Peter Penz [Wed, 23 Jan 2008 06:42:13 +0000 (06:42 +0000)]
allow opening directories/trash from the desktop

BUG: 156192

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

17 years ago- fix session restore
Luboš Luňák [Tue, 22 Jan 2008 18:06:28 +0000 (18:06 +0000)]
- fix session restore
- newInstance() from KUniqueApplication is actually harmful here

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

17 years ago- fix session restore
Luboš Luňák [Tue, 22 Jan 2008 18:06:13 +0000 (18:06 +0000)]
- fix session restore
- newInstance() from KUniqueApplication is actually harmful here

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

17 years agoFix restore from session management.
Luboš Luňák [Tue, 22 Jan 2008 17:52:12 +0000 (17:52 +0000)]
Fix restore from session management.

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

17 years agoFix restore from session management.
Luboš Luňák [Tue, 22 Jan 2008 17:51:17 +0000 (17:51 +0000)]
Fix restore from session management.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 22 Jan 2008 10:05:53 +0000 (10:05 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 22 Jan 2008 06:18:46 +0000 (06:18 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agosvn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions and provi...
David Faure [Tue, 22 Jan 2008 01:38:45 +0000 (01:38 +0000)]
svn merge -r764536:HEAD from 4.0 branch: refactor "additional info" actions and provide them in the part

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

17 years agoAnd finally: provide those "additional info" actions in the part too.
David Faure [Tue, 22 Jan 2008 01:36:28 +0000 (01:36 +0000)]
And finally: provide those "additional info" actions in the part too.

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

17 years agoMove the code handling the additional-info-actions to DolphinView; simplify signal...
David Faure [Tue, 22 Jan 2008 01:22:56 +0000 (01:22 +0000)]
Move the code handling the additional-info-actions to DolphinView; simplify signal from DolphinView (it has the info anyway).
The fact that the last additional-info doesn't show up in the icon view is in fact a KFileItemDelegate bug, not a bug in this code :)

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

17 years agorestore previous behavior: additional info actions are not mutually exclusive.
David Faure [Tue, 22 Jan 2008 00:43:51 +0000 (00:43 +0000)]
restore previous behavior: additional info actions are not mutually exclusive.
(although requesting size and type at the same time doesn't show the type...)

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

17 years agoUse a QActionGroup and save 6 slots (and the duplication of the action names in the...
David Faure [Tue, 22 Jan 2008 00:39:52 +0000 (00:39 +0000)]
Use a QActionGroup and save 6 slots (and the duplication of the action names in the code).

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

17 years agoUse non-deprecated method, avoids conversion KDateTime->time_t->KDateTime.
David Faure [Mon, 21 Jan 2008 19:46:35 +0000 (19:46 +0000)]
Use non-deprecated method, avoids conversion KDateTime->time_t->KDateTime.

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

17 years agoMake sort/descending available in dolphinpart
David Faure [Mon, 21 Jan 2008 19:44:36 +0000 (19:44 +0000)]
Make sort/descending available in dolphinpart

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

17 years agoMake sort/descending available in dolphinpart
David Faure [Mon, 21 Jan 2008 19:42:16 +0000 (19:42 +0000)]
Make sort/descending available in dolphinpart

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

17 years agoforwardport 764429:
David Faure [Mon, 21 Jan 2008 19:31:07 +0000 (19:31 +0000)]
forwardport 764429:
Revert the moving of the action to the DolphinView instance, this doesn't work with splitted views.
(Each view would need its own action collection, but then DolphinView would have to become
a KXMLGUIClient, and the GUI would flicker when switching views).

Instead, use the same solution as the other shared actions: static method in DolphinView (for now),
slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView)

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

17 years agoRevert the moving of the action to the DolphinView instance, this doesn't work with...
David Faure [Mon, 21 Jan 2008 19:08:52 +0000 (19:08 +0000)]
Revert the moving of the action to the DolphinView instance, this doesn't work with splitted views.
(Each view would need its own action collection, but then DolphinView would have to become
a KXMLGUIClient, and the GUI would flicker when switching views).

Instead, use the same solution as the other shared actions: static method in DolphinView (for now),
slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView)

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

17 years agoa group box called "Settings" in a settings dialog is useless...
Peter Penz [Mon, 21 Jan 2008 16:54:16 +0000 (16:54 +0000)]
a group box called "Settings" in a settings dialog is useless...

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

17 years agoSplit the "General Settings" into "Startup Settings" and "General Settings" for havin...
Peter Penz [Mon, 21 Jan 2008 16:51:31 +0000 (16:51 +0000)]
Split the "General Settings" into "Startup Settings" and "General Settings" for having a cleaner layout. Still some fine tuning and code cleanups have to be done...

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

17 years agomerge -c764347 by Peter, needed for dolphinpart bugfixing
David Faure [Mon, 21 Jan 2008 16:12:25 +0000 (16:12 +0000)]
merge -c764347 by Peter, needed for dolphinpart bugfixing

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

17 years agoMake it configurable whether a browsing through archives should be done. The default...
Peter Penz [Mon, 21 Jan 2008 16:07:45 +0000 (16:07 +0000)]
Make it configurable whether a browsing through archives should be done. The default setting is 'off'. TODO: cleanup the "General Settings" dialog and split it as "General" and "Startup".

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

17 years agoCleanup: let the DolphinView be aware about the used action collection. This will...
Peter Penz [Mon, 21 Jan 2008 14:16:31 +0000 (14:16 +0000)]
Cleanup: let the DolphinView be aware about the used action collection. This will allow us cleaning up some code in DolphinMainWindow and will make it easier sharing code with DolphinPart.

CCMAIL: faure@kde.org

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 21 Jan 2008 10:32:13 +0000 (10:32 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoBackport:
Peter Penz [Sat, 19 Jan 2008 18:20:24 +0000 (18:20 +0000)]
Backport:

treeview: prevent that when expanding a subtree that the selected item gets hidden by the (maybe) appearing horizontal scrollbar

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