]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
18 years agoYou need >> or either the "Your names" and "Your messages" placeholders for translato...
Albert Astals Cid [Thu, 29 Nov 2007 19:13:25 +0000 (19:13 +0000)]
You need >> or either the "Your names" and "Your messages" placeholders for translators are removed

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

18 years agoWhen listing already visited dir, completed() would be emitted from within setUrl...
Jakub Stachowski [Wed, 28 Nov 2007 19:44:44 +0000 (19:44 +0000)]
When listing already visited dir, completed() would be emitted from within setUrl, before
emit started(0) making konq logo spinning indefinitely.

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

18 years agofix crash during drag & drop if the file item is not available (thanks to John Tapsel...
Peter Penz [Wed, 28 Nov 2007 17:07:08 +0000 (17:07 +0000)]
fix crash during drag & drop if the file item is not available (thanks to John Tapsell for the original fix in dolphiniconsview.cpp!)

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

18 years agoDo not crash if the index is not valid.
John Tapsell [Tue, 27 Nov 2007 20:55:02 +0000 (20:55 +0000)]
Do not crash if the index is not valid.

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 27 Nov 2007 07:46:00 +0000 (07:46 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 26 Nov 2007 08:05:24 +0000 (08:05 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agothere's no need having 2-liners inside their own method when this method is only...
Peter Penz [Sun, 25 Nov 2007 14:51:41 +0000 (14:51 +0000)]
there's no need having 2-liners inside their own method when this method is only invoked once...

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

18 years agoprovide useful default values when configuring the additional information for the...
Peter Penz [Sun, 25 Nov 2007 13:59:29 +0000 (13:59 +0000)]
provide useful default values when configuring the additional information for the details view

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 25 Nov 2007 07:47:58 +0000 (07:47 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agoand now the correct fix by master dfaure
Albert Astals Cid [Fri, 23 Nov 2007 23:29:45 +0000 (23:29 +0000)]
and now the correct fix by master dfaure

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

18 years agoAhhh, fixing the bugs you report, that rocks ;-)
Albert Astals Cid [Fri, 23 Nov 2007 22:54:12 +0000 (22:54 +0000)]
Ahhh, fixing the bugs you report, that rocks ;-)

Insert the dolphin catalog so the messages appear translated correctly when eg, embedded into konqueror

BUG: 152752

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

18 years agoMove F10 (create directory) shortcut from konq to dolphinpart.
David Faure [Fri, 23 Nov 2007 11:50:00 +0000 (11:50 +0000)]
Move F10 (create directory) shortcut from konq to dolphinpart.
About all those filemanagement feature moves: I double checked and the other inode/directory parts are cervisia (need own file-related operations for VCS support), konsole (no gui), kfilereplacepart (no mkdir) and fsview (readonly). So better unbloat konq itself.

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

18 years agoIcon renaming:
Jakob Petsovits [Fri, 23 Nov 2007 02:52:03 +0000 (02:52 +0000)]
Icon renaming:
item-drag-multiple -> document-multiple

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

18 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 21 Nov 2007 07:59:36 +0000 (07:59 +0000)]
SVN_SILENT made messages (.desktop file)

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

18 years agodon't draw anything if the bounding rectangle is empty
Peter Penz [Tue, 20 Nov 2007 22:43:53 +0000 (22:43 +0000)]
don't draw anything if the bounding rectangle is empty

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

18 years agoAllow using a common drag and drop pixmap also for the KCategorizedView. The code...
Peter Penz [Tue, 20 Nov 2007 22:36:21 +0000 (22:36 +0000)]
Allow using a common drag and drop pixmap also for the KCategorizedView. The code is currently encapsulated inside a DOLPHIN_DRAGANDDROP define, we'll clean this up when Qt 4.4 is out (-> KDE 4.1?)

CCMAIL: ereslibre@kde.org

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

18 years agoDrag & drop fixes for all views: assure that a consistent pixmap for the drag object...
Peter Penz [Tue, 20 Nov 2007 21:11:48 +0000 (21:11 +0000)]
Drag & drop fixes for all views: assure that a consistent pixmap for the drag object is used throughout all views (still open yet: KCategorizedView uses its custom code yet)

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

18 years agofix minor margin issue for the item boundaries
Peter Penz [Mon, 19 Nov 2007 21:55:33 +0000 (21:55 +0000)]
fix minor margin issue for the item boundaries

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

18 years agofixed issue that the space info is not updated sometimes (QProgressBar::setValue...
Peter Penz [Mon, 19 Nov 2007 20:24:33 +0000 (20:24 +0000)]
fixed issue that the space info is not updated sometimes (QProgressBar::setValue() uses QProgressBar::text() which returns m_text -> the text must be set first)

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

18 years agofixed issue that the "empty column" is not layouted when pressing the back-button
Peter Penz [Mon, 19 Nov 2007 20:10:20 +0000 (20:10 +0000)]
fixed issue that the "empty column" is not layouted when pressing the back-button

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

18 years agoopen the context-menu for the viewport if no selection is given although the mouse...
Peter Penz [Mon, 19 Nov 2007 19:58:00 +0000 (19:58 +0000)]
open the context-menu for the viewport if no selection is given although the mouse is above an item (this might happen if the shift-key is pressed during a right-button mouse click)

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

18 years agoIcons view: assure that the vertical spacing does not grow as fast as the horizontal...
Peter Penz [Mon, 19 Nov 2007 17:44:21 +0000 (17:44 +0000)]
Icons view: assure that the vertical spacing does not grow as fast as the horizontal spacing. For the default settings this means that the viewport can now be reached easier than before, while not wasting too much vertical space.

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

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