Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-application.h
Commit message (Collapse)AuthorAgeFilesLines
* [shell] Add ev_application_get_n_windows()Carlos Garcia Campos2010-07-121-0/+1
|
* [shell] Add ev_application_get_dbus_connection()Carlos Garcia Campos2010-06-281-0/+1
|
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [shell] Don't exit with non-writable $HOMEChristian Persch2009-10-251-1/+2
| | | | | | Allow running without out dot dir. Also, don't warn when loading the print settings and the file just doesn't exist yet.
* Move load/save toolbars model from EvApplication to EvWindowCarlos Garcia Campos2009-10-231-4/+0
|
* Move load/save print settings code from EvApplication to EvWindowCarlos Garcia Campos2009-10-231-6/+0
| | | | Settings are now loaded everytime before printing and saved after.
* Use always a different process for every documentCarlos Garcia Campos2009-10-211-5/+4
|
* Run evince instances in different processes instead of single instanceCarlos Garcia Campos2009-10-201-10/+4
| | | | | | | | | | | | - When built with DBus support a daemon is used to keep track of opened documents and reload them when reopened. - Crash recovery code has been removed. - Metadata migration code has been moved from main.c to ev-daemon.c, so that it's only run once on daemon startup. Fixes bgo#583680, bgo#434966, bgo#497388, bgo#524633 and bgo#586087.
*