]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
18 years agoallow to show/hide the menubar
Peter Penz [Sun, 18 Nov 2007 14:37:57 +0000 (14:37 +0000)]
allow to show/hide the menubar

BUG: 152463

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

18 years agoRevert last fix, otherwise context menus on viewport don't work anymore. I'll try...
Peter Penz [Sun, 18 Nov 2007 14:22:36 +0000 (14:22 +0000)]
Revert last fix, otherwise context menus on viewport don't work anymore. I'll try to find a clean patch later...

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

18 years agoCheck whether the shift key is pressed when the "Move to Trash" action is executed...
Peter Penz [Sun, 18 Nov 2007 13:33:16 +0000 (13:33 +0000)]
Check whether the shift key is pressed when the "Move to Trash" action is executed. If this is the case, perform the "Delete" action instead (-> works like in Konqi now, thanks to David for the hint)

CCMAIL: faure@kde.org

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

18 years agofix crash for the following use case:
Peter Penz [Sun, 18 Nov 2007 13:24:43 +0000 (13:24 +0000)]
fix crash for the following use case:
- open a view with no selection
- press SHIFT + right mouse-click on an item
- a context menu will be opened although no item has been selected -> assertion gets triggered later

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

18 years agoMoved popupmenu logic for trash+del to dolphinpart
David Faure [Sat, 17 Nov 2007 00:53:45 +0000 (00:53 +0000)]
Moved popupmenu logic for trash+del to dolphinpart

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

18 years agoFix "delete" and "move to trash" actions in dolphinpart; moved all logic for those...
David Faure [Sat, 17 Nov 2007 00:08:54 +0000 (00:08 +0000)]
Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for those out of konqueror.
Inside dolphin, the usual: moving code to DolphinView.
Pressing shift while clicking on "Move to Trash" in konq (dolphinpart) offers to delete, as in kde3 (this bit of logic might be good for dolphin itself too? see DolphinPart::slotTrashActivated)
CCMAIL: peter.penz@gmx.at

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

18 years agoSVN_SILENT: make code more readable
Peter Penz [Thu, 15 Nov 2007 22:33:31 +0000 (22:33 +0000)]
SVN_SILENT: make code more readable

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

18 years agoDocPath => X-DocPath
Allen Winter [Thu, 15 Nov 2007 22:33:12 +0000 (22:33 +0000)]
DocPath => X-DocPath
ServiceTypes => X-KDE-ServiceTypes
Keywords => X-KDE-Keywords

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

18 years agoBypass a layout issue in QListView::visualRect(), where the horizontal position of...
Peter Penz [Thu, 15 Nov 2007 22:20:40 +0000 (22:20 +0000)]
Bypass a layout issue in QListView::visualRect(), where the horizontal position of items might get calculated in a wrong manner when the item name is too long. I'll try create a patch for Qt but as Dolphin must also work with Qt 4.3.0 this workaround must get applied at least for KDE 4.0.

BUG: 152293

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

18 years agodon't add 2 separators inside a 3 item-menu...
Peter Penz [Thu, 15 Nov 2007 20:41:25 +0000 (20:41 +0000)]
don't add 2 separators inside a 3 item-menu...

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

18 years agoImplement cut/copy/paste in dolphinpart.
David Faure [Thu, 15 Nov 2007 20:04:05 +0000 (20:04 +0000)]
Implement cut/copy/paste in dolphinpart.
Had to move more code to DolphinView, to use it from the part.

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

18 years agoprovide a better size hint for the default configuration
Peter Penz [Thu, 15 Nov 2007 19:59:08 +0000 (19:59 +0000)]
provide a better size hint for the default configuration

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

18 years agofix crash when pressing F2 on startup
David Faure [Thu, 15 Nov 2007 17:16:17 +0000 (17:16 +0000)]
fix crash when pressing F2 on startup
enable undo

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

18 years agoImplement renaming in dolphinpart.
David Faure [Thu, 15 Nov 2007 14:59:02 +0000 (14:59 +0000)]
Implement renaming in dolphinpart.
No more rename action provided by konqueror, the part provides it now.
Had to move a bit of code around in dolphin, as discussed with Peter.

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

18 years agoKonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in konqueror,
David Faure [Thu, 15 Nov 2007 10:10:42 +0000 (10:10 +0000)]
KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in konqueror,
Taking this opportunity for filename==classname and a .cpp extension, as well.

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

18 years agoFixes the small problem:
Rafael Fernández López [Wed, 14 Nov 2007 21:57:31 +0000 (21:57 +0000)]
Fixes the small problem:

