]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
18 years agoEBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).
Peter Penz [Fri, 18 May 2007 23:51:03 +0000 (23:51 +0000)]
EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).

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

18 years agoalthough not required at the moment, this alignment makes sense with the improved...
Peter Penz [Fri, 18 May 2007 23:42:17 +0000 (23:42 +0000)]
although not required at the moment, this alignment makes sense with the improved KFileItemDelegate implementation from Fredrik (hope Fredrik commits on Monday :-))

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

18 years agoDavid Faure wrote:
Peter Penz [Fri, 18 May 2007 23:36:58 +0000 (23:36 +0000)]
David Faure wrote:
> Sounds like the kind of method that would benefit greatly from a unit test :)

OK, committing my first unit test for KDE. Although very minimal it's at least a start ;-) (currently deactivated as I've some problem in CMakeList.txt)

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

18 years agogrmpf - forgot to remove the kDebug() statement in my previous commit...
Peter Penz [Fri, 18 May 2007 20:57:35 +0000 (20:57 +0000)]
grmpf - forgot to remove the kDebug() statement in my previous commit...

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

18 years agoWhen renaming items in Dolphin, only the name should be selected, not the extensions...
Peter Penz [Fri, 18 May 2007 20:52:48 +0000 (20:52 +0000)]
When renaming items in Dolphin, only the name should be selected, not the extensions like ".gif", ".txt" etc. The inconvenient part is if the item name is something like "cmake-2.4.5", where the version number does not count as extension (-> the whole string should be selected in this case).

This patch should fix the problem...

Examples (name -> selected string):
"Image.gif" -> "Image"
"package.tar.gz" -> "package"
"cmake-2.4.5" -> "cmake-2.4.5"
"Image.1.12.gif" -> "Image.1.12"
"Image.tar.1.12.gz" -> "Image"

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

18 years agoAllow to configure whether an asking for confirmation should be done for the 'Move...
Peter Penz [Fri, 18 May 2007 19:39:08 +0000 (19:39 +0000)]
Allow to configure whether an asking for confirmation should be done for the 'Move To Trash' and 'Delete' actions. This setting is used by konq_operations.cc and shared with Konqueror.

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

18 years ago- assure that when hovering the viewport that an empty request for item information...
Peter Penz [Fri, 18 May 2007 13:06:41 +0000 (13:06 +0000)]
- assure that when hovering the viewport that an empty request for item information is send
- remove unused method

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

18 years ago- allow to configure that the filter bar should be shown after starting Dolphin ...
Peter Penz [Fri, 18 May 2007 12:44:52 +0000 (12:44 +0000)]
- allow to configure that the filter bar should be shown after starting Dolphin (is off per default)
- some minor naming cleanups

BUG: 145168

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

18 years agoignore spontaneous show events (thanks to Dominik Haumann for pointing this out)
Peter Penz [Fri, 18 May 2007 08:42:45 +0000 (08:42 +0000)]
ignore spontaneous show events (thanks to Dominik Haumann for pointing this out)

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

18 years agofix possible crash (CID 3607)
Stephan Kulow [Thu, 17 May 2007 17:40:51 +0000 (17:40 +0000)]
fix possible crash (CID 3607)

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

18 years agoinformation sidebar fixes:
Peter Penz [Thu, 17 May 2007 14:51:54 +0000 (14:51 +0000)]
information sidebar fixes:
- provide meta information when hovering items
- don't increase the sidebar width, if the item name is longer than the available width

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

18 years agowhen the column view is used, then 'Split view' should take the root URL of the colum...
Peter Penz [Thu, 17 May 2007 13:29:13 +0000 (13:29 +0000)]
when the column view is used, then 'Split view' should take the root URL of the column view as new base for the secondary view

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

18 years agowhen having split views: darken the background color of the inactive view
Peter Penz [Thu, 17 May 2007 12:00:50 +0000 (12:00 +0000)]
when having split views: darken the background color of the inactive view

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

