Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* Assorted string fixesPhilip Withnall2010-02-037-18/+18
| | | | | Assorted string fixes, fixing some missing words, incorrect capitalisation; and converting ellipses and dashes into the appropriate Unicode characters.
* [shell] Update only Copy action sensitivity when selection changesCarlos Garcia Campos2010-01-111-1/+2
|
* Add selection-changed signal to EvView to notify that selection has changedCarlos Garcia Campos2010-01-111-14/+11
| | | | And remove has-selection property that was used for that.
* [presentation] Allow finish presentation by clicking on end pageCarlos Garcia Campos2010-01-031-0/+9
| | | | | Escape still works, but end page message now says 'Click to exit'. See bug #309364.
* [shell] Use the new EvViewPresentation for presentation modeCarlos Garcia Campos2010-01-031-128/+45
|
* [shell] Use new function ev_document_links_get_dest_page_label()Carlos Garcia Campos2010-01-031-2/+1
| | | | instead of ev_view_page_label_from_dest() that will be removed soon
* [windows] Properly define the _WIN32_WINNT versionHib Eris2009-12-291-1/+3
|
* Popup view signal is never emitted in presentation modeCarlos Garcia Campos2009-12-281-3/+0
|
* [windows] Gray-out help contents menu option on WindowsHib Eris2009-12-221-0/+5
| | | | | Disable help because help functionality is not yet ported to Windows. See bgo#604703.
* Add evince icon to the win32 executableHib Eris2009-12-222-0/+9
|
* Do not fail to open external uri links that are relative pathsCarlos Garcia Campos2009-12-201-8/+25
| | | | | | | If an external uri is not a valid uri (it doesn't contain :// nor mailto:) we assume it's http if it starts with www, otherwise we build a new uri for the relative path with the document uri as base. Fixes bgo#604716.
* Do not hardcode BINDIR on WindowsHib Eris2009-12-201-0/+10
|
* [shell] Always show rotate iconsCarlos Garcia Campos2009-12-191-0/+7
| | | | Fixes bgo#599398.
* Move EvPrintOperation to libviewTomeu Vizoso2009-12-193-1955/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=604750
* [shell] Get rotation directly from the model when updating window iconCarlos Garcia Campos2009-11-291-5/+6
|
* [shell] Add tooltip text for inverted colors actionCarlos Garcia Campos2009-11-291-1/+2
|
* Add option for displaying with inverted-colorsJuanjo Marín2009-11-291-3/+38
| | | | Fixes bgo#321823.
* [shell] Update window icon too when the inverted colors option is activeCarlos Garcia Campos2009-11-291-0/+21
|
* [shell] Invert colors of thumbnails when inverted colors option is activeCarlos Garcia Campos2009-11-291-6/+33
| | | | See bgo#321823.
* [shell] Do not create a destination for reloading current pageCarlos Garcia Campos2009-11-231-22/+14
|
* [shell] Make "p" and "n" accels unsensitive while searchingCarlos Garcia Campos2009-11-191-0/+2
|
* Add options to open and save attachment annotations to context menuCarlos Garcia Campos2009-11-171-0/+36
|
* [shell] Fix attachment popup labelsCarlos Garcia Campos2009-11-161-2/+2
|
* Use "n" and "p" keys for page jumpCarlos Garcia Campos2009-11-151-0/+4
| | | | Fixes bgo#601217.
* 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.
*