Commit graph

1545 commits

Author SHA1 Message Date
Script Kiddy b2fb35585d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=813908
2008-05-28 21:39:47 +00:00
Peter Penz d326c746bc Assure that tabs always have a text. If the file name is empty, use the protocol instead. This fixes the issue that for "trash://" no text is shown in the tab.
svn path=/trunk/KDE/kdebase/apps/; revision=813844
2008-05-28 20:48:40 +00:00
Peter Penz e54e6a9cdb Move the code for restoring the current item from DolphinViewContainer to DolphinView, as the DolphinView must be able to do this without advice from the container.
Beside that this simplifies the code it also fixes a regression of having empty tabs.

svn path=/trunk/KDE/kdebase/apps/; revision=813828
2008-05-28 20:40:16 +00:00
Peter Penz b445156dd4 assure that the preview widget of the information bar gets not overlapped by other widgets when having a very small height
BUG: 162674

svn path=/trunk/KDE/kdebase/apps/; revision=813780
2008-05-28 19:55:42 +00:00
Dirk Mueller 2dd39ff2ad people want tabs, give them tabs
svn path=/trunk/KDE/kdebase/apps/; revision=813401
2008-05-27 15:26:33 +00:00
Craig Drummond 2f56e8f9b0 Give dialog a parent.
svn path=/trunk/KDE/kdebase/apps/; revision=813386
2008-05-27 15:06:28 +00:00
Laurent Montel 66b47bf3d2 Use INSTALL_TARGETS_DEFAULT_ARGS
svn path=/trunk/KDE/kdebase/apps/; revision=813304
2008-05-27 11:36:57 +00:00
Script Kiddy cda6f79285 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=813137
2008-05-26 23:05:24 +00:00
Peter Penz ed5b2e5473 when going back in history apply the keyboard focus to the the previously shown directory
BUG: 156550
BUG: 158590

svn path=/trunk/KDE/kdebase/apps/; revision=810493
2008-05-20 21:21:48 +00:00
Peter Penz 0ce69374d9 remove (another) unused method
svn path=/trunk/KDE/kdebase/apps/; revision=810459
2008-05-20 19:46:24 +00:00
Peter Penz 2041dcd123 remove unused method
svn path=/trunk/KDE/kdebase/apps/; revision=810455
2008-05-20 19:40:07 +00:00
Peter Penz 6ff3344adc The Oxygen style provides now a nicer progress bar -> increase the content height of the statusbar so that no text is cut (tested also with other styles)
svn path=/trunk/KDE/kdebase/apps/; revision=810430
2008-05-20 18:17:20 +00:00
David Faure 05062b6346 Argh, I knew I forgot to commit this dir. Sorry about that.
svn path=/trunk/KDE/kdebase/apps/; revision=809960
2008-05-19 19:44:42 +00:00
Andreas Hartmetz 88d5b7b93d This compiles and may or may not work as intended.
CCMAIL: dfaure@kde.org, peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=809914
2008-05-19 18:35:31 +00:00
Script Kiddy 1c6cf8ac38 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=809748
2008-05-19 11:22:53 +00:00
James Richard Tyrer 8a891082f4 Adding icon name "tab-close-other" to replace "tab-close" where the action is to close other tabs.
svn path=/trunk/KDE/kdebase/apps/; revision=809235
2008-05-18 15:31:24 +00:00
Script Kiddy 4c92ea56a4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=808727
2008-05-17 12:42:34 +00:00
Ivo Anjo 643550b9d7 Use a quint64 (always 64 bits) instead of a unsigned long int (32 bits
on x86) for summing file sizes of multiple selected files.

BUG: 156911


svn path=/trunk/KDE/kdebase/apps/; revision=808698
2008-05-17 11:35:36 +00:00
Peter Penz 5ab90e19e7 Fixed following issue for the information sidebar:
- select n files
- hover one selected file (-> old selection preview gets grey, new preview gets started)
- go to the viewport before the preview has been finished

Result: new preview has been displayed, although the viewport has been entered
Wanted behavior: old selection preview should be shown

svn path=/trunk/KDE/kdebase/apps/; revision=807837
2008-05-14 20:50:00 +00:00
Peter Penz df55b9d89f Only the infosidebar panel is interested in selections -> move it from the sidebar panel to the infosidebar panel.
svn path=/trunk/KDE/kdebase/apps/; revision=807729
2008-05-14 15:15:31 +00:00
Script Kiddy 620230729e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=807573
2008-05-14 00:45:41 +00:00
Script Kiddy 789b49ff7b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=806903
2008-05-12 14:40:15 +00:00
Jakob Petsovits 24889b5b4a Icon renaming (code changes):
edit-create-symbolic-link -> edit-link

svn path=/trunk/KDE/kdebase/apps/; revision=806725
2008-05-12 09:06:13 +00:00
Peter Penz 95ac842f29 A middle click on an item of the tree view panel should open the URL inside a new tab.
TODO: cleanup some obsolete signals/structure inside SidebarPage and TreeviewSidebarPage.

