Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Do not mark properties name and desc as translatable.Carlos Garcia Campos2009-11-091-8/+8
| | | | See bgo#509824
* [build] Fix build with glib < 2.22.0Christian Spurk2009-11-081-0/+2
| | | | Fixes bgo#600338.
* [shell] Disable print page setup options according to lockdownCarlos Garcia Campos2009-11-061-1/+14
| | | | See bgo#568433.
* [shell] Update actions sensitivity when gconf keys changeCarlos Garcia Campos2009-11-061-13/+52
| | | | See bgo#568433.
* [shell] Fix memory leakCarlos Garcia Campos2009-11-061-0/+1
|
* [shell] Fix loading of remote filesCarlos Garcia Campos2009-11-061-2/+3
| | | | It was broken by the temp file handling rework
* [printing] Embed page setup settings in the print dialogCarlos Garcia Campos2009-10-263-3/+107
| | | | Based on patch by Marek Kašík. Fixes bgo#591551.
* shell: Actually use the launch contextChristian Persch2009-10-261-2/+5
|
* [shell] Use correct timestampsChristian Persch2009-10-261-8/+9
| | | | Use gtk_get_current_event_time() instead of GDK_CURRENT_TIME.
* [build] Remove gitignore files from gitChristian Persch2009-10-251-29/+0
| | | | They're autogenerated now.
* [shell] Remove unused variablesChristian Persch2009-10-251-1/+1
|
* [shell] Don't exit with non-writable $HOMEChristian Persch2009-10-253-26/+31
| | | | | | Allow running without out dot dir. Also, don't warn when loading the print settings and the file just doesn't exist yet.
* libdocument: Clean up temp file handlingChristian Persch2009-10-253-22/+37
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
* Add a new tab in properties dialog to show information about document licenseCarlos Garcia Campos2009-10-254-0/+237
| | | | Based on patch by Juanjo Marín. Fixes bgo#349173.
* Revert "[printing] Make evince output pdf on supported printers"Carlos Garcia Campos2009-10-251-7/+2
| | | | See https://bugs.launchpad.net/ubuntu/+source/evince/+bug/451265
* [printing] Set page orientation of each page when printingAdrian Johnson2009-10-251-0/+20
| | | | | so that documents with mixed portrait/landscape pages print correctly. Fixes bgo#599470.
* [printing] Preserve aspect ratio when scaling page for printingAdrian Johnson2009-10-251-2/+6
| | | | Fixes bgo#599468.
* Use gtk_window_present() when opening a copy instad of gtk_widget_show()Carlos Garcia Campos2009-10-231-1/+1
|
* Make accels map save atomicCarlos Garcia Campos2009-10-231-19/+49
|
* Move load/save toolbars model from EvApplication to EvWindowCarlos Garcia Campos2009-10-233-86/+81
|
* Move load/save print settings code from EvApplication to EvWindowCarlos Garcia Campos2009-10-233-255/+153
| | | | Settings are now loaded everytime before printing and saved after.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* Update all window copies of the same document when requesting a remote open_uriCarlos Garcia Campos2009-10-221-21/+73
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+29
| | | | Import git.mk.
*