┌ ┐
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
/
views
/
viewproperties.cpp
Age
Commit message (
Expand
)
Author
2019-02-04
Use more suitable default view mode for recent documents and Downloads folder
Kai Uwe Broulik
2018-10-25
Fix minor typos
Yuri Chornoivan
2018-09-17
[ViewProperties] Check part of home first before doing file system stuff
Kai Uwe Broulik
2018-03-04
Remove unused #include
Roman Inflianskas
2018-03-03
Remove unused #include
Roman Inflianskas
2017-11-21
Modernize: Use nullptr everywhere
Kevin Funk
2017-01-21
Change "Date" to "Modified" and allow access to new "Accessed" time field
Don Nguyen
2016-03-16
[CLAZY] Fixed all level 1 and level 2 warnings with small exceptions
Artur Puzio
2015-02-24
Replace kDebug/kWarning by categorized logging (org.kde.dolphin)
Emmanuel Pescosta
2015-02-06
Clean up includes
Montel Laurent
2014-12-14
use save() instead of writeConfig()
Emmanuel Pescosta
2014-11-10
make use of initializer lists
Emmanuel Pescosta
2014-10-26
don't save view_properties in ~/.local/share/dolphindolphin
Lukáš Tinkl
2014-10-21
port Dolphin from KUrl to QUrl
Lukáš Tinkl
2014-10-18
Fix includes
Montel Laurent
2014-10-18
Fix includes
Montel Laurent
2014-10-01
Ported Dolphin away from KStandardDirs
Emmanuel Pescosta
2014-09-26
Make constants const, avoids unnecessary symbols in the .data section.
Volker Krause
2014-05-05
Allow compiling Dolphin with KF5
Alex Richardson
2013-06-23
Prevent possible infinite recursion in ViewProperties
Frank Reininghaus
2012-11-25
Fix Bug 310465 - Can't switch view mode for non-writable paths
Emmanuel Pescosta
2012-06-08
Krazy fixes
Peter Penz
2012-05-18
Don't create a .directory-file for each directory
Peter Penz
2012-05-16
Provide default view properties for system-places
Peter Penz
2012-05-09
Assure backward compatibility for the sort-role
Peter Penz
2012-05-06
Allow to remember view-properties for search-results
Peter Penz
2012-04-21
Prepare view-engine for non-KFileItem usecase
Peter Penz
2012-03-23
Details view: Optionally remember user changed column-widths
Peter Penz
2012-03-18
remove the : on windows to have a valid path name
Patrick Spendrin
2012-03-13
Remove RolesInfoAccessor
Peter Penz
2012-03-12
Provide backward compatibility with older .directory versions
Peter Penz
2012-03-11
First step to introduce dynamic roles
Peter Penz
2012-03-07
Allow custom sorting of details-view columns
Peter Penz
2011-11-06
Delete obsolete class DolphinSettings
Peter Penz
2011-10-15
Interface cleanups to prepare the return of "grouped sorting"
Peter Penz
2011-08-02
Minor cleanups
Peter Penz
2011-07-30
Merged very early alpha-version of Dolphin 2.0
Peter Penz
2011-02-04
Update e-mail address from
[email protected]
to
[email protected]
Peter Penz
2011-02-04
Use capitalized KDE includes
Peter Penz
2010-12-15
If "Use common view properties for all folders" is checked, the optimized vie...
Peter Penz
2010-11-18
- When showing the trash content, use the details view with path as default view
Peter Penz
2010-09-22
If 'remember view-properties' is selected, store the .directory files only if...
Peter Penz
2010-09-22
Fix issue, that the details-view has no size and date column in the following...
Peter Penz
2010-09-21
SVN_SILENT: There is no plural for "information"
Peter Penz
2010-09-21
It was a bad idea to store the enabled additional-information as bit-values: ...
Peter Penz
2010-09-04
When searching for files, as default view the details view is used showing th...
Peter Penz
2010-08-07
Fix spelling errors reported by crazy
Peter Penz
2010-07-24
Sourcecode hierarchy cleanup: Move further files from src to src/views
Peter Penz