summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-10camera: avoid confusing error messageHEADmasterWim Taymans1-1/+1
Report about the name of the missing element instead of some other unrelated string.
2015-06-29Updated Portuguese translationPedro Albuquerque1-199/+207
2015-05-20Updated Occitan translationCédric Valmary1-303/+447
2015-05-14Updated Tajik translationVictor Ibragimov1-140/+146
2015-04-28Update NEWS for 3.17.1 releaseDavid King2-3/+18
2015-04-28Silence a gtk-doc undeclared symbol warningDavid King1-2/+4
Split the typedef of CheeseVideoFormat out, so that gtk-doc does not report an undeclared symbol.
2015-04-13Use G_DECLARE_FINAL_TYPE where possibleDavid King18-282/+82
2015-04-13icon: install symbolic to symbolic sizeJakub Steiner2-2/+2
rather than installing to scalable size, we install to symbolic due to the nominal size of 16x16
2015-04-13Provide a symbolic variant of the application iconJakub Steiner2-0/+31
Used for the High Contrast theme. The symbolic size has been introduced to hicolor to cope with the nominal size of 16x16 rather than the backward compatible 128x128. https://bugzilla.gnome.org/show_bug.cgi?id=747013
2015-03-24Update NEWS for 3.16.0 releaseDavid King2-3/+7
2015-03-18Updated Vietnamese translationTrần Ngọc Quân1-27/+28
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2015-03-16Update NEWS for 3.15.92David King2-3/+10
2015-03-13Added Bosnian translationSamir Ribic2-0/+567
2015-03-04Updated German translationSimon Linden1-461/+285
2015-03-02Updated Kazakh translationBaurzhan Muftakhidinov1-276/+320
2015-02-16Update NEWS for 3.15.90 releaseDavid King2-3/+26
2015-02-16Avoid warnings from -Wswitch-enumDavid King2-22/+10
Check switch statements where several cases are intentionally not handled by using an if instead.
2015-02-16Avoid a preprocessor warningDavid King1-0/+2
2015-02-16Fix const cast warningsDavid King1-2/+7
2015-02-16Fix signedness comparison errorDavid King1-1/+1
2015-02-16Fix shadowed variableDavid King1-3/+3
2015-02-16Remove old-style function definitionsDavid King2-2/+2
2015-02-16Fix signed comparison warning in camera serviceDavid King1-1/+1
2015-02-16Update gtkdoc_jh_path_xml_catalog.m4 from gtk-docDavid King1-7/+34
2015-02-16Remove use of GSEAL_ENABLEDavid King1-1/+1
It is no longer useful with GTK+ 3, where every widget has been sealed.
2015-02-16Remove use of GNOME_MAINTAINER_MODE_DEFINESDavid King1-1/+0
https://wiki.gnome.org/Projects/GnomeCommon/Migration
2015-02-16Drop use of gnome-autogen.shDavid King3-9/+78
https://wiki.gnome.org/Projects/GnomeCommon/Migration
2015-02-11preferences: resolve ambiguous 'ListStore' usageRyan Lortie1-2/+2
There is now a GLib.ListStore as well, so make sure we use the full name Gtk.ListStore to avoid an ambiguous reference.
2015-01-23Update Aragonese translationDaniel Martinez1-258/+354
2015-01-19Update NEWS for 3.15.4 releaseDavid King2-3/+22
2015-01-19Ignore intermediate file with Automake 1.15David King1-0/+1
2015-01-19Removed obsolete variables in autogen.shDavid King1-4/+2
2015-01-07um-crop-area: Fix deprecated API usageRui Matos1-1/+2
https://bugzilla.gnome.org/show_bug.cgi?id=742530
2015-01-07um-crop-area: Enforce a minimum sizeRui Matos1-0/+13
Otherwise, if callers aren't careful, users could resize us so small that we'd crash inside gdk_pixbuf_scale() . https://bugzilla.gnome.org/show_bug.cgi?id=742530
2015-01-07um-crop-area: Fix background rendering around the pictureRui Matos1-35/+27
Instead of trying to fill the displayed pixbuf with the background color (and failing at that), just make the pixbuf be an aspect correct scaled size of the original picture and draw it at the correct offset on the draw vfunc. This allows us to get rid of deprecated gtk+ API usage and fixes the background around the picture ending up black despite de code's intent. https://bugzilla.gnome.org/show_bug.cgi?id=742530
2014-12-15Update NEWS for 3.15.3 releaseDavid King2-3/+13
2014-12-14Updated Czech translationMarek Černocký1-1/+1
2014-12-11Updated Vietnamese translationTrần Ngọc Quân1-506/+333
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2014-12-06Updated Turkish translationYaşar Şentürk1-41/+22
2014-12-04Updated Turkish translationMuhammet Kara1-255/+319
2014-11-25Refactor crop area scaling codeOndrej Holy1-5/+7
Recently committed patch f9d576e was modified before applying it into the g-c-c to be more readable. This patch reflect those changes in cheese. https://bugzilla.gnome.org/show_bug.cgi?id=739870
2014-11-24Update NEWS for 3.15.2 releaseDavid King2-3/+18
2014-11-24Fix Nepali desktop file keywords translationDavid King1-1/+1
2014-11-22Added Nepali translationPawan Chitrakar2-0/+573
2014-11-10Add name and summary elements to AppDataDavid King1-4/+3
Pacify appstream-util validate.
2014-11-10Limit default size for avatar croppingOndrej Holy1-2/+5
Commit c605ad3578ff66452bd7b01d257f31c64e7905ef enlarged default size for cropping avatars thus crop rectangle could be easily bigger then image. The crop rectagle can't be modified and cc_crop_area_get_picture causes errors if the rectangle is bigger, because it has negative coordinates. Limit the default size to fit the image also. https://bugzilla.gnome.org/show_bug.cgi?id=739870
2014-11-03Change Finnish translation team web page to l10n.gnome.orgTimo Jyrinki1-1/+1
2014-10-27Update NEWS for 3.15.1 releaseDavid King2-2/+39
2014-10-25Substitute bindir and libexecdir in Makefile.amDavid King2-6/+13
Rather than substituting the values of libexecdir and bindir during configure, which might include some unexpanded shell variables, expand and substitute them as targets in Makefile.am instead. https://bugzilla.gnome.org/show_bug.cgi?id=726095
2014-10-25Use AC_PROG_SED in configure.acDavid King2-1/+2