┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
panels
Age
Commit message (
Expand
)
Author
2009-04-24
fixed issue that the video preview size was wrong during resizing the informa...
Peter Penz
2009-04-23
- Postpone the video player initialization until the play button has been pre...
Peter Penz
2009-04-17
make it compile w/o nepomuk
Pino Toscano
2009-04-15
Workaround: Phonon::BackendCapabilities::isMimeTypeAvailable(...) returns tru...
Peter Penz
2009-04-15
Initialize the name-label widget with a maximum size. This is important, othe...
Peter Penz
2009-04-12
- hide the video player in any case when the stop-button has been pressed
Peter Penz
2009-04-12
The feature freeze is near: Add video support to the Information Panel. Phono...
Peter Penz
2009-04-12
Allow to enable/disable which information should be shown in the Information ...
Peter Penz
2009-04-01
KonqFileItemCapabilities -> KFileItemListProperties
David Faure
2009-03-29
BUG: 164489
Rahman Duran
2009-03-26
disable rating, comments and tags if no meta data is available
Peter Penz
2009-03-15
a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a che...
Christian Ehrlicher
2009-03-10
allow to disable the preview of the Information Panel
Peter Penz
2009-03-10
insert the meta text information alphabetically sorted
Peter Penz
2009-03-10
allow to hide the rating, comments and tags of the Information Panel
Peter Penz
2009-03-10
provide a context menu for the Information Panel, which allows to show/hide m...
Peter Penz
2009-03-10
Fixed issue that when renaming an item that still the old item name will be s...
Peter Penz
2009-03-03
added dialog to configure which meta data should be shown in the Information ...
Peter Penz
2009-03-03
don't show the phonon widget, if more than one file is selected
Peter Penz
2009-03-03
reset the information panel if an item is shown that got deleted
Peter Penz
2009-02-17
assure that the size hint calculation and the painting code are consistent
Peter Penz
2009-02-17
SVN_SILENT: forgot to remove this include after doing some tests
Peter Penz
2009-02-17
* Use Nepomuk for getting the meta data instead of KFileMetaInfo.
Peter Penz
2009-02-17
removed m_minimumSizeHint member, it is redundant
Peter Penz
2009-02-07
SVN_SILENT Added newline at EOF.
Shaun Reich
2009-02-01
Replace patch for bug 181226 by a different approach, as the previous patch r...
Peter Penz
2009-01-31
Postpone the creating of the media object until the play- or stop-button has ...
Peter Penz
2009-01-31
Don't delete and recreate the phonon widget each time the URL changes, use th...
Peter Penz
2009-01-27
Initial import of Matthias's draft patch for adding video and audio previewin...
Simon Paul St James
2009-01-20
Only actually change the resource if tags were changed.
Sebastian Trueg
2009-01-16
Pressing "Enter" in the folders panel should open the folder in the main view...
Peter Penz
2009-01-14
Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are reli...
Peter Penz
2009-01-14
Group classes into folders, Dolphin is too big in the meantime for having a f...
Peter Penz