| Age | Commit message (Collapse) | Author |
|
Dolphin 2.0 will get a new view-engine with the
following improvements:
- Better performance
- Animated transitions
- No clipped filenames due to dynamic item-sizes
- Grouping support for all view-modes
- Non-rectangular selection areas
- Simplified code for better maintenance
More details will be provided in a blog-entry during
the next days.
Please note that the code is in a very
early alpha-stage and although the most tricky parts
have been implemented already very basic things like
drag and drop or selections have not been pushed yet.
Those things are rather trivial to implement but this
still will take some time.
|
|
BUG:190579
REVIEW:101573
|
|
This makes it unnecessary to manually apply the plugins. See https://git.reviewboard.kde.org/r/100578/ for more details.
|
|
|
|
Most developers seem to prefer
if (ptr) ...
if (!ptr) ...
in comparison to
if (ptr != 0) ...
if (ptr == 0) ...
Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy.
|
|
|
|
|
|
|
|
This fixes the issue that the initial size of the Filter Panel is too small.
|
|
Panel and the tooltips. This fixes the issue that a disabled thumbnail-plugin might be chosen. For 4.7 it should be considered to move this code into KIO::filePreview() as default already (will provide a patch on the reviewboard).
svn path=/trunk/KDE/kdebase/apps/; revision=1215459
|
|
"panels/information", as it is not used anymore for the tooltips and only in the information panel.
svn path=/trunk/KDE/kdebase/apps/; revision=1214480
|
|
BUG: 229811
FIXED-IN: 4.7.0
svn path=/trunk/KDE/kdebase/apps/; revision=1210424
|
|
This fixes previews for Nepomuk Search results.
svn path=/trunk/KDE/kdebase/apps/; revision=1201458
|
|
meta-information of an only shortly hovered file.
svn path=/trunk/KDE/kdebase/apps/; revision=1193131
|
|
top-aligned.
svn path=/trunk/KDE/kdebase/apps/; revision=1192621
|
|
Otherwise the information of the file-item will be shown instead of the selection.
svn path=/trunk/KDE/kdebase/apps/; revision=1183544
|
|
folder-information works reliable when switching between directories.
svn path=/trunk/KDE/kdebase/apps/; revision=1183537
|
|
they accept an URL or not.
svn path=/trunk/KDE/kdebase/apps/; revision=1183480
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1180723
|
|
provided by the global KIconLoader for dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=1169554
|
|
during the startup
svn path=/trunk/KDE/kdebase/apps/; revision=1164877
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1160316
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1160311
|
|
"src/panels/information"
svn path=/trunk/KDE/kdebase/apps/; revision=1154154
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
|
|
showing metadata for the currently selected folder. This way we can even get rid of the
special handling of nepomuksearch:/ URLs since the KIO slave provides a nice name and
all you need to show to the user.
Even nicer: When clicking an entry in the metadata view the resulting query will be related
to the one clicked resource. This resource will then be represented by the query folder.
So all in all this patch makes Dolphin more generic while additionally activating a new feature.
svn path=/trunk/KDE/kdebase/apps/; revision=1152959
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1148408
|
|
a rich text. This fixes the issue, that selecting multiple files leads to an output like "<html>9 items selected</html>".
svn path=/trunk/KDE/kdebase/apps/; revision=1137340
|
|
Information Panel are wrapped in a more clever way:
E. g.
dolphinviewcontainer.cp
p
gets wrapped as
dolphinviewcontainer.
cpp
now.
svn path=/trunk/KDE/kdebase/apps/; revision=1132031
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1132029
|
|
a layout. Thanks to Sebastian Trüg for the hint!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1132028
|
|
the tooltips.
svn path=/trunk/KDE/kdebase/apps/; revision=1128630
|
|
least I hope as non-native English speaker that this is the case ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=1126705
|
|
must be set manually nowidget
svn path=/trunk/KDE/kdebase/apps/; revision=1115496
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1107448
|
|
KFileMetaDataWidget code has been moved to kdelibs
svn path=/trunk/KDE/kdebase/apps/; revision=1107432
|
|
KFileMetaDataConfigurationWidget.
svn path=/trunk/KDE/kdebase/apps/; revision=1106465
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1102862
|
|
* use the data provided by the model instead reading it again
* allow to enable/disable also custom meta data
svn path=/trunk/KDE/kdebase/apps/; revision=1102852
|
|
This prevent a possible flickering when starting Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=1102837
|
|
By this it is possible that other applications like e. g. Gwenview provide custom widgets to change EXIF data directly within the meta data widget.
svn path=/trunk/KDE/kdebase/apps/; revision=1102834
|
|
The sorting of the meta data items is now done by the group. Within the group the sorting is done by their translated labels.
svn path=/trunk/KDE/kdebase/apps/; revision=1102778
|
|
This allows to extend the model with custom meta data (might e. g. be useful for Gwenview).
svn path=/trunk/KDE/kdebase/apps/; revision=1102749
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1101351
|
|
to kdelibs for KDE SC 4.5 (some interfaces of KMetaDataWidget need to be cleaned up first).
KNfoTranslator is marked as private class, as it is not clear yet whether it should be used by other classes like KFileMetaInfo.
svn path=/trunk/KDE/kdebase/apps/; revision=1098897
|
|
of older threads will just get ignored.
svn path=/trunk/KDE/kdebase/apps/; revision=1097289
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1097154
|
|
- Use RDF labels internally.
- Provide better default settings, which meta data are hidden.
- Allow to configure which meta data is shown also if Nepomuk is turned off.
svn path=/trunk/KDE/kdebase/apps/; revision=1096571
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1096542
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1096541
|