18 years agoimprove drag & drop support for treeview sidebar:
Peter Penz [Thu, 17 May 2007 10:06:37 +0000 (10:06 +0000)]
improve drag & drop support for treeview sidebar:
- allow to drag items within the tree
- expand nodes automatically during a drag & drop operation

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

18 years agodon't increase the decoration size if the icons are aligned from left to right
Peter Penz [Thu, 17 May 2007 08:42:07 +0000 (08:42 +0000)]
don't increase the decoration size if the icons are aligned from left to right

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

18 years agoreload items when the view is refreshed by changing the global settings
Peter Penz [Thu, 17 May 2007 08:16:56 +0000 (08:16 +0000)]
reload items when the view is refreshed by changing the global settings

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

18 years agofix for the fix for the fix [1]: assure that invoking Dolphin with remote URLs like...
Peter Penz [Wed, 16 May 2007 19:37:31 +0000 (19:37 +0000)]
fix for the fix for the fix [1]: assure that invoking Dolphin with remote URLs like "dolphin ftp://ftp.kde.org/" works too (thanks to David Faure)

[1] I hope this does not get a neverending story ;-)

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

18 years agorevert last patch ("fix issue that invoking 'dolphin .' does not work") and replace...
Peter Penz [Wed, 16 May 2007 19:21:06 +0000 (19:21 +0000)]
revert last patch ("fix issue that invoking 'dolphin .' does not work") and replace it by a more generic approach

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

18 years agoallow that Dolphin can be started like 'dolphin .' for showing the current directory...
Peter Penz [Wed, 16 May 2007 15:10:37 +0000 (15:10 +0000)]
allow that Dolphin can be started like 'dolphin .' for showing the current directory (patch submitted by Max Blazejak)

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

18 years agousing KShell::quoteArg() "might be" helpful ;-)
Peter Penz [Wed, 16 May 2007 15:01:41 +0000 (15:01 +0000)]
using KShell::quoteArg() "might be" helpful ;-)

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