svn path=/trunk/KDE/kdebase/apps/; revision=806635
2008-05-11 21:51:04 +00:00
Peter Penz 57e3503e2f If the middle mouse button is pressed above an item of the places panel, open the URL inside a new tab.
svn path=/trunk/KDE/kdebase/apps/; revision=806606
2008-05-11 20:14:50 +00:00
Peter Penz 2ad91b4534 Per default QTreeView starts either a selection or a drag operation when dragging the expanding toggle button (tricky and hard to reproducible Qt-issue - see TODO comment in DolphinIconsView::mousePressEvent()). Turn off this behavior in Dolphin to stay predictable.
svn path=/trunk/KDE/kdebase/apps/; revision=806597
2008-05-11 19:34:34 +00:00
Peter Penz 75c91317fe Update the internal state only, if no expanding/collapsing area has been hit (otherwise QTreeView assumes a dragging operation is done).
svn path=/trunk/KDE/kdebase/apps/; revision=806561
2008-05-11 18:37:33 +00:00
Script Kiddy 52489c2dbc SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=806426
2008-05-11 11:52:04 +00:00
Peter Penz c67417aa62 Don't (mis)use MenuItem::Separator for the information bar, as Oxygen is able to style KSeperator quite some time already.
BUG: 161860

svn path=/trunk/KDE/kdebase/apps/; revision=806201
2008-05-10 13:37:06 +00:00
Script Kiddy fe1c747e4f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=806050
2008-05-09 21:38:29 +00:00
Peter Penz 32f446e6de * Prevent that the QTreeView::scrollTo() method adjusts the position of the horizontal scrollbar. This is done manually inside KTreeView if automatic scrolling is enabled.
* increased the delay until the auto scrolling starts from 50 to 300

CCMAIL: haraldhv@stud.ntnu.no

svn path=/trunk/KDE/kdebase/apps/; revision=805605
2008-05-08 21:16:57 +00:00
Peter Penz 9d596ce883 clear the selection when loading the sub tree
svn path=/trunk/KDE/kdebase/apps/; revision=805603
2008-05-08 21:12:38 +00:00
Peter Penz fc97fa250d * If one item is selected and the item is (at least partly) visible, assure that an automatic horizontal scrolling is done so that the item gets fully visible.
* Use QTimeLine instead of QTimer + value

CCMAIL: haraldhv@stud.ntnu.no

svn path=/trunk/KDE/kdebase/apps/; revision=805596
2008-05-08 20:44:26 +00:00
Script Kiddy a9b2910125 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=805551
2008-05-08 18:07:26 +00:00
Peter Penz edabe0a7c8 don't disable the scrollTo() functionality if a QAbstractItemView state is set (e. g. DragSelectingState requires the scrollTo() functionality)
svn path=/trunk/KDE/kdebase/apps/; revision=805216
2008-05-07 21:11:49 +00:00
Peter Penz 197abb4be8 Update selection toggle icon when the icon theme has been changed. Thanks to David Benjamin for the patch!
BUG: 161316

svn path=/trunk/KDE/kdebase/apps/; revision=805209
2008-05-07 20:55:51 +00:00
Peter Penz 63be8bc9a1 Fixed issue the the current view does not get the focus after opening Dolphin. Although this fixes #161590, further improvements have to be done to minimize the number of necessary tab presses...
BUG: 161590

svn path=/trunk/KDE/kdebase/apps/; revision=805206
2008-05-07 20:50:27 +00:00
Peter Penz 75f55c070f SVN_SILENT: updated comments
svn path=/trunk/KDE/kdebase/apps/; revision=805188
2008-05-07 20:10:16 +00:00
Peter Penz d4287eb8e3 allow Konqueror to open also files inside a new tab, not only directories
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=805184
2008-05-07 20:02:37 +00:00
Peter Penz 9f60cbdb63 SVN_SILENT: minor coding style fixes
svn path=/trunk/KDE/kdebase/apps/; revision=804938
2008-05-07 06:58:16 +00:00
Peter Penz f2873a9738 enable the scrollTo() functionality if it has been triggered by a key-press
svn path=/trunk/KDE/kdebase/apps/; revision=804928
2008-05-07 06:11:54 +00:00
Script Kiddy aa8948e491 SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=804910
2008-05-07 04:35:50 +00:00
Peter Penz 90e8b435e7 Fixed issue that the vertical scrollbar jumps back to the initial state during previews are loaded in the icons view.
BUG: 161086
BUG: 160513

svn path=/trunk/KDE/kdebase/apps/; revision=804790
2008-05-06 22:25:15 +00:00
Peter Penz c5727efd24 * prevent that cut icons are shift left in the icons view by using the correct size
* apply cut item effect before generating previews

BUG: 161707

svn path=/trunk/KDE/kdebase/apps/; revision=804768
2008-05-06 21:46:30 +00:00
Peter Penz 0de9ce9985 prevent a possible crash if an item is deleted during previews are generated
svn path=/trunk/KDE/kdebase/apps/; revision=804457
2008-05-06 05:47:11 +00:00
David Faure 7059f31bc8 Use FindQImageBlitz.cmake instead of deprecated FindBlitz.cmake
svn path=/trunk/KDE/kdebase/apps/; revision=804272
2008-05-05 14:21:55 +00:00
David Faure ba509a3be3 Re-enable name filtering (e.g. /home/dfaure/*.txt) in konqueror
svn path=/trunk/KDE/kdebase/apps/; revision=804094
2008-05-05 00:42:33 +00:00
David Faure fd98230020 Move "Adjust view properties" to dolphinviewactionhandler so that it's available in dolphinpart (konqueror) too.
Bug reported by kde-bug-hunter "lemma".

svn path=/trunk/KDE/kdebase/apps/; revision=804037
2008-05-04 21:16:30 +00:00
David Faure 5ad129ac78 Ooops, fix name of componentdata so that the dolphinpart GUI is found again.
svn path=/trunk/KDE/kdebase/apps/; revision=804036
2008-05-04 21:15:14 +00:00
Peter Penz 5e36288789 Assure that after "Split View" has been executed, that the second view gets the focus instead of the first view.
BUG: 161365

svn path=/trunk/KDE/kdebase/apps/; revision=803984
2008-05-04 18:40:06 +00:00