summaryrefslogtreecommitdiff
path: root/properties
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15Fix cppcheck [knownConditionTrueFalse] warningsPablo Barciela1-1/+1
Fixes the warnings: backend/comics/comics-document.c:767:21: style: Condition 'bytes<=0' is always true [knownConditionTrueFalse] backend/epub/minizip/unzip.c:603:25: style: Condition 'unz_copyright[0]!=' '' is always false [knownConditionTrueFalse] properties/ev-properties-view.c:197:33: style: Condition 'text' is always true [knownConditionTrueFalse] shell/ev-sidebar-thumbnails.c:598:7: style: Condition '!loading_icon' is always true [knownConditionTrueFalse] shell/main.c:115:6: style: Condition '!error' is always true [knownConditionTrueFalse]
2020-01-31Fix year 2038 issue with signed 32-bit integersrbuj1-2/+2
GTime is defined to always be a signed 32-bit integer, it will overflow in the year 2038.
2019-11-11add hint for translatorsWu Xiaotian1-0/+1
2019-11-11migrate from intltool to gettextWu Xiaotian2-5/+6
2019-07-01Remove trailing whitespacesLaurent Napias2-20/+20
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2018-01-09update copyright year to 2018monsta1-1/+1
2017-08-15update copyright year in Caja extensionmonsta1-1/+1
2017-04-18build: properly clean the generated .caja-extension filemonsta1-0/+2
2017-03-05Revert "sometimes info->linearized is not a string" andAlexei Sorokin1-15/+2
"crash on g_free the address 0 or 1" These hacks are no longer of need after 1a0f225
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-97/+1
and require caja >= 1.17.1
2016-07-28add some missing contextual information for translatorsmonsta1-0/+5
ported from: https://git.gnome.org/browse/evince/commit/?id=544d9b4a73011c1e5a7b1d37b05a94f761d0dc03
2016-06-24GTK+-3: Use GtkGrid instead of GtkTableraveit651-0/+94
taken from: https://git.gnome.org/browse/evince/commit/?id=da8f31e
2016-06-22Do not use deprecated GTK_TYPE_VBOX definitionsraveit651-3/+4
2016-01-07update copyrights, mention MATE team in caja extensionmonsta1-1/+1
it can be made more detailed of course, but for now it will do. closes https://github.com/mate-desktop/atril/issues/120
2015-12-04properties page: unescape location URImonsta1-1/+1
from https://git.gnome.org/browse/evince/commit?id=397f67d960dc516619ab11be88455de91695eb5c
2014-11-09properties: add new ini file to EXTRA_DISTinfirit1-0/+2
2014-11-03Add about info to caja extension ini fileStefano Karapetsas2-4/+8
2014-10-29Make strings in ini file translatableStefano Karapetsas1-2/+2
2014-10-28add ini file for caja extensionAlexander van der Meij2-0/+9
2013-03-21Update make files for autoconf 1.13raveit1-1/+1
2011-12-22sometimes info->linearized is not a stringPerberos1-2/+15
2011-11-09renaming libevdocument and libevview to prevent file conflictsPerberos1-1/+1
2011-11-09renaming evince to atrilPerberos4-14/+14
2011-11-09inicialPerberos4-0/+643