]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
17 years agoremoved unused includes
Sebastian Trueg [Fri, 21 Mar 2008 20:57:34 +0000 (20:57 +0000)]
removed unused includes

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

17 years agoAppend # to the object name (window role), KWin uses it for better
Luboš Luňák [Fri, 21 Mar 2008 17:24:06 +0000 (17:24 +0000)]
Append # to the object name (window role), KWin uses it for better
window grouping.

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

17 years agouse QDir::rootPath() to make the folders panel functional on Windows
Peter Penz [Thu, 20 Mar 2008 21:37:15 +0000 (21:37 +0000)]
use QDir::rootPath() to make the folders panel functional on Windows

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

17 years agoassure that the maximum size of the item-delegate gets updated before showing the...
Peter Penz [Thu, 20 Mar 2008 21:23:06 +0000 (21:23 +0000)]
assure that the maximum size of the item-delegate gets updated before showing the icons view

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

17 years agoshow the Information Panel per default as discussed in core-devel
Peter Penz [Thu, 20 Mar 2008 21:10:27 +0000 (21:10 +0000)]
show the Information Panel per default as discussed in core-devel

CCMAIL: jriddell@ubuntu.com

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

17 years agofixed regression because of disconnecting non-available slots - now files don't get...
Peter Penz [Thu, 20 Mar 2008 20:15:18 +0000 (20:15 +0000)]
fixed regression because of disconnecting non-available slots - now files don't get started twice in the column view anymore

BUG: 159551

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

17 years agofix icon
Urs Wolfer [Thu, 20 Mar 2008 19:23:50 +0000 (19:23 +0000)]
fix icon

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

