┌ ┐
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
/
viewproperties.cpp
Age
Commit message (
Expand
)
Author
2010-07-24
Sourcecode hierarchy cleanup: Move further files from src to src/views
Peter Penz
2010-05-19
SVN_SILENT: Minor coding style and format cleanups. No change of behavior has...
Peter Penz
2010-05-19
Don't change the default view properties, if the view mode is changed on a re...
Peter Penz
2010-05-19
SVN_SILENT: Revert accidental commit of temporary debugging codee error messa...
Peter Penz
2010-05-19
Disable the automatic error handling in the DolphinDirLister, the error messa...
Peter Penz
2010-05-14
Rename AdditionalInfoManager to AdditionalInfoAccessor
Peter Penz
2010-05-13
If an information entry will be added to KFileItemDelegate (like done recentl...
Peter Penz
2010-05-11
Expose the new file item property pathorurl to the Dolphin UI. This is mostly...
Sebastian Trueg
2010-01-06
Fixed issue that the "show folders first property" was not delegated to sub d...
Peter Penz
2009-12-12
Removed enums SortByRating and SortByTags. They never have been activated yet...
Peter Penz
2009-10-10
Start of refactoring so that the metadata widget can be moved outside of Dolp...
Peter Penz
2009-04-20
Let the user choose if folders are always shown first in the views of
Frank Reininghaus
2009-02-24
KUrl::path() != KUrl::toLocalFile() - at least not on windows
Christian Ehrlicher
2009-01-14
Group classes into folders, Dolphin is too big in the meantime for having a f...
Peter Penz
2008-06-08
SVN_SILENT: removed trailing spaces
Peter Penz
2008-01-05
Remember the additional-info property (size, date, type, ...) for each view m...
Peter Penz
2007-12-06
fixed issue that when using "Use common view properties for all folders" the ...
Peter Penz
2007-10-26
due to the recent tagging freeze this commit contains several fixes in one:
Peter Penz
2007-10-02
Allow showing additional information like type, size and date in parallel for...
Peter Penz
2007-10-01
Port dolphin to the KFileItemDelegate API changes.
Fredrik Höglund
2007-09-19
If Nepomuk is (temporary) not available use SortByName as fallback for SortBy...
Peter Penz
2007-05-19
include cleanup
Peter Penz
2007-05-09
include cleanup
Dirk Mueller
2007-05-06
coding style cleanup: fix wrong indenting of members in constructor
Peter Penz
2007-04-12
include cleanup
Peter Penz
2007-04-12
include cleanup
Dirk Mueller
2007-04-10
allow to enable the categorization feature for sorting
Peter Penz
2007-04-09
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...
Peter Penz
2007-03-27
Added setters in urlnavigator to remove dependency on dolphinsettings.
David Faure
2007-03-11
Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ...
Peter Penz
2007-03-04
msvc compile++
Christian Ehrlicher
2007-02-21
Fixing autogenerated headers includes
Alexander Wiedenbruch
2007-02-18
Don't use a hardcoded path in the view properties dialog for the mirrored dir...
Peter Penz
2007-02-18
minor cosmetic fix: don't use a group box if the global view properties are s...
Peter Penz
2007-02-18
View properties dialog: Allow to reset all view properties (the timestamp is ...
Peter Penz
2007-02-01
Fix compile
Stefan Gehn
2007-01-30
update to changes in class KGlobal (kdelibs)
Peter Penz
2007-01-10
Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patch...
Peter Penz
2007-01-07
Allow that Dolphin can also be used with global view properties. Per default ...
Peter Penz
2006-12-20
- Performance optimization in DolphinView::loadDirectory() (don't store the v...
Peter Penz
2006-12-13
Instead of having a the 3 view modes "icons", "details" and "previews" only 2...
Peter Penz
2006-12-07
Apply the view properties to sub directories without using a modal window. Th...
Peter Penz
2006-12-04
First step of cleaning up the view properties: inheriting of viewproperties d...
Peter Penz
2006-11-21
compile++
Kevin Ottens
2006-11-21
commited initial version of Dolphin
Peter Penz