summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-24Fix makefile for appdata fileeom-1.9.0Stefano Karapetsas1-1/+1
2014-10-23Sync translations with transifexmate-i18n7-68/+71
2014-09-24Use MateAboutDialogStefano Karapetsas2-2/+3
2014-09-23Add AppData fileStefano Karapetsas3-0/+27
Provided by Richard Hughes <[email protected]> Closes https://github.com/mate-desktop/eom/issues/56
2014-08-03Sync translations with transifexmate-i18n7-52/+56
2014-07-29all: Fix a load of warningsinfirit8-68/+13
Partly based on eog commit 3859553433838e97367e7678f9da4ba2bcc7f973 From Cosimo Cecchi <[email protected]>
2014-07-29Respect lockdown setting for page setup againinfirit1-4/+7
This apparently got broken when the page setup dialog was merged into the general print dialog. Based on eog commit 1bff58f772de4aad8cbf0886e46e1c26e075b54b From Felix Riemann <[email protected]>
2014-07-29print-preview: Fix typo from commit 31434612ce873fba3410bc38d9fbbb0a411b8a5einfirit1-1/+1
2014-07-29Have GSettings use enum for transparency styleinfirit3-71/+28
Based on eog commit e8f2f6ecdd99dc5dce35a044e84738fe73f937e0 From Felix Riemann <[email protected]> ps infirit: eom never had this value in the convert file
2014-07-29Make the image-collection-position GSetting an enuminfirit2-7/+9
Based on eog commit 7c69b182662f43636b1027fa395f9372593e39bb From Felix Riemann <[email protected]>
2014-07-29Use GSettings enum supportinfirit1-0/+4
Based on eog commit 28a38946c4871ee00305a4a6c0cf9e48c36e530b From Felix Riemann <[email protected]>
2014-07-29Always use mate_gdk_spawn_command_line_on_screeninfirit1-9/+0
2014-07-29Determine collection position and size using a GSettings bindinginfirit2-31/+62
Prepare everything for the use of GSettings' enum support for this. Based on eog commit 0c327b7ec802a07f53da04f5dc484e646548b552 From Felix Riemann <[email protected]>
2014-07-28Add API docs for EomScrollView's new propertiesinfirit1-1/+13
Based on eog commit c630747b02a9589a993c28d244448cdc291131e8 From Felix Riemann <[email protected]>
2014-07-28Switch EomPropertiesDialog netbook mode using a GSettings bindinginfirit1-27/+4
Based on eog commit 21ced20430078aaa283b7925ce282ebb54e05e5d From Felix Riemann <[email protected]>
2014-07-28Fix conflicting mnemonics in View menuinfirit1-2/+2
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=646360 Based on Eog commit b4fefa4d98a8db91738da593e2101160fbd63465 From Felix Riemann <[email protected]>
2014-07-28window: add the primary-toolbar style to the toolbarinfirit1-0/+5
Based on eog commit d1da84198d50703006e747b56ef8ba5107f7f3bd From Cosimo Cecchi <[email protected]>
2014-07-28Make setting the image view background color work againinfirit1-0/+4
The color was assigned to the parent container and not to the drawing area. That made it draw the default theme background color all the time instead. Based on eog commit 64ffb683343d9af629671ea82c85f91130c3ea7d From Felix Riemann <[email protected]>
2014-07-28Put EomClipboardHandler into the public APIinfirit1-1/+1
Based on eog commit a9029cb760020d0de65e32910f2e707c8fb19198 From Felix Riemann <[email protected]>
2014-07-28Use G_DEFINE_INTERFACE for EomMetadataReaderinfirit1-54/+34
Based pm eog commit 200ff4ea06b05554c349d5321f25b087c078cf33 From Felix Riemann <[email protected]>
2014-07-28Make sure EomScrollView's adjustment values are always correctly setinfirit1-34/+21
Ensures one can only scroll as far as necessary. If one scrolled to far the images's last line/column was used for padding. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=631710 Based one eog commit b21dd56b9437e53b7ba8abdd96942c1871edc02c From Felix Riemann <[email protected]>
2014-07-28Check if an editor has been set before comparing it to other appsinfirit1-1/+1
Based on eog commit 349676e43252477219d07cad279861bd9484d94d From Felix Riemann <[email protected]>
2014-07-28Add "Edit Image" toolbar buttoninfirit4-0/+128
Add a conditionally-enabled "Edit Image" toolbar button. The toolbar is only enabled if a specific image editor is specified in GSettings. Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=609958 Based on eog commit b5e6b7d31181ab87f788921f751a6550bddb5bcf From Ryan Lortie <[email protected]>
2014-07-28Replace missed GDK_INTERP_NEAREST with CAIRO_FILTER_NEARESTinfirit1-2/+2
Missed in 72dee2d1a95db4dfa335d98358fdf3f294a9fbaa
2014-07-28Update the thumbview visible range in an idle callbackinfirit1-30/+39
This avoids entering in an infinite loop of unsetting a thumbnail, relayouting the iconview, updating the adjustment, setting the thumbnail, relayouting the iconview, updating the adjustment, unsetting the thumbnail, and so on. Bug https://bugzilla.gnome.org/show_bug.cgi?id=639312 Based on eog commit a395e95c5df2c4cbae9ce749544ec62820746e40 From Claudio Saavedra <[email protected]>
2014-07-28Workaround GtkIconView breakageinfirit1-51/+86
By moving initialization code to the constructed() method. See Eog #639139. https://bugzilla.gnome.org/show_bug.cgi?id=639139 Based on eog commit 0b98b8cc1903142112dd67ecde6a914583087da5 From Claudio Saavedra <[email protected]>
2014-07-28Add a appendix to the main reference documentinfirit1-65/+75
Based on eog commit 45488632bf62cd6891a41c81fcbe4c8a68d55555 From Claudio Saavedra <[email protected]>
2014-07-28Fix gir install pathsinfirit1-2/+2
2014-07-28gtk-doc janitoringinfirit2-3/+50
Based on eog commit cddb3588d5982595ce7e230ea0e045454da8ff90 From Claudio Saavedra <[email protected]>
2014-07-28Dont use EomExifData in the C apiinfirit8-12/+14
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=626257 Based on eog commit f457e6cd2f9b25194145681109ae4bd7f3b4ee7f From Claudio Saavedra <[email protected]>
2014-07-28Add the necessary machinery to generate the introspection data from eominfirit3-8/+53
Annotations are still missing, but this provides enough for basic introspection usage Based on eog commit b316c9e0b30a8c6d67feb8f21a20268e18c8cc3d From Claudio Saavedra <[email protected]>
2014-07-28Don't make enum types internalinfirit1-1/+1
Eog bug https://bugzilla.gnome.org/show_bug.cgi?id=626257 Based on eog commit d3ee0241723db6729cb7331428293c9dc95e8cdd From Claudio Saavedra <[email protected]>
2014-07-28Remove unneeded export-symbols-regex libtool parameterinfirit1-4/+0
The used regex seems to be broken and is causing trouble on BSD. Drop it as doesn't seem to have an effect on the symbol list anyway. Based on eog commit e48ca60f44fef3e61b11d1d75cd3569b3b622212 From Felix Riemann <[email protected]>
2014-07-28Add gtk-doc annotations to the new properties in EomScrollViewinfirit1-0/+11
Based on ec93e7f2c26a09a69dbc93241a50badccb0f6b21 From Felix Riemann <[email protected]>
2014-07-27Set transparency style using GSettingsinfirit2-39/+47
Based on eog commit acdafc3563c5c88d3c2d2a25e4602d774dad92fa From Felix Riemann <[email protected]>
2014-07-27Reflect transparency color API changes in Python bindingsinfirit1-1/+9
Based on eog commit a7d7b35fc1eb92e17901ec9e9054db0f35f2ad80 From Felix Riemann <[email protected]>
2014-07-27Set transparency fill color using GSettingsinfirit3-71/+58
Based on eog commit 2a4e4c30e4a41a1f4b7b452243a56851cdebe442 From Felix Riemann <[email protected]>
2014-07-27Set zoomed out antialiasing using a GSettings bindinginfirit2-28/+19
Based on eog commit bfef239942645fff4a5efe71d801ccb92a185cf7 From Felix Riemann <[email protected]>
2014-07-27Set zoomed in antialiasing using a GSettings bindinginfirit2-28/+19
Based on eog commit 15917972d9a60fc185b1cc9a7b4e304952c49d2d From Felix Riemann <[email protected]>
2014-07-27Rework gsettings code to be more like eoginfirit5-134/+126
2014-07-27Have the ThumbNav's scrollbuttons bound to the GSettings keyinfirit1-25/+4
Based on eog commit 0a898703a9a19589e049a73d21c91898b0dbc51e From Felix Riemann <[email protected]>
2014-07-27Switch scrollwheel zoom setting with GSettingsinfirit2-30/+19
Based on eog commit 8c7cf9f8938673eda2843be650b558084b44303e From Felix Riemann <[email protected]>
2014-07-27Bind zoom multiplier to GSettings instead of setting it by handinfirit2-30/+20
Based on eog commit 0cadaebd5c7561991eceaf3ed9af32f50e63b1e9 From Felix Riemann <[email protected]>
2014-07-27Handle EomScrollView's instance initialization in the right functioninfirit1-69/+84
Moves most of the other stuff done in eom_scroll_view_new over to eom_scroll_view_init. Based on eog commit e7243a9ddad0f31f8759aadbd92ad551781b8480 From Felix Riemann <[email protected]>
2014-07-27Define EomExifData type using G_DEFINE_BOXED_TYPE macroinfirit1-12/+3
Based on eog commit 3cc45bdc35fbfd14627d266c0344f677d2037dcb From Felix Riemann <[email protected]>
2014-07-27Don't use deprecated GLib threading API.infirit1-13/+13
2014-07-27Revert "Don't use deprecated GLib threading API."infirit2-16/+25
This reverts commit 13f1c75845c8a55a95d2c5426dbf343e3828bc78. Has an unrelated change included so we need to split this.
2014-07-26Fix typoinfirit1-1/+1
2014-07-26Unite copy to clipboard functions in a single menu entryinfirit2-39/+2
Also assign a shortcut and icon to it. Based on eog commit 031908baeeac94a398e44e53253ee8454f834242 From Felix Riemann <[email protected]>
2014-07-26Allow handling multiple clipboard data formats from one menu entryinfirit4-5/+395
The new class "snapshots" the required data from the given EomImage and keeps it around for clipboard usage until the clipboard gets reset. Based on eog commit dcb56b03e9c9282138b9da94eddcedfc401ab750 From Felix Riemann <[email protected]>