Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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.
*