┌ ┐
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
/
dolphinapplication.cpp
Age
Commit message (
Expand
)
Author
2012-08-25
Fix wrong behaviour, when Dolphin is started with --split argument.
Emmanuel Pescosta
2012-03-19
Fix translation issue in context-menu
Peter Penz
2011-11-06
Delete obsolete class DolphinSettings
Peter Penz
2011-07-17
Fix Dolphin session management regression
Frank Reininghaus
2011-04-12
Let each DolphinMainWindow run in a custom process
Peter Penz
2011-02-09
Coding style update for pointer comparison
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-02-05
Fixed regression that has been introduced by the --select option: don't creat...
Peter Penz
2009-12-17
* respect the --select startup option
Peter Penz
2009-08-20
Use KApplication::sessionSaving() to determine if Dolphin is closed by
Frank Reininghaus
2009-08-13
Do not warn the user about closing Dolphin windows with multiple tabs
Frank Reininghaus
2009-02-17
Fixed issue that invoking Dolphin with a specified path is ignored when anoth...
Peter Penz
2008-12-12
SVN_SILENT: removed trailing spaces
Peter Penz
2008-03-23
Open Dolphin in the split-view when started with 2 URLs from the command line...
Peter Penz
2008-01-22
- fix session restore
Luboš Luňák
2007-09-29
Init cwd with the current path (dolphin is a KUniqueApplication)
Pascal Létourneau
2007-06-07
First big step to make it possible that the DolphinView can be embedded as KP...
Peter Penz
2007-05-16
fix for the fix for the fix [1]: assure that invoking Dolphin with remote URL...
Peter Penz
2007-05-16
revert last patch ("fix issue that invoking 'dolphin .' does not work") and r...
Peter Penz
2007-05-16
allow that Dolphin can be started like 'dolphin .' for showing the current di...
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-09
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...
Peter Penz
2007-03-22
Use KUniqueApplication::newInstance() as David suggested some time ago. This ...
Peter Penz
2007-03-20
Improved KMetaData integration. The Dolphin info sidebar now uses KMetaData t...
Sebastian Trueg
2007-02-22
* Starts to add Nepomuk supports to dolphin (currently, only annotations are ...
Oscar Blumberg
2007-02-18
Dolphin is now a KUniqueApplication. A lot of thanks go to Oscar Blumberg, wh...
Peter Penz
2007-02-08
just a coding guideline style fix: assure that a consistent coding style is u...
Peter Penz
2006-12-08
Update the FSF address to 51 Franklin Street (hopefully it is the right one)
Holger Freyther
2006-12-04
reducing a little bit the number of deprecation warnings
Zack Rusin
2006-11-29
Make it (almost) possible to have more than one Dolphin KMainWindow
Holger Freyther