* Left to Right arrangement
* Elements enough to be needed an horizontal scroll bar with categorized view disabled
* Enable categorized view
* Horizontal scrollbar still visible

Now it is hidden, because the way KCategorizedView shows items is not needed.

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

18 years agoFix the other bug reported by BCoppens: the tab title was the full path, until switch...
David Faure [Sun, 11 Nov 2007 21:03:59 +0000 (21:03 +0000)]
Fix the other bug reported by BCoppens: the tab title was the full path, until switching tabs and back, then it changed to just the dir name (as it should be, in fact).
The logic in KonqView::setCaption was being confused by the part url still being empty; let's do things in the right order here.
+ .rc cleanups

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 11 Nov 2007 08:03:05 +0000 (08:03 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoicon renaming:
Pino Toscano [Sat, 10 Nov 2007 16:26:33 +0000 (16:26 +0000)]
icon renaming:
- exec -> system-run

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

18 years agoremove unnecessary forward declaration
André Wöbbeking [Sat, 10 Nov 2007 15:47:39 +0000 (15:47 +0000)]
remove unnecessary forward declaration

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 9 Nov 2007 07:51:58 +0000 (07:51 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoReverted changes made earlier today - and I added the workaround in the root file...
Patrick Spendrin [Thu, 8 Nov 2007 23:47:57 +0000 (23:47 +0000)]
Reverted changes made earlier today - and I added the workaround in the root file as described in kde-buildsystem - please tell me again if this should go somewhere else 3/3

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

18 years agominor layout optimizations for the icons view
Peter Penz [Thu, 8 Nov 2007 18:15:09 +0000 (18:15 +0000)]
minor layout optimizations for the icons view

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

18 years agochanging install locations of dll's to bin
Patrick Spendrin [Thu, 8 Nov 2007 15:19:33 +0000 (15:19 +0000)]
changing install locations of dll's to bin

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

18 years agoFix parentless dialogs
Craig Drummond [Thu, 8 Nov 2007 13:29:44 +0000 (13:29 +0000)]
Fix parentless dialogs

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 8 Nov 2007 09:15:10 +0000 (09:15 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agouse only 1 textline as default for the icons view
Peter Penz [Wed, 7 Nov 2007 23:12:12 +0000 (23:12 +0000)]
use only 1 textline as default for the icons view

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

18 years agoFixed performance issue in the details-view when showing > 10000 items:
Peter Penz [Wed, 7 Nov 2007 22:55:15 +0000 (22:55 +0000)]
Fixed performance issue in the details-view when showing > 10000 items:
* Resizing the columns takes around 250 ms instead of 2 seconds.
* Opening 10000 items from the disk cache takes 3 seconds instead of 20 seconds.

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

18 years agouse a smaller font for the meta information of the information sidebar
Peter Penz [Wed, 7 Nov 2007 21:06:37 +0000 (21:06 +0000)]
use a smaller font for the meta information of the information sidebar

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

18 years agoshowColumn() does not need to be a slot
Peter Penz [Wed, 7 Nov 2007 20:10:13 +0000 (20:10 +0000)]
showColumn() does not need to be a slot

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

18 years agoSVN_SILENT: add line break
Peter Penz [Wed, 7 Nov 2007 20:09:46 +0000 (20:09 +0000)]
SVN_SILENT: add line break

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

18 years agoHave "Add to Places" in the context menu for the trash too.
Kevin Ottens [Tue, 6 Nov 2007 17:09:00 +0000 (17:09 +0000)]
Have "Add to Places" in the context menu for the trash too.

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

18 years agoupdate to previous commit: reset bool member correctly
Peter Penz [Tue, 6 Nov 2007 07:26:02 +0000 (07:26 +0000)]
update to previous commit: reset bool member correctly

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

18 years agoWhen switching from e. g. the icons view to the details view, additional information...
Peter Penz [Tue, 6 Nov 2007 07:16:23 +0000 (07:16 +0000)]
When switching from e. g. the icons view to the details view, additional information properties like 'Size' and 'Date' are added as default (showing a details-view without details does not make sense as default setting...). This fix assures that the additional information properties are removed again when switching back to the icons view. Only if the user modified the additional information properties by a GUI-interaction (e. g. by adding a 'Type'), this information is persistet also when switching back to the icon-view.

BUG: 151891

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

18 years agouse an icon even when launched manually. okular uses the same
Stefan Monov [Mon, 5 Nov 2007 16:49:24 +0000 (16:49 +0000)]
use an icon even when launched manually. okular uses the same
workaround.

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 5 Nov 2007 08:12:32 +0000 (08:12 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoReplace file-find icon by edit-find
Fathi Boudra [Sun, 4 Nov 2007 21:54:49 +0000 (21:54 +0000)]
Replace file-find icon by edit-find

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

18 years agoKrushDays-fix: fixed issue that F6 does not apply the focus to the URL navigator...
Peter Penz [Sun, 4 Nov 2007 18:50:22 +0000 (18:50 +0000)]
KrushDays-fix: fixed issue that F6 does not apply the focus to the URL navigator when the navigator is already in the editable mode

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

18 years agoFix the conflict between cut and delete shortcuts
Andreas Pakulat [Fri, 2 Nov 2007 20:50:05 +0000 (20:50 +0000)]
Fix the conflict between cut and delete shortcuts
BUG:151601

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

18 years agofixed issue that the "Ask for confirmation when moving files or folders to trash...
Peter Penz [Thu, 1 Nov 2007 22:09:48 +0000 (22:09 +0000)]
fixed issue that the "Ask for confirmation when moving files or folders to trash"-setting is ignored

CCMAIL: ereslibre@kde.org

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

18 years agoFix crash caused by unchecked pointer access
Andreas Ramm [Thu, 1 Nov 2007 03:22:50 +0000 (03:22 +0000)]
Fix crash caused by unchecked pointer access

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

18 years agoremember the window size of the IconSizeDialog
Peter Penz [Tue, 30 Oct 2007 20:56:40 +0000 (20:56 +0000)]
remember the window size of the IconSizeDialog

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

18 years agoSVN_SILENT remove blank lines
Peter Penz [Tue, 30 Oct 2007 20:53:52 +0000 (20:53 +0000)]
SVN_SILENT remove blank lines

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

18 years agoallow to configure the additional information of the view inside the viewproperties...
Peter Penz [Tue, 30 Oct 2007 20:52:03 +0000 (20:52 +0000)]
allow to configure the additional information of the view inside the viewproperties dialog

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

18 years ago* fixed drag & drop issue in column view (dropping on files was not possible -> handl...
Peter Penz [Tue, 30 Oct 2007 19:44:55 +0000 (19:44 +0000)]
* fixed drag & drop issue in column view (dropping on files was not possible -> handled as viewport now)
* only show the hover-drop-indicator on directories (dropping on file-items is handled like dropping on the viewport)
* simplified signature of drop signal (source widget not required anymore)

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

18 years agoResults of setShortcut() auditing (QAction::setShortcut() gets called without this...
Hamish Rodda [Mon, 29 Oct 2007 11:03:37 +0000 (11:03 +0000)]
Results of setShortcut() auditing (QAction::setShortcut() gets called without this patch)

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

18 years agobuild with -pedantic
Volker Krause [Mon, 29 Oct 2007 10:36:31 +0000 (10:36 +0000)]
build with -pedantic

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

18 years agoIcon naming spec compliance (code changes):
Jakob Petsovits [Mon, 29 Oct 2007 08:35:29 +0000 (08:35 +0000)]
Icon naming spec compliance (code changes):
bookmark-folder -> folder-bookmarks
goto-page -> go-jump
www -> insert-link (doesn't yet exist in Oxygen)

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

18 years agoSimplify DolphinController: don't remember the show-preview state in the controller...
Peter Penz [Fri, 26 Oct 2007 19:02:33 +0000 (19:02 +0000)]
Simplify DolphinController: don't remember the show-preview state in the controller and add an unnecessary additional signal; instead just read the state from the DolphinView

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

18 years agoSimplify the DolphinController: The "show hidden files" state can be retrieved by...
Peter Penz [Fri, 26 Oct 2007 18:34:45 +0000 (18:34 +0000)]
Simplify the DolphinController: The "show hidden files" state can be retrieved by the DolphinView, there is no need introducing additional signals + states. Further cleanups will follow...

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

18 years agodrop the %m option of dolphin.desktop
Peter Penz [Fri, 26 Oct 2007 18:12:28 +0000 (18:12 +0000)]
drop the %m option of dolphin.desktop

BUG: 151313

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

18 years agoupdated documentation
Peter Penz [Fri, 26 Oct 2007 18:08:20 +0000 (18:08 +0000)]
updated documentation

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

18 years agodue to the recent tagging freeze this commit contains several fixes in one:
Peter Penz [Fri, 26 Oct 2007 17:36:16 +0000 (17:36 +0000)]
due to the recent tagging freeze this commit contains several fixes in one:

* the filterbar now also filters directories (works also in the column-view :-))

* The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed

* Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available.

* Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file.

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

18 years ago* don't show a horizontal scrollbar in the places panel
Peter Penz [Wed, 24 Oct 2007 20:28:28 +0000 (20:28 +0000)]
* don't show a horizontal scrollbar in the places panel
* minor coding style update: replace 'listView' by 'placesView'

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

18 years agoKConfig* API overhaul. only cosmetics, so don't panic.
Oswald Buddenhagen [Wed, 24 Oct 2007 13:08:37 +0000 (13:08 +0000)]
KConfig* API overhaul. only cosmetics, so don't panic.

KConfigBase:
- remove separator argument from list entry reading/writing functions
- introduce {read,write}XdgListEntry()
- kill readPathListEntry(), add readPathEntry() overload
  instead. the default value is not optional any more, as it defines the
  return type. this is consistent with the readEntry() functions.
- rename clean() => markAsClean(), remove rollback()
- rename ConfigState => AccessMode, getConfigState() => accessMode()
- rename {entry,group}IsImmutable() => is{Entry,Group}Immutable()
- remove NLS alias to Localized

KConfig:
- remove setGroup() & group()
- reshuffle OpenFlag enum, introduce NoCascade for symmetry
- remove setExtraConfigFiles() alias to addConfigSources()

KConfigGroup:
- inherit KConfigBase::deleteGroup() overloads
- make convertToQVariant() private, it will probably change somehow

- KConfig & KConfigGroup: deprecate entryMap()
- remove bogus declarations: KConfigGroup::setReadDefaults(),
  KConfig::readEntryUntranslated()
- apidox
- reshuffle the declarations in the headers

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 24 Oct 2007 06:40:20 +0000 (06:40 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoremoved obsolete code: don't connect to nonexisting slots (thanks to Albert for...
Peter Penz [Wed, 24 Oct 2007 05:35:23 +0000 (05:35 +0000)]
removed obsolete code:  don't connect to nonexisting slots (thanks to Albert for pointing this out)

CCMAIL: aacid@kde.org

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

18 years agoFixed issue that within Konqueror changing the active column from the column-view...
Peter Penz [Tue, 23 Oct 2007 07:10:51 +0000 (07:10 +0000)]
Fixed issue that within Konqueror changing the active column from the column-view is ignored. From the hosts point of view this has to be handled like an URL change.

CCMAIL: faure@kde.org

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

18 years agoSVN_SILENT: clean up from previous commit (would be nice to remember to save ;-)...
Matthew Woehlke [Mon, 22 Oct 2007 17:37:56 +0000 (17:37 +0000)]
SVN_SILENT: clean up from previous commit (would be nice to remember to save ;-)); this just removes commented-out code and adds a "what's going on" comment

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

18 years agouse NegativeBackground instead of yellow for alerts, don't change the foreground...
Matthew Woehlke [Mon, 22 Oct 2007 17:30:53 +0000 (17:30 +0000)]
use NegativeBackground instead of yellow for alerts, don't change the foreground (not necessary, would break with some color schemes)

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

18 years agoicon renamings:
Pino Toscano [Mon, 22 Oct 2007 15:58:52 +0000 (15:58 +0000)]
icon renamings:
- emptytrash -> trash-empty
- edit-trash -> user-trash

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

18 years agoReverts commit 726516. We have to report the URL changed to the outside
Kevin Ottens [Sat, 20 Oct 2007 17:05:16 +0000 (17:05 +0000)]
Reverts commit 726516. We have to report the URL changed to the outside
so that panels can react to the change correctly.

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 19 Oct 2007 06:33:28 +0000 (06:33 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoOn the Information panel the further information such as "Date", "Size", "Type" was...
Rafael Fernández López [Wed, 17 Oct 2007 22:16:31 +0000 (22:16 +0000)]
On the Information panel the further information such as "Date", "Size", "Type" was being cut off if it was being shrinked. That shouldn't happen. This prevents this
information to be hidden or cut off, and so this is always shown.

Albert: I also solved the previous bug you reported (places view not showing selected items at the first click) on a different commit

CCMAIL: peter.penz@gmx.at
CCMAIL: aacid@kde.org

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

18 years agoThis fixes the problem that when you click the first time on a place
Rafael Fernández López [Wed, 17 Oct 2007 21:58:52 +0000 (21:58 +0000)]
This fixes the problem that when you click the first time on a place
bookmarked it is not shown as selected, but if you click the second time
it is. Now this is fixed.

CCMAIL: peter.penz@gmx.at

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

18 years agopolish look of column view:
Peter Penz [Tue, 16 Oct 2007 22:24:52 +0000 (22:24 +0000)]
polish look of column view:
- don't show a focused border above all columns
- provide a small gap between the columns
- assure that the background of inactive columns works well with more complex styles like Oxygen

CCMAIL: cbr@boemann.dk

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

18 years agolayout cleanups for the statusbar
Peter Penz [Tue, 16 Oct 2007 21:09:57 +0000 (21:09 +0000)]
layout cleanups for the statusbar

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 16 Oct 2007 06:15:12 +0000 (06:15 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoprevent flickering of status bar when changing between directories
Peter Penz [Mon, 15 Oct 2007 16:51:23 +0000 (16:51 +0000)]
prevent flickering of status bar when changing between directories

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

18 years agominor cleanups
Peter Penz [Mon, 15 Oct 2007 16:23:51 +0000 (16:23 +0000)]
minor cleanups

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

18 years agoUse a progress bar with custom text for showing the free disk space, otherwise the...
Peter Penz [Mon, 15 Oct 2007 15:59:57 +0000 (15:59 +0000)]
Use a progress bar with custom text for showing the free disk space, otherwise the custom widget just does not fit well into styles like Oxygen.

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

18 years agouse KGlobal::config() instead of parsing kdeglobals each time (thanks to David for...
Peter Penz [Mon, 15 Oct 2007 14:34:12 +0000 (14:34 +0000)]
use KGlobal::config() instead of parsing kdeglobals each time (thanks to David for the hint!)

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

18 years agoTake also in count if the rowcount was changed. Then everything needs to be recached...
Rafael Fernández López [Sun, 14 Oct 2007 23:45:28 +0000 (23:45 +0000)]
Take also in count if the rowcount was changed. Then everything needs to be recached again

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

18 years agoIf we are out of the screen and we will be, why keep asking when we know that no...
Rafael Fernández López [Sun, 14 Oct 2007 23:01:35 +0000 (23:01 +0000)]
If we are out of the screen and we will be, why keep asking when we know that no category will intersect from now with the viewport

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

18 years agoThe sorting on dolphinview is no more needed, it is done automatically by KCategorize...
Rafael Fernández López [Sun, 14 Oct 2007 22:51:02 +0000 (22:51 +0000)]
The sorting on dolphinview is no more needed, it is done automatically by KCategorizedSortFilterProxyModel when setCategorizedModel is changed.

Bug fixed for the categorized view: Details => Icons (with no categories) => Categorized was resulting in no items in the view or all items in the same position

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

18 years agominor layout fix
Peter Penz [Sat, 13 Oct 2007 22:42:44 +0000 (22:42 +0000)]
minor layout fix

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

18 years agoallow to configure whether file thumbnails should be embedded for the file preview...
Peter Penz [Sat, 13 Oct 2007 22:31:05 +0000 (22:31 +0000)]
allow to configure whether file thumbnails should be embedded for the file preview (on per default)

BUG: 150028

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

18 years agoFixed issue that the "Show 'Delete' command in context menu" setting is not remembere...
Peter Penz [Sat, 13 Oct 2007 22:00:56 +0000 (22:00 +0000)]
Fixed issue that the "Show 'Delete' command in context menu" setting is not remembered anymore.

CCMAIL: ereslibre@kde.org
BUG: 150783

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

18 years agomove reading of global settings also into GeneralSettingsPage::loadSettings()
Peter Penz [Sat, 13 Oct 2007 21:46:10 +0000 (21:46 +0000)]
move reading of global settings also into GeneralSettingsPage::loadSettings()

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

18 years agoIf grid size is changed, update correctly items position
Rafael Fernández López [Sat, 13 Oct 2007 14:07:46 +0000 (14:07 +0000)]
If grid size is changed, update correctly items position

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

18 years agoIf the categorizing has been enabled/disabled we need to update the scrollbar in...
Rafael Fernández López [Sat, 13 Oct 2007 03:12:38 +0000 (03:12 +0000)]
If the categorizing has been enabled/disabled we need to update the scrollbar in certain conditions

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

18 years agoOne loop instead of two is enough
Rafael Fernández López [Sat, 13 Oct 2007 02:54:11 +0000 (02:54 +0000)]
One loop instead of two is enough

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

18 years agoWith latest code at slotLayoutChanged is not more necessary
Rafael Fernández López [Sat, 13 Oct 2007 02:15:01 +0000 (02:15 +0000)]
With latest code at slotLayoutChanged is not more necessary
slotLayoutAboutToBeChanged. Reacts as it should when removing items

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

18 years agoEven better...
Rafael Fernández López [Fri, 12 Oct 2007 15:41:04 +0000 (15:41 +0000)]
Even better...

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

18 years agoThis makes the categorized view amazingly fast in directories with a huge number...
Rafael Fernández López [Fri, 12 Oct 2007 15:36:29 +0000 (15:36 +0000)]
This makes the categorized view amazingly fast in directories with a huge number of files (tested with a folder with 10000 files here)

CCMAIL: peter.penz@gmx.at

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

18 years agoDolphinPart: provide a way to switch between view modes in konqueror.
David Faure [Wed, 10 Oct 2007 23:01:35 +0000 (23:01 +0000)]
DolphinPart: provide a way to switch between view modes in konqueror.
Factorized those actions between dolphinmainwindow and dolphinpart (see new methods in dolphinview), and simplified mainwindow code by using the signal from the action group and the QVariant data of the actions (standard Qt4 solution for a group of actions).

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

18 years agoAllow filtering of items also for the column view. A filtering of directories is...
Peter Penz [Tue, 9 Oct 2007 22:32:54 +0000 (22:32 +0000)]
Allow filtering of items also for the column view. A filtering of directories is not done yet, but with the latest updates of the column view this could be added now (but it's more a question whether we really want this...).

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

18 years agocolumn view fixes:
Peter Penz [Tue, 9 Oct 2007 21:10:17 +0000 (21:10 +0000)]
column view fixes:
* assure that the history does not get messed up when changing the focus to an existing column
* fix issue that the status bar does not get updated when the focus is changed between the columns

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

18 years agoremove unused member
Peter Penz [Tue, 9 Oct 2007 18:04:02 +0000 (18:04 +0000)]
remove unused member

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

18 years agoremove unused PNG image (relict from KDE3 version of Dolphin)
Peter Penz [Tue, 9 Oct 2007 16:20:53 +0000 (16:20 +0000)]
remove unused PNG image (relict from KDE3 version of Dolphin)

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

18 years agoremove Dolphin specific service menus, Konqueror and Dolphin use now the same service...
Peter Penz [Tue, 9 Oct 2007 16:19:12 +0000 (16:19 +0000)]
remove Dolphin specific service menus, Konqueror and Dolphin use now the same service menus (thanks to David!)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 8 Oct 2007 06:40:33 +0000 (06:40 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoExtracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and used...
David Faure [Sun, 7 Oct 2007 21:12:46 +0000 (21:12 +0000)]
Extracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and used it from both KonqPopupMenu and DolphinContextMenu.
 This isn't the port-to-ktrader yet, this will come later, but at least the code is factorized and the impl can be changed without affecting the dolphin+konqpopupmenu code
Should I also implement the "Open With..." actions in KonqMenuActions? Seems like another bit of similar code duplicated.
CCMAIL: peter.penz@gmx.at, aseigo@kde.org

Removed KonqBookmarkManager (was a two-liner call to KBookmarkManager)

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

18 years ago* assure that the columns of the colum-view get dimmed if the colum-view is inactive
Peter Penz [Sun, 7 Oct 2007 10:53:33 +0000 (10:53 +0000)]
* assure that the columns of the colum-view get dimmed if the colum-view is inactive
* updated documentation of DolphinController + minor cleanups

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

18 years agodon't use the directory lister directly
Peter Penz [Sat, 6 Oct 2007 18:10:26 +0000 (18:10 +0000)]
don't use the directory lister directly

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

18 years agoremove unneeded code
Peter Penz [Sat, 6 Oct 2007 18:02:29 +0000 (18:02 +0000)]
remove unneeded code

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 6 Oct 2007 07:33:36 +0000 (07:33 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agofix issues when the split view is active and the inactive column view gets selected...
Peter Penz [Fri, 5 Oct 2007 23:17:18 +0000 (23:17 +0000)]
fix issues when the split view is active and the inactive column view gets selected: the request for activation is not done...

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

18 years agominor simplification
Peter Penz [Fri, 5 Oct 2007 23:16:20 +0000 (23:16 +0000)]
minor simplification

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

18 years agoextra ';'
Pino Toscano [Fri, 5 Oct 2007 22:58:23 +0000 (22:58 +0000)]
extra ';'

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