Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Do not mark properties name and desc as translatable.Carlos Garcia Campos2009-11-091-8/+8
* [build] Fix build with glib < 2.22.0Christian Spurk2009-11-081-0/+2
* [shell] Disable print page setup options according to lockdownCarlos Garcia Campos2009-11-061-1/+14
* [shell] Update actions sensitivity when gconf keys changeCarlos Garcia Campos2009-11-061-13/+52
* [shell] Fix memory leakCarlos Garcia Campos2009-11-061-0/+1
* [shell] Fix loading of remote filesCarlos Garcia Campos2009-11-061-2/+3
* [printing] Embed page setup settings in the print dialogCarlos Garcia Campos2009-10-263-3/+107
* shell: Actually use the launch contextChristian Persch2009-10-261-2/+5
* [shell] Use correct timestampsChristian Persch2009-10-261-8/+9
* [build] Remove gitignore files from gitChristian Persch2009-10-251-29/+0
* [shell] Remove unused variablesChristian Persch2009-10-251-1/+1
* [shell] Don't exit with non-writable $HOMEChristian Persch2009-10-253-26/+31
* libdocument: Clean up temp file handlingChristian Persch2009-10-253-22/+37
* Add a new tab in properties dialog to show information about document licenseCarlos Garcia Campos2009-10-254-0/+237
* Revert "[printing] Make evince output pdf on supported printers"Carlos Garcia Campos2009-10-251-7/+2
* [printing] Set page orientation of each page when printingAdrian Johnson2009-10-251-0/+20
* [printing] Preserve aspect ratio when scaling page for printingAdrian Johnson2009-10-251-2/+6
* 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
* [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
* Set DESKTOP_STARTUP_ID env var on spawned evince processes to prevent focus s...Carlos Garcia Campos2009-10-211-3/+18
* Use always a different process for every documentCarlos Garcia Campos2009-10-215-262/+168
* [shell] Do not setup page from metadata when provided by command lineCarlos Garcia Campos2009-10-211-1/+2
* daemon: Use g_spawn_sync, and correctly test exit codeChristian Persch2009-10-201-9/+13
* shell: Don't crash when we don't have a DBUS connectionChristian Persch2009-10-201-1/+2
* Run evince instances in different processes instead of single instanceCarlos Garcia Campos2009-10-207-647/+831
* Make sure metadata exists before reference it when opening a copyCarlos Garcia Campos2009-10-111-1/+2
* Remove ev-metadata-managerCarlos Garcia Campos2009-10-113-790/+0
* [shell] Use EvMetadata to get/set gvfs metadataCarlos Garcia Campos2009-10-112-213/+209
* [metadata] Run evince-convert-metadata tool at startup when neededCarlos Garcia Campos2009-10-112-0/+81
* [metadata] Add EvMetadata to handle gvfs metadataCarlos Garcia Campos2009-10-113-0/+377
* [metadata] Add evince-convert-metadata toolCarlos Garcia Campos2009-10-112-0/+310
* [shell] Make sure total_num_bytes > 0 before using it in progress callbacksCarlos Garcia Campos2009-10-071-2/+11
* [shell] Escape uri before showing it in progress areaCarlos Garcia Campos2009-10-071-1/+3
* [utils] Remove escape_uri_for_display() in favor of g_uri_unescape_string()Carlos Garcia Campos2009-10-072-42/+0
* [shell] Use g_uri_unescape_string() instead of our own implementationCarlos Garcia Campos2009-10-072-2/+2
* [shell] Remove progress message area when document download finishesCarlos Garcia Campos2009-10-071-1/+2
* [shell] Fix a crash due to an uninitialized variableCarlos Garcia Campos2009-10-071-1/+1
* [thumbnails] Remarks the selected thumbnail after rotationJuanjo MarĂ­n2009-09-271-0/+2
* Do not try to recover invalid or unneeded filesCarlos Garcia Campos2009-09-251-45/+85
* Fix thumbnails rotation when loading a rotated documentCarlos Garcia Campos2009-09-201-0/+1
* Use EvInfoBar instead of GeditMessageAreaCarlos Garcia Campos2009-09-184-41/+63
* Use model instead of view to handle continuous, dual-page and fullscreenCarlos Garcia Campos2009-09-151-68/+57
* [shell] Remove unneeded call to ev_view_set_screen_dpi()Carlos Garcia Campos2009-09-151-2/+0
* [shell] Make sure to not open a document on the last pageCarlos Garcia Campos2009-09-151-14/+7
* [shell] Use ev_window_open_document() to open a copy instead of using a symlinkCarlos Garcia Campos2009-09-151-125/+10