]>
cloud.milkyroute.net Git - dolphin.git/log
Rafael Fernández López [Wed, 27 Jun 2007 16:28:39 +0000 (16:28 +0000)]
activated signal actually does that :)
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=680979
Peter Penz [Wed, 27 Jun 2007 15:15:29 +0000 (15:15 +0000)]
Fix the following reproducible crash in a slightly different way (reported + initial fix done by Rafael):
* Open Dolphin. Enable categorization.
* Split the view. Disable categorization on the right one.
* Join the views.
CCMAIL: ereslibre@gmail.com
svn path=/trunk/KDE/kdebase/apps/; revision=680956
Script Kiddy [Wed, 27 Jun 2007 05:24:25 +0000 (05:24 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=680810
Rafael Fernández López [Tue, 26 Jun 2007 20:33:21 +0000 (20:33 +0000)]
Boost group selections and remove unnecessary stuff.
svn path=/trunk/KDE/kdebase/apps/; revision=680656
Rafael Fernández López [Tue, 26 Jun 2007 19:52:45 +0000 (19:52 +0000)]
Improve behavior when changes are detected on the model.
svn path=/trunk/KDE/kdebase/apps/; revision=680643
Rafael Fernández López [Tue, 26 Jun 2007 14:32:42 +0000 (14:32 +0000)]
Fancy dragged items. There are two bad parts of this story: the hardcoded value of
the opacity and the break-of-unification between QListView and KListView. This
will be removed for sure, just for testing reasons.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=680555
Rafael Fernández López [Tue, 26 Jun 2007 14:23:44 +0000 (14:23 +0000)]
Faster selections
svn path=/trunk/KDE/kdebase/apps/; revision=680550
Rafael Fernández López [Tue, 26 Jun 2007 11:50:54 +0000 (11:50 +0000)]
Fix crash. Steps to reproduce:
* Open Dolphin. Enable categorization.
* Split the view. Disable categorization on the right one.
* Join the views.
I am not sure if this is the best way to proceed for this small bug. Please Peter, take a look.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=680499
Rafael Fernández López [Tue, 26 Jun 2007 00:31:30 +0000 (00:31 +0000)]
Let deselect items individually using Ctrl+Click
svn path=/trunk/KDE/kdebase/apps/; revision=680368
Rafael Fernández López [Mon, 25 Jun 2007 20:25:07 +0000 (20:25 +0000)]
Take offsets in count
svn path=/trunk/KDE/kdebase/apps/; revision=680285
Rafael Fernández López [Mon, 25 Jun 2007 20:21:35 +0000 (20:21 +0000)]
Draw dragged items. Better conditions (more accurate to our behavior, hey ! we have columnview too...)
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=680283
Rafael Fernández López [Sat, 23 Jun 2007 15:47:20 +0000 (15:47 +0000)]
Fix the small issue when you select by categories and then you
Ctrl+Click a subset, and those items selected were deselected
svn path=/trunk/KDE/kdebase/apps/; revision=679315
Rafael Fernández López [Sat, 23 Jun 2007 15:39:21 +0000 (15:39 +0000)]
Improve selection speed. I think we can still improve this a little bit, but I think we can live with this speed for now
svn path=/trunk/KDE/kdebase/apps/; revision=679308
Rafael Fernández López [Sat, 23 Jun 2007 13:12:21 +0000 (13:12 +0000)]
Fix compile problems on systems that don't want nepomuk. eeek !
svn path=/trunk/KDE/kdebase/apps/; revision=679265
Rafael Fernández López [Sat, 23 Jun 2007 00:43:20 +0000 (00:43 +0000)]
Small fixes, but that have an impact of how things are visualized.
* Move "not tagged" elements to the end. We sort the rest (when they have tags), but keep untagged elements (the category) at the end of the view, since the user had
"less" interest on them.
* Break the law again of "dirs first". If we have on a folder only a tagged file (and is a file) and the rest are folders, that file goes first, since it was tagged.
* If we are on the same category, dirs go first. Here we make them citizens of first class.
* Commas instead of spaces when building categories for tags, they make it more readable and less error-prone (we can have tags "a", "dog" and "a dog" as tags, right?,
so spaces here make the thing a bit hard to distinguish, I have two tags "a", "dog", or the tag "a dog") ;)
* Return an empty string when the item is not tagged at the method tagsForIndex. This way we always show untagged items the latest ones very easily (without nasty string
checks). We will let the categorizer put a fancy name for them, if the returned string was empty.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=679097
Peter Penz [Fri, 22 Jun 2007 16:42:34 +0000 (16:42 +0000)]
Implement sorting by "tags". Same performance problems occur as when using sorting by "rating", but we must get a feeling first how we use the Nepomuk API before thinking about caching...
svn path=/trunk/KDE/kdebase/apps/; revision=678957
Rafael Fernández López [Fri, 22 Jun 2007 13:58:21 +0000 (13:58 +0000)]
If we are sorting by rating, we won't apply the general rule: folders before regular files. The user said that was more interesting for him/her, so we respect his/her
decision. In this case folders and files are citizens of the same class.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=678894
André Wöbbeking [Fri, 22 Jun 2007 13:16:39 +0000 (13:16 +0000)]
also compile without nepomuk
svn path=/trunk/KDE/kdebase/apps/; revision=678876
Rafael Fernández López [Fri, 22 Jun 2007 12:16:44 +0000 (12:16 +0000)]
More human category when items haven't been rated yet
svn path=/trunk/KDE/kdebase/apps/; revision=678853
Peter Penz [Fri, 22 Jun 2007 10:18:46 +0000 (10:18 +0000)]
Allow to sort by rating, which can be quite useful in combination with the "Show in Groups" feature. Although still slow, it basically works. All the code is based on Rafael Fernández López patch available at http://media.ereslibre.es/2007/06/dolphin-
21062007 .diff.
svn path=/trunk/KDE/kdebase/apps/; revision=678801
Max Blazejak [Thu, 21 Jun 2007 22:27:16 +0000 (22:27 +0000)]
Enable the Code for additional metainfo again, doesn't hang on zip-files anymore
svn path=/trunk/KDE/kdebase/apps/; revision=678661
Rafael Fernández López [Thu, 21 Jun 2007 11:44:00 +0000 (11:44 +0000)]
Fix memory problem, thanks to Holger Freyther for pointing out
CCMAIL: zecke@selfish.org
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=678434
Rafael Fernández López [Thu, 21 Jun 2007 02:18:54 +0000 (02:18 +0000)]
Fix the "I can't/don't want to" finish the drag event (what is called
drop :P), and the selection rect is shown.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=678293
Peter Penz [Wed, 20 Jun 2007 21:04:36 +0000 (21:04 +0000)]
it's not needed anymore to remember the URL per column
svn path=/trunk/KDE/kdebase/apps/; revision=678184
Peter Penz [Wed, 20 Jun 2007 20:48:36 +0000 (20:48 +0000)]
don't pass a custom viewport URL to the context menu anymore, as this cannot work together with the menu actions
svn path=/trunk/KDE/kdebase/apps/; revision=678175
Peter Penz [Wed, 20 Jun 2007 20:44:18 +0000 (20:44 +0000)]
minor coding style cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=678172
Peter Penz [Wed, 20 Jun 2007 20:21:48 +0000 (20:21 +0000)]
assure that the context menu for column view is applied to the correct URL (depends from the current column)
svn path=/trunk/KDE/kdebase/apps/; revision=678166
Peter Penz [Wed, 20 Jun 2007 15:59:32 +0000 (15:59 +0000)]
don't forget applying the view properties when refreshing the view
svn path=/trunk/KDE/kdebase/apps/; revision=678067
Peter Penz [Wed, 20 Jun 2007 15:46:57 +0000 (15:46 +0000)]
split view on startup if it is defined by the settings
svn path=/trunk/KDE/kdebase/apps/; revision=678063
Dirk Mueller [Wed, 20 Jun 2007 07:50:06 +0000 (07:50 +0000)]
at least return something
svn path=/trunk/KDE/kdebase/apps/; revision=677932
Peter Penz [Tue, 19 Jun 2007 19:28:08 +0000 (19:28 +0000)]
* coding style update to match with http://techbase.kde.org/Policies/Kdelibs_Coding_Style
* minor speed improvements by moving QString, QVariant, KDateTime, ... declarations inside inner scopes; further speed improvements should be possible, but lets do it step by step...
svn path=/trunk/KDE/kdebase/apps/; revision=677719
Rafael Fernández López [Tue, 19 Jun 2007 19:17:32 +0000 (19:17 +0000)]
EBN fixes
svn path=/trunk/KDE/kdebase/apps/; revision=677715
Peter Penz [Tue, 19 Jun 2007 19:08:49 +0000 (19:08 +0000)]
A cleanup in KDiskFreeSpace has been done -> adjust signal/slot to the new (and nicer) method signature
svn path=/trunk/KDE/kdebase/apps/; revision=677710
Rafael Fernández López [Tue, 19 Jun 2007 18:59:13 +0000 (18:59 +0000)]
Fix the problem "the scrollbar remains if it was shown on the
categorized view, and now it has been disabled (the categorized
view)"
svn path=/trunk/KDE/kdebase/apps/; revision=677706
Peter Penz [Tue, 19 Jun 2007 18:58:30 +0000 (18:58 +0000)]
when requesting a context menu provide a URL for the viewport, because in the column view this URL can differ from the navigator URL
svn path=/trunk/KDE/kdebase/apps/; revision=677704
Rafael Fernández López [Tue, 19 Jun 2007 18:52:55 +0000 (18:52 +0000)]
Fix the scrollbar issue. We can live with the setSingleStep nasty workaround for now. Anyway we can adapt it to fit better in the context.
CCMAIL: peter.penz@gmx.at
svn path=/trunk/KDE/kdebase/apps/; revision=677702
Rafael Fernández López [Tue, 19 Jun 2007 17:26:09 +0000 (17:26 +0000)]
Fix the problem of the crash related to commit 677667, taking in count we are in IconMode, not in a mode
different than ListMode. Fix some comments.
svn path=/trunk/KDE/kdebase/apps/; revision=677668
Peter Penz [Tue, 19 Jun 2007 17:23:14 +0000 (17:23 +0000)]
provide temporary (?) fix for a crash that occurs if the categorization is turned off and a switch is done from another view mode
CCMAIL: ereslibre@gmail.com
svn path=/trunk/KDE/kdebase/apps/; revision=677667
Rafael Fernández López [Tue, 19 Jun 2007 17:09:27 +0000 (17:09 +0000)]
Fix for not C99 compliant systems when trying to use trunc() function. I have defined this function on kdefakes library, so we have it KDE wide.
BUG: 146963
svn path=/trunk/KDE/kdebase/apps/; revision=677663
Peter Penz [Tue, 19 Jun 2007 16:49:31 +0000 (16:49 +0000)]
don't use deprecated KGlobalSettings::xxxColor() methods anymore
svn path=/trunk/KDE/kdebase/apps/; revision=677660
Peter Penz [Tue, 19 Jun 2007 16:35:52 +0000 (16:35 +0000)]
* fixed issue that some view properties like "show in groups" are ignored when a new DolphinViewContainer has been created (happens on startup or when a view is split)
* get rid of redundant parameter in constructors of DolphinView and DolphinViewContainer
svn path=/trunk/KDE/kdebase/apps/; revision=677654
Peter Penz [Tue, 19 Jun 2007 16:00:21 +0000 (16:00 +0000)]
* move the "[ ] Show in Groups" checkbox from "View->Sort By" directly to "View"
* same for the viewproperties dialog: don't hide "Show in Groups" under "Sorting"
svn path=/trunk/KDE/kdebase/apps/; revision=677641
Rafael Fernández López [Tue, 19 Jun 2007 00:24:37 +0000 (00:24 +0000)]
Update the view when the sorting role changes.
svn path=/trunk/KDE/kdebase/apps/; revision=677356
Rafael Fernández López [Mon, 18 Jun 2007 22:33:57 +0000 (22:33 +0000)]
Simplify code. Oh, now that switch statement has been invented I can use it :)
svn path=/trunk/KDE/kdebase/apps/; revision=677336
Peter Penz [Mon, 18 Jun 2007 19:06:27 +0000 (19:06 +0000)]
a little bit internationalization cannot hurt ;-) (thanks to Andrius Štikonas)
svn path=/trunk/KDE/kdebase/apps/; revision=677250
Rafael Fernández López [Mon, 18 Jun 2007 17:58:25 +0000 (17:58 +0000)]
Dolphin has to react as Konqueror on KDE3. If we find files containing symbols, we wait for the first letter to categorize it. "((a.txt" goes on category "A", ")2.txt"
goes on category "Others".
svn path=/trunk/KDE/kdebase/apps/; revision=677225
Christian Ehrlicher [Mon, 18 Jun 2007 16:21:26 +0000 (16:21 +0000)]
SVN_SILENT: typo, small msvc warning--
svn path=/trunk/KDE/kdebase/apps/; revision=677179
Rafael Fernández López [Mon, 18 Jun 2007 16:11:11 +0000 (16:11 +0000)]
Let Dolphin act as Konqueror on KDE3 does when sorting. Folders have more priority than hidden items. So now items are shown: 1. Hidden Folders 2. Visible Folders 3.
Hidden Files 4. Visible Files
CCMAIL: aseigo@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=677173
Rafael Fernández López [Mon, 18 Jun 2007 14:58:30 +0000 (14:58 +0000)]
Speed improvements in some places. All sortings and categories implemented.
svn path=/trunk/KDE/kdebase/apps/; revision=677156
Rafael Fernández López [Mon, 18 Jun 2007 12:44:00 +0000 (12:44 +0000)]
Fix small problem when building categories and sorting by name. Better readable code.
svn path=/trunk/KDE/kdebase/apps/; revision=677087
Rafael Fernández López [Mon, 18 Jun 2007 12:36:54 +0000 (12:36 +0000)]
Sort by date finished. Add speed improvement when comparing strings. enum adaptations.
CCMAIL: faure@kde.org
svn path=/trunk/KDE/kdebase/apps/; revision=677083
Rafael Fernández López [Mon, 18 Jun 2007 10:39:02 +0000 (10:39 +0000)]
First show folders when sorting by type, then sort categories alphabetically. Yeah !
svn path=/trunk/KDE/kdebase/apps/; revision=677030
Rafael Fernández López [Mon, 18 Jun 2007 10:33:28 +0000 (10:33 +0000)]
Fix small problems with enums. Sort by type works like a charm :)
svn path=/trunk/KDE/kdebase/apps/; revision=677029
Rafael Fernández López [Mon, 18 Jun 2007 09:37:41 +0000 (09:37 +0000)]
Avoid category building problems by removing the natural comparation
from here. Is not needed here. Is needed when sorting items inside
categories.
svn path=/trunk/KDE/kdebase/apps/; revision=677022
Rafael Fernández López [Mon, 18 Jun 2007 09:27:12 +0000 (09:27 +0000)]
Let Descending order work
svn path=/trunk/KDE/kdebase/apps/; revision=677018
Andreas Pakulat [Sun, 17 Jun 2007 21:14:54 +0000 (21:14 +0000)]
Port to new kde4_add_*test* macros
svn path=/trunk/KDE/kdebase/apps/; revision=676863
Christian Ehrlicher [Sun, 17 Jun 2007 21:12:39 +0000 (21:12 +0000)]
fix signal foundMountPoint()
svn path=/trunk/KDE/kdebase/apps/; revision=676855
Rafael Fernández López [Sun, 17 Jun 2007 18:23:53 +0000 (18:23 +0000)]
If our folders or files have the same number of items or size, sort them
CORRECTLY by their names :)
svn path=/trunk/KDE/kdebase/apps/; revision=676792
Peter Penz [Sun, 17 Jun 2007 17:59:32 +0000 (17:59 +0000)]
prevent deselection of current folder in inactive columns
svn path=/trunk/KDE/kdebase/apps/; revision=676787
Peter Penz [Sun, 17 Jun 2007 16:56:37 +0000 (16:56 +0000)]
internationalization fixes (patch submitted by Andrius Štikonas)
svn path=/trunk/KDE/kdebase/apps/; revision=676768
Peter Penz [Sun, 17 Jun 2007 16:42:04 +0000 (16:42 +0000)]
don't hardcode the spacing...
svn path=/trunk/KDE/kdebase/apps/; revision=676762
Rafael Fernández López [Sun, 17 Jun 2007 16:25:44 +0000 (16:25 +0000)]
Ideal behavior when showing hidden files. Hooah !
svn path=/trunk/KDE/kdebase/apps/; revision=676752
Rafael Fernández López [Sun, 17 Jun 2007 15:32:31 +0000 (15:32 +0000)]
New and powerful KListView. Still pending class renaming. There are two
methods that I need to think about it, and boost. Small issues like
reloading all data when sorting role suddenly changes. In general terms
it will work nice when you sort by name or size. We have to work further
when we sort by other roles. Nice times.
svn path=/trunk/KDE/kdebase/apps/; revision=676732
Peter Penz [Sun, 17 Jun 2007 15:04:01 +0000 (15:04 +0000)]
Improve the column view by indicating active/inactive columns visually.
svn path=/trunk/KDE/kdebase/apps/; revision=676721
Script Kiddy [Sun, 17 Jun 2007 05:52:33 +0000 (05:52 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=676551
Laurent Montel [Sat, 16 Jun 2007 16:11:29 +0000 (16:11 +0000)]
Add missing encoding key
svn path=/trunk/KDE/kdebase/apps/; revision=676309
Laurent Montel [Sat, 16 Jun 2007 16:00:53 +0000 (16:00 +0000)]
Fix typo
svn path=/trunk/KDE/kdebase/apps/; revision=676307
Peter Penz [Sat, 16 Jun 2007 13:55:48 +0000 (13:55 +0000)]
use a transparent background to let the users eye focus on the folder content (e. g. like in http://www.kde-look.org/content/preview.php?preview=1&id=60475&file1=60475-1.jpg&file2=&file3=&name=Crystal+Project)
svn path=/trunk/KDE/kdebase/apps/; revision=676274
Pino Toscano [Sat, 16 Jun 2007 13:06:27 +0000 (13:06 +0000)]
- add the Encoding key where missing
- end the lists with the separator
svn path=/trunk/KDE/kdebase/apps/; revision=676260
Script Kiddy [Sat, 16 Jun 2007 05:23:15 +0000 (05:23 +0000)]
SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=676131
Peter Penz [Fri, 15 Jun 2007 18:52:06 +0000 (18:52 +0000)]
Column view fixes:
* provide basic drag & drop (including hover information)
* respect font settings and icon size
(still very lot issues are open yet, but I'm in contact with Benjamin to assure that I don't go for a wrong approach)
svn path=/trunk/KDE/kdebase/apps/; revision=676032
Peter Penz [Fri, 15 Jun 2007 17:39:46 +0000 (17:39 +0000)]
provide "hovering" for the items of a column view
svn path=/trunk/KDE/kdebase/apps/; revision=676005
Kevin Ottens [Fri, 15 Jun 2007 00:52:25 +0000 (00:52 +0000)]
Make use of the error messages coming from the places model.
svn path=/trunk/KDE/kdebase/apps/; revision=675760
Peter Penz [Thu, 14 Jun 2007 17:46:12 +0000 (17:46 +0000)]
take care for const-correctness
svn path=/trunk/KDE/kdebase/apps/; revision=675680
Script Kiddy [Thu, 14 Jun 2007 17:32:01 +0000 (17:32 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=675673
Peter Penz [Wed, 13 Jun 2007 20:41:06 +0000 (20:41 +0000)]
internationalization fix (thanks to Andrius Štikonas)
svn path=/trunk/KDE/kdebase/apps/; revision=675221
Laurent Montel [Wed, 13 Jun 2007 18:52:44 +0000 (18:52 +0000)]
Remove not necessary 'class classname;'
svn path=/trunk/KDE/kdebase/apps/; revision=675129
Script Kiddy [Wed, 13 Jun 2007 17:57:01 +0000 (17:57 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=675092
Peter Penz [Wed, 13 Jun 2007 17:42:16 +0000 (17:42 +0000)]
provide a common drawing method for the hover indication during drag & drop until issue/wish #160611 is solved in Qt4.4
svn path=/trunk/KDE/kdebase/apps/; revision=675042
Peter Penz [Wed, 13 Jun 2007 17:08:39 +0000 (17:08 +0000)]
fixed some activation issues in combination with split views
svn path=/trunk/KDE/kdebase/apps/; revision=674980
Peter Penz [Tue, 12 Jun 2007 21:45:22 +0000 (21:45 +0000)]
* allow to toggle the content of split views by the context menu
* minor cleanups in DolphinMainWindow
svn path=/trunk/KDE/kdebase/apps/; revision=674713
Peter Penz [Tue, 12 Jun 2007 19:26:34 +0000 (19:26 +0000)]
assure that when switching the view mode from a column view to another view, that the URL from the dir lister is used instead of the URL from the navigator (has been temporary deactivated because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=674652
Peter Penz [Tue, 12 Jun 2007 17:48:39 +0000 (17:48 +0000)]
use "dialog-close" icon for closing the filterbar
svn path=/trunk/KDE/kdebase/apps/; revision=674618
Peter Penz [Tue, 12 Jun 2007 15:59:06 +0000 (15:59 +0000)]
fix for languages having more than one plural form (thanks to Andrius Štikonas for the patch)
svn path=/trunk/KDE/kdebase/apps/; revision=674576
Sebastian Trueg [Mon, 11 Jun 2007 21:46:04 +0000 (21:46 +0000)]
Adapt Dolphin Nepomuk support to namespace changes.
svn path=/trunk/KDE/kdebase/apps/; revision=674158
Script Kiddy [Sun, 10 Jun 2007 20:58:45 +0000 (20:58 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=673683
Peter Penz [Sun, 10 Jun 2007 11:54:12 +0000 (11:54 +0000)]
don't reset the x-position to 0 in the Column View, if a new directory is loaded
svn path=/trunk/KDE/kdebase/apps/; revision=673500
Peter Penz [Sun, 10 Jun 2007 11:46:41 +0000 (11:46 +0000)]
Remember and restore position of viewport when reloading or going back in history (worked already before the DolphinView/DolphinViewContainer split). Minor open issue: the x-position of the Column View is reset to 0...
svn path=/trunk/KDE/kdebase/apps/; revision=673498
Peter Penz [Sun, 10 Jun 2007 06:36:31 +0000 (06:36 +0000)]
don't connect to slots which are not available anymore
svn path=/trunk/KDE/kdebase/apps/; revision=673397
Peter Penz [Sat, 9 Jun 2007 16:01:46 +0000 (16:01 +0000)]
allow to drop items to the URL navigator again (this was accidentally disabled because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=673254
Peter Penz [Fri, 8 Jun 2007 14:14:34 +0000 (14:14 +0000)]
added signals errorMessage(const QString&) and infoMessage(const QString&) for the DolphinView
svn path=/trunk/KDE/kdebase/apps/; revision=672944
Peter Penz [Fri, 8 Jun 2007 14:02:34 +0000 (14:02 +0000)]
enable progress information in statusbar again (has been disabled temporary because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=672937
Peter Penz [Fri, 8 Jun 2007 13:44:59 +0000 (13:44 +0000)]
enable hovering information in the status bar again (has been disabled temporary because of the DolphinView/DolphinViewContainer split)
svn path=/trunk/KDE/kdebase/apps/; revision=672931
Peter Penz [Thu, 7 Jun 2007 21:57:36 +0000 (21:57 +0000)]
remove unused signal
svn path=/trunk/KDE/kdebase/apps/; revision=672703
Peter Penz [Thu, 7 Jun 2007 21:41:22 +0000 (21:41 +0000)]
assure that the view actions are updated when the split view is activated
svn path=/trunk/KDE/kdebase/apps/; revision=672702
Peter Penz [Thu, 7 Jun 2007 21:30:02 +0000 (21:30 +0000)]
removed obsolete renaming code, which is not needed anymore due to the DolphinView/DolphinViewWidget split
svn path=/trunk/KDE/kdebase/apps/; revision=672696
Peter Penz [Thu, 7 Jun 2007 21:10:48 +0000 (21:10 +0000)]
First big step to make it possible that the DolphinView can be embedded as KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done:
- The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer.
- The DolphinView does not contain any reference to the main window anymore.
Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step...
svn path=/trunk/KDE/kdebase/apps/; revision=672692
Peter Penz [Wed, 6 Jun 2007 20:32:03 +0000 (20:32 +0000)]
start to simplify the DolphinController as preparation for the kparts DolphinViewWidget (as discussed with David)
svn path=/trunk/KDE/kdebase/apps/; revision=672357
Peter Penz [Wed, 6 Jun 2007 18:08:30 +0000 (18:08 +0000)]
don't show a drop indicator if another column than the 'Name' column is hovered
svn path=/trunk/KDE/kdebase/apps/; revision=672310
Peter Penz [Wed, 6 Jun 2007 17:38:22 +0000 (17:38 +0000)]
Instead of darkening the background color of an inactive view, just use a transparent background. Makes no big difference for styles like Plastique, but looks better for Oxygen.
svn path=/trunk/KDE/kdebase/apps/; revision=672302