18 years agoBetter choice of phrase: 'Categorized' -> 'Show in Groups'
Robert Knight [Wed, 16 May 2007 05:52:03 +0000 (05:52 +0000)]
Better choice of phrase: 'Categorized' -> 'Show in Groups'

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 16 May 2007 04:59:20 +0000 (04:59 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agouse the terminal interface correctly -> the path of the embedded konsole is synchroni...
Peter Penz [Tue, 15 May 2007 21:03:35 +0000 (21:03 +0000)]
use the terminal interface correctly -> the path of the embedded konsole is synchronized with the current directory

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

18 years agosome finetuning for the icons view:
Peter Penz [Tue, 15 May 2007 20:24:56 +0000 (20:24 +0000)]
some finetuning for the icons view:
- rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView
- assure that the grid spacing is respected
- decrease default text width
- allow having more than 1 text line doing a proper wrapping

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

18 years agoThe wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is assigned...
Peter Penz [Mon, 14 May 2007 22:46:01 +0000 (22:46 +0000)]
The wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is assigned to a QStyleOptionViewItem object later on (QStyleOptionViewItem AbstractItemView::viewOptions() const) -> enable the wrapping in the QListView itself.

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

18 years agoalthough the wrapping is enabled, eliding the text might be required -> don't specify...
Peter Penz [Mon, 14 May 2007 21:33:49 +0000 (21:33 +0000)]
although the wrapping is enabled, eliding the text might be required -> don't specify Qt::ElideNone

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

18 years agoTry not to set properties unless changed.
Sebastian Trueg [Mon, 14 May 2007 09:21:58 +0000 (09:21 +0000)]
Try not to set properties unless changed.

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

18 years agosome krazy fixes
Thorsten Roeder [Sun, 13 May 2007 17:47:20 +0000 (17:47 +0000)]
some krazy fixes

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 13 May 2007 06:01:08 +0000 (06:01 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agohover fix for the details mode: hovering should only be done on the name column,...
Peter Penz [Sat, 12 May 2007 13:41:31 +0000 (13:41 +0000)]
hover fix for the details mode: hovering should only be done on the name column, all other columns behave as viewport area

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

18 years agoprovide a hover information in the statusbar if the mouse cursor enters an item
Peter Penz [Sat, 12 May 2007 10:22:01 +0000 (10:22 +0000)]
provide a hover information in the statusbar if the mouse cursor enters an item

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

18 years agolayout improvements in the icons view:
Peter Penz [Thu, 10 May 2007 20:29:10 +0000 (20:29 +0000)]
layout improvements in the icons view:
* do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon)
* increase the height for the text area if an additional information like type, date, ... is shown

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

18 years agodon't lose the history of the URL navigator if the settings of the Icons View, Detail...
Peter Penz [Thu, 10 May 2007 18:27:32 +0000 (18:27 +0000)]
don't lose the history of the URL navigator if the settings of the Icons View, Details View or Columns View have been changed

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

18 years agoinclude cleanup
Dirk Mueller [Wed, 9 May 2007 22:23:52 +0000 (22:23 +0000)]
include cleanup

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

18 years agoPostpone the creating of the dir lister to the first show event. This assures that...
Peter Penz [Wed, 9 May 2007 05:59:25 +0000 (05:59 +0000)]
Postpone the creating of the dir lister to the first show event. This assures that no performance and memory overhead is given when the TreeView is not used at all.

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

18 years agoSVN_SILENT: some krazy spelling fixes mainly in comments
Thorsten Roeder [Tue, 8 May 2007 22:05:30 +0000 (22:05 +0000)]
SVN_SILENT: some krazy spelling fixes mainly in comments

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

18 years agoprevent loading items twice in the tree view
Peter Penz [Tue, 8 May 2007 21:52:09 +0000 (21:52 +0000)]
prevent loading items twice in the tree view

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

18 years agofix issue in column view that the wrong root directory is taken because of keeping...
Peter Penz [Tue, 8 May 2007 20:40:46 +0000 (20:40 +0000)]
fix issue in column view that the wrong root directory is taken because of keeping old directories in KDirLister

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

18 years agoCompile.
Luboš Luňák [Mon, 7 May 2007 15:10:51 +0000 (15:10 +0000)]
Compile.

svn path=/trunk/KDE/kdebase/libkonq/; revision=662159

18 years agoUse NFO to set file urls.
Sebastian Trueg [Mon, 7 May 2007 14:32:54 +0000 (14:32 +0000)]
Use NFO to set file urls.

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

18 years agoDon't rely on konsole sources.
David Faure [Mon, 7 May 2007 12:01:37 +0000 (12:01 +0000)]
Don't rely on konsole sources.
If compilation fails, update and install kdelibs/interfaces/terminal

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

18 years agoAdapt to new konsole api
Laurent Montel [Mon, 7 May 2007 07:27:26 +0000 (07:27 +0000)]
Adapt to new konsole api

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

18 years agosynchronize embedded terminal with the current directory
Peter Penz [Mon, 7 May 2007 05:33:49 +0000 (05:33 +0000)]
synchronize embedded terminal with the current directory

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

18 years agodon't use '/' as shortcut for filtering, this conflicts with the usage of the embedde...
Peter Penz [Mon, 7 May 2007 05:33:20 +0000 (05:33 +0000)]
don't use '/' as shortcut for filtering, this conflicts with the usage of the embedded terminal

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

18 years agominor adjustments for working together with Max after the BIC Monday...
Peter Penz [Sun, 6 May 2007 22:09:04 +0000 (22:09 +0000)]
minor adjustments for working together with Max after the BIC Monday...

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

18 years agoInitial step for showing the terminal embedded inside Dolphin instead of opening...
Peter Penz [Sun, 6 May 2007 21:50:24 +0000 (21:50 +0000)]
Initial step for showing the terminal embedded inside Dolphin instead of opening a separate window. This allows to synchronize the current directory of the terminal with the shown directory in Dolphin.

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

18 years agooptimization: don't load the directory tree if the widget is invisible
Peter Penz [Sun, 6 May 2007 20:47:15 +0000 (20:47 +0000)]
optimization: don't load the directory tree if the widget is invisible

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

18 years agooptimization: don't try to show the meta information if the widget is invisible
Peter Penz [Sun, 6 May 2007 20:46:01 +0000 (20:46 +0000)]
optimization: don't try to show the meta information if the widget is invisible

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

18 years agocoding style cleanup: fix wrong indenting of members in constructor
Peter Penz [Sun, 6 May 2007 17:41:49 +0000 (17:41 +0000)]
coding style cleanup: fix wrong indenting of members in constructor

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

18 years agosome cleanups for the sidebar pages (move protected members to private section etc.)
Peter Penz [Sun, 6 May 2007 17:25:50 +0000 (17:25 +0000)]
some cleanups for the sidebar pages (move protected members to private section etc.)

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

18 years agorevert last commit, it leads to the uncommon behavior that the last state of the...
Peter Penz [Sat, 5 May 2007 21:02:04 +0000 (21:02 +0000)]
revert last commit,  it leads to the uncommon behavior that the last state of the settings dialog is remembered (grmpf - I should do more testing... ;-))

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

