Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove some code duplicationHib Eris2010-05-251-30/+1
|
* [windows] Fix localization on WindowsHib Eris2010-05-251-1/+30
| | | | Fixes bgo#610548
* [shell] Use async GDBus api in ev-applicationCarlos Garcia Campos2010-05-251-7/+6
|
* [shell] Do not use the gconf gsettings backend any moreCarlos Garcia Campos2010-05-221-5/+0
| | | | | | | | - rename keys to follow gsettings name restrictions (s/_/-/) - remove the hardcoding of the gconf backend - use new gsettings macros as they have changed in glib 2.25.6 Based on patch by Matthias Clasen, see bug #619335.
* [shell] Fix opening files with '#' in its nameCarlos Garcia Campos2010-05-111-1/+23
| | | | See bug #616515.
* [shell] Port override_restrictions gconf key to GSettingsCarlos Garcia Campos2010-05-031-0/+5
|
* Parse page dest from uri before creating the fileCarlos Garcia Campos2010-04-251-9/+13
| | | | See bug #616515.
* 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] Add command line option to open document at a given page indexCarlos Garcia Campos2010-04-011-1/+6
| | | | Based on patch by Daniel M. German. Fixes bug #613449.
* Assorted string fixesPhilip Withnall2010-02-031-1/+1
| | | | | Assorted string fixes, fixing some missing words, incorrect capitalisation; and converting ellipses and dashes into the appropriate Unicode characters.
* [windows] Properly define the _WIN32_WINNT versionHib Eris2009-12-291-1/+3
|
* Use always a different process for every documentCarlos Garcia Campos2009-10-211-28/+13
|
* Run evince instances in different processes instead of single instanceCarlos Garcia Campos2009-10-201-310/+41
| | | | | | | | | | | | - 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.
* [metadata] Run evince-convert-metadata tool at startup when neededCarlos Garcia Campos2009-10-111-0/+80
| | | | This will migrate the old metadata file to gvfs metadata
*