Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [pdf] Add support for Attachment annotationsCarlos Garcia Campos2009-11-162-7/+48
| | | | See bgo#601839
* [libdocument] Add EvAnnotationAttachment to support attachment annotationsCarlos Garcia Campos2009-11-162-19/+102
|
* [shell] Fix attachment popup labelsCarlos Garcia Campos2009-11-161-2/+2
|
* [libdocument] Do not require GAppInfo to support uris when opening an attachmentCarlos Garcia Campos2009-11-161-1/+1
| | | | We are already saving the attachment to a local temp file.
* [libdocument] Use g_file_replace() when saving attachmentsCarlos Garcia Campos2009-11-161-1/+1
| | | | | It was broken since the temp files handling rework, because temp files are now created by ev_mkstemp_file().
* remove unsuitable translation of string <public domain>Aron Xu2009-11-161-2/+2
|
* Update Simplified Chinese translation.Aron Xu2009-11-161-293/+329
|
* Use "n" and "p" keys for page jumpCarlos Garcia Campos2009-11-152-0/+6
| | | | Fixes bgo#601217.
* [libview] Make sure view is redrawn as soon as current page is renderedCarlos Garcia Campos2009-11-151-0/+3
| | | | Fixes bgo#601433.
* [libview] Best page calculation only makes sense in continuous modeCarlos Garcia Campos2009-11-141-11/+10
|
* [configure] Fix doc of default flag valuesEmmanuel Fleury2009-11-141-28/+72
|
* Updated Galician TranslationAntón Méixome2009-11-131-291/+272
|
* Shavian translationThomas Thurman2009-11-122-0/+1255
|
* Do not mark properties name and desc as translatable.Carlos Garcia Campos2009-11-091-8/+8
| | | | See bgo#509824
* Updated Swedish translationDaniel Nylander2009-11-081-267/+301
|
* [build] Fix build with glib < 2.22.0Christian Spurk2009-11-081-0/+2
| | | | Fixes bgo#600338.
* Added Norwegian bokmål translation.Kjartan Maraas2009-11-071-250/+263
|
* [build] Remove shave leftoverChristian Persch2009-11-062-2/+2
| | | | Use $(LIBTOOL), not $(SHAVE_SAVED_LIBTOOL).
* [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
* Updated Slovenian translationMatej Urbančič2009-11-031-6/+14
|
* Updated Spanish translationJorge González2009-11-021-7/+3
|
* Updating Estonian translationIvar Smolin2009-11-021-29/+50
|
* build: Correctly process --with-smclient argumentsChristian Persch2009-11-011-2/+6
| | | | | | | Move SMCLIENT_PKGS handling out of the default case of the --with-smclient AC_ARG_WITH. Bug #590174.
* docs: Make series ID uniqueChristian Persch2009-10-271-1/+1
| | | | Bug #599726.
* Updated Spanish translationJorge González2009-10-271-210/+235
|
* Updated Tamil translationdrtvasudevan2009-10-271-177/+205
|
* [release] 2.29.1Carlos Garcia Campos2009-10-262-5/+112
|
* Add libdocument/ev-file-helpers.c to POTFILES.inCarlos Garcia Campos2009-10-261-0/+1
|
* Bump poppler requirement to 0.12.0Carlos Garcia Campos2009-10-261-1/+1
|
* [build] Fix build with --enable-gtk-docCarlos Garcia Campos2009-10-261-2/+7
|
* Updated Slovenian translationMatej Urbančič2009-10-261-297/+323
|
* [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.
* [comics] Add a bit of documentationChristian Persch2009-10-261-14/+36
|
* [comics] Includes cleanupChristian Persch2009-10-261-5/+6
|
* [build] Remove gitignore files from gitChristian Persch2009-10-2549-1380/+0
| | | | They're autogenerated now.
* Add ev-properties-license.c to POTFILES.in fileCarlos Garcia Campos2009-10-251-0/+1
|
* [libdocument] Remove ev_tmp_dir()Christian Persch2009-10-252-13/+7
| | | | | All access to the tmp dir should be through ev_mkstemp[_file]() and ev_mkdtemp() 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-259-160/+260
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
* [comics] Use a GPtrArray for the page namesChristian Persch2009-10-251-27/+35
| | | | | Use a ptr array for the page names instead of a GSList. Don't sort-on-insert, instead sort in one pass after all pages are inserted.
* 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.
* [pdf] Get information about document license from PDF metadataJuanjo Marín2009-10-251-23/+164
| | | | See bgo#349173.
*