Rafael Fernández López
919d20115f
If grid size is changed, update correctly items position
...
svn path=/trunk/KDE/kdebase/apps/; revision=724802
2007-10-13 14:07:46 +00:00
Rafael Fernández López
961c3eef96
If the categorizing has been enabled/disabled we need to update the scrollbar in certain conditions
...
svn path=/trunk/KDE/kdebase/apps/; revision=724701
2007-10-13 03:12:38 +00:00
Rafael Fernández López
eb69606279
One loop instead of two is enough
...
svn path=/trunk/KDE/kdebase/apps/; revision=724700
2007-10-13 02:54:11 +00:00
Rafael Fernández López
e907e75abf
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
2007-10-13 02:15:01 +00:00
Rafael Fernández López
d0e7eabcaa
Even better...
...
svn path=/trunk/KDE/kdebase/apps/; revision=724538
2007-10-12 15:41:04 +00:00
Rafael Fernández López
a4e558c546
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
2007-10-12 15:36:29 +00:00
David Faure
8d4fb36089
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
2007-10-10 23:01:35 +00:00
Peter Penz
3b8c3c1b1e
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
2007-10-09 22:32:54 +00:00
Peter Penz
1d4cfd16fd
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
2007-10-09 21:10:17 +00:00
Peter Penz
0c1d1c42f4
remove unused member
...
svn path=/trunk/KDE/kdebase/apps/; revision=723451
2007-10-09 18:04:02 +00:00
Peter Penz
d97a4b9c46
remove unused PNG image (relict from KDE3 version of Dolphin)
...
svn path=/trunk/KDE/kdebase/apps/; revision=723419
2007-10-09 16:20:53 +00:00
Peter Penz
becc81123d
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
2007-10-09 16:19:12 +00:00
Script Kiddy
f70d4b25dc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=722863
2007-10-08 06:40:33 +00:00
David Faure
b5eca6dc2a
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
2007-10-07 21:12:46 +00:00
Peter Penz
cf83ceb296
* 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
2007-10-07 10:53:33 +00:00
Peter Penz
c1a0fb3161
don't use the directory lister directly
...
svn path=/trunk/KDE/kdebase/apps/; revision=722142
2007-10-06 18:10:26 +00:00
Peter Penz
41e64a33e8
remove unneeded code
...
svn path=/trunk/KDE/kdebase/apps/; revision=722140
2007-10-06 18:02:29 +00:00
Script Kiddy
38c6eb08f2
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=721873
2007-10-06 07:33:36 +00:00
Peter Penz
0439ed0e78
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
2007-10-05 23:17:18 +00:00
Peter Penz
5856090871
minor simplification
...
svn path=/trunk/KDE/kdebase/apps/; revision=721726
2007-10-05 23:16:20 +00:00
Pino Toscano
85775988d0
extra ';'
...
svn path=/trunk/KDE/kdebase/apps/; revision=721720
2007-10-05 22:58:23 +00:00
Peter Penz
77a576335c
fixed most regressions due to the previous column-view refactoring
...
svn path=/trunk/KDE/kdebase/apps/; revision=721706
2007-10-05 22:32:13 +00:00
Andreas Pakulat
7a62507d3d
Merge the KConfig branch. This are the 3 main modules (+kdeadmin), which are
...
needed now because friday is the last BC day. The rest of the modules will
follow as fast as my laptop allows.
svn path=/trunk/KDE/kdebase/apps/; revision=721704
2007-10-05 22:21:25 +00:00
Peter Penz
29402a79bc
Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLister. This simplifies the code a lot and also bypasses the current problems with the KDirLister cache when working on hierarchical directories in parallel. There are some minor regressions which will be fixed, but all in all some improvements are visible already:
...
- the loading of columns is a lot faster
- preview in columns is working
- no side effects in combination with the treeview-panel because of caching
svn path=/trunk/KDE/kdebase/apps/; revision=721678
2007-10-05 21:00:44 +00:00
Rafael Fernández López
7477310779
Oops forgot this one... thanks for reminding Peter :)
...
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=721486
2007-10-05 10:39:15 +00:00
David Faure
fdfdb3fa3c
Merged KIO::JobFlags branch
...
svn path=/trunk/KDE/kdebase/apps/; revision=721447
2007-10-05 09:14:03 +00:00
Peter Penz
8dc8c5d21f
Restoring the column view relies on the URL-history. It might be possible that the view properties have been changed or deleted in the meantime, so it cannot be asserted that really a column view has been created.
...
svn path=/trunk/KDE/kdebase/apps/; revision=721374
2007-10-05 06:33:48 +00:00
Rafael Fernández López
47f0accc47
Nice catch on keyboard navigation when RightToLeft is set... :)
...
svn path=/trunk/KDE/kdebase/apps/; revision=721340
2007-10-05 02:01:16 +00:00
Rafael Fernández López
3ac92d5c0d
Ooops I had this one for testing purposes locally...
...
svn path=/trunk/KDE/kdebase/apps/; revision=721338
2007-10-05 01:41:15 +00:00
Rafael Fernández López
ed6e161c09
KDirLister openUrl parameters are now flags
...
svn path=/trunk/KDE/kdebase/apps/; revision=721256
2007-10-04 21:12:09 +00:00
Laurent Montel
684678bd37
${CMAKE_SOURCE_DIR}/libkonq doesn't exist now
...
svn path=/trunk/KDE/kdebase/apps/; revision=721208
2007-10-04 19:56:47 +00:00
Rafael Fernández López
5a0cedd4a8
Our beloved qt-copy also has the patch applied
...
svn path=/trunk/KDE/kdebase/apps/; revision=721115
2007-10-04 16:16:24 +00:00
Rafael Fernández López
02e2ef207d
Let's do this in a safe way while we wait for the release team to reply telling if we make Qt 4.3.2 a requirement for KDE 4.0
...
svn path=/trunk/KDE/kdebase/apps/; revision=721096
2007-10-04 15:15:24 +00:00
Peter Penz
8d3684162f
allow to configre more than one additional information for the icons-view
...
svn path=/trunk/KDE/kdebase/apps/; revision=720957
2007-10-04 06:28:33 +00:00
Peter Penz
7bbb858a04
coding style nit-picking
...
svn path=/trunk/KDE/kdebase/apps/; revision=720955
2007-10-04 05:59:46 +00:00
Rafael Fernández López
a24c1fce82
Changes related to the smooth scrolling. We can enable it since icefox has submitted his "division by zero" to Qt, so it should be safe. If we experience any division by
...
zero or report, we just disable them commenting them out and with a comment to remind ourselves to uncomment them after.
The smooth scrolling is being combined with a good behavior when using the mouse wheel.
Some investigation on QListView found nice stuff for KCategorizedView.
Peter, I have the smooth scrolling for KDirOperator too, let me that one... I have binary incompatible changes merged there with this ones and I am committing everything
together on friday.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=720918
2007-10-04 01:35:53 +00:00
Peter Penz
7ac3ed4e74
there is no need anymore to check whether the KDirLister is currently loading before invoking KDirModel::expandToUrl()
...
svn path=/trunk/KDE/kdebase/apps/; revision=720870
2007-10-03 22:33:47 +00:00
Peter Penz
65853e44fa
disable the moving of columns
...
svn path=/trunk/KDE/kdebase/apps/; revision=720855
2007-10-03 21:47:47 +00:00
Script Kiddy
41f692a647
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=720538
2007-10-03 06:39:50 +00:00
Rafael Fernández López
3ba0f41c44
Update my email address
...
svn path=/trunk/KDE/kdebase/apps/; revision=720339
2007-10-03 00:44:18 +00:00
Peter Penz
b81177bf4b
As the additional information can be shown in parallel, a combobox selection is not sufficient anymore. To prevent bug-reports for the beta 3 release, all items are explicitly marked as TODO temporary.
...
svn path=/trunk/KDE/kdebase/apps/; revision=720286
2007-10-02 22:11:18 +00:00
Peter Penz
3c1c185400
Allow showing additional information like type, size and date in parallel for the icons view (thanks to Fredrik for the extension of KFileItemDelegate!).
...
svn path=/trunk/KDE/kdebase/apps/; revision=720283
2007-10-02 22:04:36 +00:00
Peter Penz
ba150e5735
replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs
...
svn path=/trunk/KDE/kdebase/apps/; revision=720234
2007-10-02 19:03:03 +00:00
David Faure
4a2416e4bd
fix signal/slot
...
svn path=/trunk/KDE/kdebase/apps/; revision=720110
2007-10-02 12:22:47 +00:00
Script Kiddy
cca33875bc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=720019
2007-10-02 06:39:53 +00:00
Fredrik Höglund
dbc8874c00
Port dolphin to the KFileItemDelegate API changes.
...
svn path=/trunk/KDE/kdebase/apps/; revision=719796
2007-10-01 22:06:49 +00:00
David Faure
dd34d651b5
Ported KonqPopupMenu away from xmlgui to make things debuggable (we had code that dynamically created XML, and then passed it for gui merging with KonqPopupMenu's own generated XML, that was too much magic and headaches).
...
There are now unit tests for KonqPopupMenu, and its code has a bit less magic hacks than before.
There is no more KonqPopupMenuPlugin though, but I'm happy to re-create it once there's a real use case for it.
svn path=/trunk/KDE/kdebase/apps/; revision=719676
2007-10-01 17:06:34 +00:00
Rafael Fernández López
a793e11321
Code adaptation because of changes on libraries related to revision 719630
...
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-10-01 15:09:41 +00:00
Tobias Koenig
29a1b26421
Making KFileItemList value based.
...
svn path=/trunk/KDE/kdebase/apps/; revision=719514
2007-10-01 08:00:48 +00:00
Peter Penz
fd805228ae
coding style nitpicking: remove space
...
svn path=/trunk/KDE/kdebase/apps/; revision=719288
2007-09-30 20:28:10 +00:00