18 years agolet the settings dialog be a singleton (thanks to Max Blazejak for the patch!)
Peter Penz [Sat, 5 May 2007 20:53:14 +0000 (20:53 +0000)]
let the settings dialog be a singleton (thanks to Max Blazejak for the patch!)

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

18 years agooptimize
Peter Penz [Thu, 3 May 2007 06:02:44 +0000 (06:02 +0000)]
optimize

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

18 years agolet the information sidebar react on selection changes
Peter Penz [Thu, 3 May 2007 05:52:54 +0000 (05:52 +0000)]
let the information sidebar react on selection changes

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

18 years agoallow to specify a transition type
Peter Penz [Thu, 3 May 2007 05:52:11 +0000 (05:52 +0000)]
allow to specify a transition type

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

18 years agoinitial step for cleaning up the information sidebar: get rid of service actions...
Peter Penz [Thu, 3 May 2007 05:09:18 +0000 (05:09 +0000)]
initial step for cleaning up the information sidebar: get rid of service actions, just let the information sidebar be a place for metadata (nepomuk)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 3 May 2007 05:02:42 +0000 (05:02 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agorespect global singleclick-/doubleclick-setting
Peter Penz [Thu, 3 May 2007 04:59:06 +0000 (04:59 +0000)]
respect global singleclick-/doubleclick-setting

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

18 years agomore cleanup
Dirk Mueller [Wed, 2 May 2007 14:50:04 +0000 (14:50 +0000)]
more cleanup

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

18 years agoIf it's not always compiled, then we need to check it before we add it to the link...
David Faure [Wed, 2 May 2007 10:02:19 +0000 (10:02 +0000)]
If it's not always compiled, then we need to check it before we add it to the link line...

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

18 years agoOh. It's in kdelibs, but it's not always compiled. Revert.
David Faure [Wed, 2 May 2007 10:00:16 +0000 (10:00 +0000)]
Oh. It's in kdelibs, but it's not always compiled. Revert.
  (and moved checks to the right place)

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

18 years agokmetadata is in kdelibs now
David Faure [Wed, 2 May 2007 09:52:26 +0000 (09:52 +0000)]
kmetadata is in kdelibs now

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 2 May 2007 05:15:33 +0000 (05:15 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agodon't connect each sidebar page with all available signals per default
Peter Penz [Wed, 2 May 2007 05:15:03 +0000 (05:15 +0000)]
don't connect each sidebar page with all available signals per default

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

18 years ago* Added KMetaData cmake check
Sebastian Trueg [Tue, 1 May 2007 15:18:07 +0000 (15:18 +0000)]
* Added KMetaData cmake check
* Fixed Dolphin+KMetaData compilation
* Moved knepomuk tests into kdebase

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

18 years agomake it compile again.
Sebastian Trueg [Tue, 1 May 2007 15:10:43 +0000 (15:10 +0000)]
make it compile again.

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

18 years agoRespect global single/double click setting for the icons- and details view (thanks...
Peter Penz [Tue, 1 May 2007 09:12:24 +0000 (09:12 +0000)]
Respect global single/double click setting for the icons- and details view (thanks to Sam Abed for the patch!). PS: I did not introduce an executed()-signal in KListView, as:

* In general we want to avoid having Kxxx-view classes for existing Qxxx-view classes like this was the case in KDE3. Qt4 allows us to use custom models + delegates and hence there should be no need to introduce KListView, KTreeView or KColumnView.

* It looks like KListView will be renamed to KCategoryView and it's open yet whether it it will be available outside the scope of a file manager for KDE 4.0.

* The details view is derived from QTreeView and the columns view is derived from QColumnView -> adjusting KListView won't help here :-)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 1 May 2007 06:45:54 +0000 (06:45 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=659948

18 years agoKDiskFreeSp -> KDiskFreeSpace
David Faure [Mon, 30 Apr 2007 20:22:25 +0000 (20:22 +0000)]
KDiskFreeSp -> KDiskFreeSpace
Port away from deprecated KIO::findPathMountPoint

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

18 years agoReplaced File with KMetaData::Resource for the time being.
Sebastian Trueg [Mon, 30 Apr 2007 17:09:24 +0000 (17:09 +0000)]
Replaced File with KMetaData::Resource for the time being.
Once we have the proper ontology I will change it back.

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

18 years agoa bit ugly, but the migration to QList<KFileItem> has to be incremental...
David Faure [Mon, 30 Apr 2007 11:29:12 +0000 (11:29 +0000)]
a bit ugly, but the migration to QList<KFileItem> has to be incremental...

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

18 years agoPreviewJob API change (KFileItems by value)
David Faure [Mon, 30 Apr 2007 08:31:55 +0000 (08:31 +0000)]
PreviewJob API change (KFileItems by value)

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

18 years agocleanup
Dirk Mueller [Sat, 28 Apr 2007 22:01:28 +0000 (22:01 +0000)]
cleanup

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 27 Apr 2007 04:57:44 +0000 (04:57 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 23 Apr 2007 05:35:29 +0000 (05:35 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=657060

18 years agoreactivated info sidebar again and temporary removed the code which resets the URL...
Peter Penz [Sun, 22 Apr 2007 21:27:40 +0000 (21:27 +0000)]
reactivated info sidebar again and temporary removed the code which resets the URL after starting Dolphin

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

18 years agoallow sorting by type
Peter Penz [Sun, 22 Apr 2007 21:04:46 +0000 (21:04 +0000)]
allow sorting by type

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

18 years agoheaders of a private library should not be installed
Pino Toscano [Sun, 22 Apr 2007 16:01:07 +0000 (16:01 +0000)]
headers of a private library should not be installed

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

18 years agoRemove not necessary include
Laurent Montel [Sun, 22 Apr 2007 11:14:24 +0000 (11:14 +0000)]
Remove not necessary include

svn path=/trunk/KDE/kdebase/nsplugins/; revision=656776

18 years agoSVN_SILENT i18n style guide fixes
Stephan Binner [Thu, 19 Apr 2007 05:00:52 +0000 (05:00 +0000)]
SVN_SILENT i18n style guide fixes

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 17 Apr 2007 05:21:55 +0000 (05:21 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/konqueror/; revision=654844

18 years agofixed dangerous usage of a const reference as member
Peter Penz [Mon, 16 Apr 2007 21:53:10 +0000 (21:53 +0000)]
fixed dangerous usage of a const reference as member

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

18 years agofixed icon names
Peter Penz [Mon, 16 Apr 2007 21:37:09 +0000 (21:37 +0000)]
fixed icon names

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

18 years agouse the smooth transformation mode for scaling
Peter Penz [Mon, 16 Apr 2007 21:30:49 +0000 (21:30 +0000)]
use the smooth transformation mode for scaling

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

18 years agoresize the pixmap in a smooth way instead of using a blending effect
Peter Penz [Mon, 16 Apr 2007 21:17:48 +0000 (21:17 +0000)]
resize the pixmap in a smooth way instead of using a blending effect

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

18 years agoMerging branches/work/kmainwindow-decoupling-branch from Kevin and me which
Simon Hausmann [Mon, 16 Apr 2007 20:44:36 +0000 (20:44 +0000)]
Merging branches/work/kmainwindow-decoupling-branch from Kevin and me which
separates the xmlgui stuff from KMainWindow

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

18 years agowhen switching from the column view to the details- or icons-view it makes sense...
Peter Penz [Mon, 16 Apr 2007 20:19:05 +0000 (20:19 +0000)]
when switching from the column view to the details- or icons-view it makes sense to adjust the URL automatically to the root URL of the column view

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

18 years agouse new "column view" icon (thanks to David Vignoni)
Peter Penz [Mon, 16 Apr 2007 20:08:09 +0000 (20:08 +0000)]
use new "column view" icon (thanks to David Vignoni)

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

18 years agoshow column mode in viewport context menu (thanks to Thomas Georgiou for the patch)
Peter Penz [Mon, 16 Apr 2007 20:01:19 +0000 (20:01 +0000)]
show column mode in viewport context menu (thanks to Thomas Georgiou for the patch)

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

18 years agofix coding style to match with http://techbase.kde.org/Policies/Kdelibs_Coding_Style
Peter Penz [Mon, 16 Apr 2007 19:47:40 +0000 (19:47 +0000)]
fix coding style to match with http://techbase.kde.org/Policies/Kdelibs_Coding_Style

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

18 years agoAdd fade transition between file icon/preview changes in the sidebar.
Robert Knight [Mon, 16 Apr 2007 15:38:03 +0000 (15:38 +0000)]
Add fade transition between file icon/preview changes in the sidebar.

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 16 Apr 2007 05:08:30 +0000 (05:08 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoselect the decoration per default
Peter Penz [Sat, 14 Apr 2007 21:37:29 +0000 (21:37 +0000)]
select the decoration per default

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

18 years agooptimization: don't reload the view if not absolutely necessary
Peter Penz [Sat, 14 Apr 2007 20:45:22 +0000 (20:45 +0000)]
optimization: don't reload the view if not absolutely necessary

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

18 years agoups - did not want to commit the kDebug() line...
Peter Penz [Sat, 14 Apr 2007 20:34:18 +0000 (20:34 +0000)]
ups - did not want to commit the kDebug() line...

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

18 years agooptimization: no reloading necessary if preview has been turned on/off
Peter Penz [Sat, 14 Apr 2007 20:32:51 +0000 (20:32 +0000)]
optimization: no reloading necessary if preview has been turned on/off

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

18 years agofix possible crash if the base URL is empty
Peter Penz [Sat, 14 Apr 2007 20:21:30 +0000 (20:21 +0000)]
fix possible crash if the base URL is empty

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

18 years agoRevert last commit and exchange it by a more straight forward solution: just check...
Peter Penz [Sat, 14 Apr 2007 20:01:47 +0000 (20:01 +0000)]
Revert last commit and exchange it by a more straight forward solution: just check the URL of the file item to find out whether the item is still part of the model. By this there is no need of keeping tracks for ongoing preview jobs.

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

18 years agoassure that the preview job gets killed when the directory has been changed
Peter Penz [Sat, 14 Apr 2007 18:57:18 +0000 (18:57 +0000)]
assure that the preview job gets killed when the directory has been changed

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

18 years agofixed regression resulted by "reload" patch: toggling the preview did not work anymor...
Peter Penz [Sat, 14 Apr 2007 17:55:06 +0000 (17:55 +0000)]
fixed regression resulted by "reload" patch: toggling the preview did not work anymore -> save the view properties immediately

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