17 years agoQListView does not support having a margin for grids. Originally it has been tried...
Peter Penz [Thu, 20 Mar 2008 16:58:59 +0000 (16:58 +0000)]
QListView does not support having a margin for grids. Originally it has been tried to bypass this by overwriting QListView::visualRect(), but this has some side effects (see #155378 and #155575). The clean approach is to return a proper size hint in the file item delegate.

Currently a custom item delegate has been made for Dolphin, but we'll discuss whether it makes sense providing this feature already in KFileItemDelegate...

BUG: 155378
BUG: 155575
CCMAIL: fredrik@kde.org

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 20 Mar 2008 10:35:18 +0000 (10:35 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 19 Mar 2008 15:28:15 +0000 (15:28 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoFix Krazy i18n issues.
Chusslove Illich [Tue, 18 Mar 2008 22:38:52 +0000 (22:38 +0000)]
Fix Krazy i18n issues.

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

17 years agoBump the priority of Dolphin an application for the inode/directory mimetype. This...
Robert Knight [Tue, 18 Mar 2008 19:16:52 +0000 (19:16 +0000)]
Bump the priority of Dolphin an application for the inode/directory mimetype.  This fixes a problem where Konqueror would be preferred over Dolphin if KDE 3 and KDE 4 were both installed because the kfmclient_dir.desktop file from KDE 3 had a higher priority than Dolphin.

BUG: 159112

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

17 years agobecause of the recent Information Panel fixes it is now possible again that previews...
Peter Penz [Mon, 17 Mar 2008 20:29:44 +0000 (20:29 +0000)]
because of the recent Information Panel fixes it is now possible again that previews are shown for the inactive views too

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

17 years agofixed issue that the current selection was not reflected in the information panel
Peter Penz [Mon, 17 Mar 2008 20:19:17 +0000 (20:19 +0000)]
fixed issue that the current selection was not reflected in the information panel

CCMAIL: strueg@mandriva.com

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

17 years agofixed issue that no preview is generated if the user hovers the viewport within a...
Peter Penz [Sun, 16 Mar 2008 11:40:22 +0000 (11:40 +0000)]
fixed issue that no preview is generated if the user hovers the viewport within a small timeframe

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 16 Mar 2008 05:19:46 +0000 (05:19 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agouse different icon but with correct size for the information panel when selecting...
Peter Penz [Sun, 16 Mar 2008 02:40:01 +0000 (02:40 +0000)]
use different icon but with correct size for the information panel when selecting files

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

17 years agoprovide a cleaner layout for the information panel; there are still some open issues...
Peter Penz [Sun, 16 Mar 2008 02:17:16 +0000 (02:17 +0000)]
provide a cleaner layout for the information panel; there are still some open issues, but it looks already less cluttered...

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

17 years agoWhen selecting 100 files in Dolphin and the Information Panel is shown, MetaDataWidge...
Peter Penz [Sat, 15 Mar 2008 17:17:30 +0000 (17:17 +0000)]
When selecting 100 files in Dolphin and the Information Panel is shown, MetaDataWidget::setFiles() blocks Dolphin for around 15 seconds. Maybe we should delegate this to a KJob... In the meantime we temporary just reset the widgets (hoping that "meantime" means < KDE 4.1 ;-)).

CCMAIL: trueg@k3b.org

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

17 years agodim image frame only by 12.5 % instead of 25 %
Peter Penz [Sat, 15 Mar 2008 17:13:59 +0000 (17:13 +0000)]
dim image frame only by 12.5 % instead of 25 %

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

17 years agoshow clear button in filterbar (if bugfixes would always be as straight forward as...
Peter Penz [Thu, 13 Mar 2008 23:43:16 +0000 (23:43 +0000)]
show clear button in filterbar (if bugfixes would always be as straight forward as this one ;-))

BUG: 158852

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

17 years agodiffer between pasting one folder, pasting one file and pasting n items
Peter Penz [Thu, 13 Mar 2008 23:28:13 +0000 (23:28 +0000)]
differ between pasting one folder, pasting one file and pasting n items

BUG: 154926

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

17 years agoDon't force that the preview size must be >= the icon size. This gets confusing when...
Peter Penz [Thu, 13 Mar 2008 21:48:24 +0000 (21:48 +0000)]
Don't force that the preview size must be >= the icon size. This gets confusing when the user uses the Zoom In/Zoom Out feature inside a view a lot (e. g. by Ctrl + scroll wheel). This is because decreasing the preview size would also decrease the icon size, but when increasing the preview size again the icon size remains... I even got confused myself by this "feature" although I knew the reason for it ;-)

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

17 years agoRemove the semitransparent effect for hidden items in the IconManager, it just takes...
Peter Penz [Thu, 13 Mar 2008 21:31:34 +0000 (21:31 +0000)]
Remove the semitransparent effect for hidden items in the IconManager, it just takes too much time at this part of the code. David Faure suggested some alternative ideas, I hope I can try them before KDE 4.1. Currently it is more important to keep the performance high.

BUG: 158807

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

17 years agoIf a user pastes a directory into itself, ask him whether this intended and give...
Peter Penz [Wed, 12 Mar 2008 22:03:16 +0000 (22:03 +0000)]
If a user pastes a directory into itself, ask him whether this intended and give him the chance to cancel the operation.

BUG: 159207

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 12 Mar 2008 19:41:01 +0000 (19:41 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agorespect the graphic effects level before doing a fade-in of the selection toggle
Peter Penz [Wed, 12 Mar 2008 17:40:46 +0000 (17:40 +0000)]
respect the graphic effects level before doing a fade-in of the selection toggle

CCMAIL: ereslibre@kde.org

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

17 years ago* the WA_Hover flag is set by KFileItemDelegate automatically now
Peter Penz [Wed, 12 Mar 2008 17:36:34 +0000 (17:36 +0000)]
* the WA_Hover flag is set by KFileItemDelegate automatically now
* mouse tracking must stay enabled

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

17 years agoremove unused signal
Peter Penz [Wed, 12 Mar 2008 17:07:42 +0000 (17:07 +0000)]
remove unused signal

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

17 years agomenu actions have not been updated correctly when changing between the split views...
Peter Penz [Wed, 12 Mar 2008 16:58:11 +0000 (16:58 +0000)]
menu actions have not been updated correctly when changing between the split views (regression from KDE 4.0.1 to KDE 4.0.2)

BUG: 158317

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

17 years agoAs the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemDelegate...
Peter Penz [Wed, 12 Mar 2008 16:49:55 +0000 (16:49 +0000)]
As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemDelegate, it is not necessary anymore drawing a custom drag & drop indication.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 10 Mar 2008 22:14:32 +0000 (22:14 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoDon't try to show the terminal in dolphin when in Windows
Jeff Mitchell [Mon, 10 Mar 2008 17:33:30 +0000 (17:33 +0000)]
Don't try to show the terminal in dolphin when in Windows

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

17 years agoupdate the previews without relying on that KDirLister gets reloaded
Peter Penz [Mon, 10 Mar 2008 07:05:33 +0000 (07:05 +0000)]
update the previews without relying on that KDirLister gets reloaded

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

17 years agoAssure that directories are always on top, independent from the sort order (-> equal...
Peter Penz [Sun, 9 Mar 2008 19:53:21 +0000 (19:53 +0000)]
Assure that directories are always on top, independent from the sort order (-> equal to the behavior in KDE 3).

BUG: 157341

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 9 Mar 2008 14:58:46 +0000 (14:58 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoDeprecation--
Jeff Mitchell [Sat, 8 Mar 2008 23:17:22 +0000 (23:17 +0000)]
Deprecation--

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

17 years agofix documentation path
Pino Toscano [Fri, 7 Mar 2008 23:05:22 +0000 (23:05 +0000)]
fix documentation path

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

17 years agoupdate the previews of columns when the decoration size has been changed
Peter Penz [Thu, 6 Mar 2008 07:46:17 +0000 (07:46 +0000)]
update the previews of columns when the decoration size has been changed

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

17 years agoprevent flickering when zooming in or zooming out
Peter Penz [Thu, 6 Mar 2008 01:45:21 +0000 (01:45 +0000)]
prevent flickering when zooming in or zooming out

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

17 years agofixed wrong ASSERT in column-view (the usecase is valid)
Peter Penz [Thu, 6 Mar 2008 00:20:45 +0000 (00:20 +0000)]
fixed wrong ASSERT in column-view (the usecase is valid)

BUG: 158615

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

17 years agoignore the width when getting an icon for applying the "hidden files" effect, otherwi...
Peter Penz [Thu, 6 Mar 2008 00:02:39 +0000 (00:02 +0000)]
ignore the width when getting an icon for applying the "hidden files" effect, otherwise a wrong horizontal alignment is done

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

17 years agoprovide an unintrusive frame for previews of images
Peter Penz [Wed, 5 Mar 2008 23:50:22 +0000 (23:50 +0000)]
provide an unintrusive frame for previews of images

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

17 years agoFix a crash when right clicking on the viewport and no items selected.
Rafael Fernández López [Wed, 5 Mar 2008 22:25:01 +0000 (22:25 +0000)]
Fix a crash when right clicking on the viewport and no items selected.

CCMAIL: edulix@gmail.com

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 5 Mar 2008 13:19:01 +0000 (13:19 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoMake Konqueror and Dolphin use the new KFileItem::targetUrl() method.
Norbert Frese [Wed, 5 Mar 2008 00:17:53 +0000 (00:17 +0000)]
Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.

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

17 years agoBugfix for konqueror for in dolphin: open in new tab/window opens one of the selected...
Eduardo Robles Elvira [Tue, 4 Mar 2008 19:14:15 +0000 (19:14 +0000)]
Bugfix for konqueror for in dolphin: open in new tab/window opens one of the selected files
(See email sent to kfm-devel for details)
CCMAIL:kfm-devel@kde.org

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

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