Commit Graph

113 Commits

Author SHA1 Message Date
Alastair Poole b22dc42deb ui: center win on show. 2020-04-17 13:26:38 +01:00
Simon Tischer 3797ca2c95 add count of wallpapers/themes to buttons 2020-04-11 10:52:39 +02:00
Simon Tischer 64b30b3a1f background is now wallpaper
this is done in order to unify the terminology in e and extra.
2020-03-28 15:09:26 +01:00
Simon Tischer 0932548653 new icon 2020-03-28 15:01:38 +01:00
Simon Tischer 7eb8748655 close popup when opening details view 2020-03-25 10:02:21 +01:00
Marcel Hollerbach 936b7edf00 extra: roll to https
its 2020, lets encrypt that.
2020-03-22 15:41:31 +01:00
Marcel Hollerbach 080f5c1997 extra: cleanup before preview_get
this is needed in order to return the correct preview.
2020-03-22 12:53:36 +01:00
Marcel Hollerbach 5b43a74c6d extra: remove autotools
due to the fact, that the packaging subdir was only working with
autotools, that is also removed.
2020-03-22 11:00:16 +01:00
maxerba 805b023f4d Adding danish and italian translations 2017-11-05 12:15:28 +01:00
Marcel Hollerbach 19b261fa42 desktop: also generate this file
i forgot that we need to generate this file.
2017-09-01 13:23:29 +02:00
Marcel Hollerbach c26249acc8 meson: install desktop and icon 2017-08-31 19:57:03 +02:00
Marcel Hollerbach 4cc8d3b26c add a german translation 2017-08-27 21:00:01 +02:00
Marcel Hollerbach 7d501c7e8e extra: be translatable! 2017-08-27 20:59:49 +02:00
Marcel Hollerbach 30ef33ab86 extra! Let there be meson!
extra also join the meson hype train!
2017-08-26 11:10:51 +02:00
Marcel Hollerbach 54e34f4258 extra: dont free n
free file
2017-08-26 11:10:51 +02:00
Andy Williams af36d67bb1 Move icon to settings panel which makes more sense 2017-04-19 08:47:08 +01:00
Marcel Hollerbach 275d7772c4 extra: swtich details and fullscreen buttons
they were the exact other way arround
2017-04-18 15:33:13 +02:00
Marcel Hollerbach 88b11dee94 extra: directly pass the path to the fullscreen function 2017-04-18 15:32:59 +02:00
Marcel Hollerbach 4cdeff4506 extra: refactor site creation
extra_private has grown quite big so extra_util.h is now a seperated
header.
2017-04-07 22:57:54 +02:00
Marcel Hollerbach 890e1b0558 extra: refactor page creation 2017-04-07 19:01:41 +02:00
Marcel Hollerbach b8c6afe5a8 extra: bring the detail view to the backgrounds 2017-04-05 20:04:22 +02:00
Marcel Hollerbach 36661e17c4 extra: move the inwin creation code to utils 2017-04-05 20:04:22 +02:00
Marcel Hollerbach 0bf20cea61 extra: display the source 2017-04-05 20:04:22 +02:00
Jean Guyomarc'h af5e103c7a autotools: don't invoke an undefined macro 2017-02-25 14:16:01 +01:00
Marcel Hollerbach 67f2a7087d extra: refactor code of local/remote paths 2017-02-16 20:59:22 +01:00
Marcel Hollerbach 34e1160449 extra: move the common fields to a struct 2017-02-16 20:28:42 +01:00
Marcel Hollerbach b62d34180c extra: do not use the same request field for cache and download
otherwise we could get a racecondition between two preview_get calls and
preview_download.
2017-02-16 20:10:20 +01:00
Marcel Hollerbach fe62d65bca extra: only override progress if we are not muted
otherwise we could never reach the done callback which wants to be
waited for.
2017-02-16 18:57:01 +01:00
Marcel Hollerbach 39e8e45008 extra: reapply selected state to the grid when the state changes 2017-02-15 22:09:39 +01:00
Marcel Hollerbach 6aa58f27c0 extra: hide the toolbar when a popup is placed 2017-02-15 21:58:20 +01:00
Marcel Hollerbach 4e28bb3394 extra: reset the tooltip bar in the top when the install/uninstall is
done
2017-02-15 21:44:43 +01:00
Marcel Hollerbach 1f502df5cd extra: that should be plural
thank you jf_simon :)
2017-02-13 10:17:35 +01:00
Marcel Hollerbach 037e694827 extra: explicitly show the image 2017-02-12 23:28:54 +01:00
Marcel Hollerbach 7ea72aa641 extra: replace the cache once a bild has updated
otherwise a update of a image does not get downloaded
2017-02-09 00:15:40 +01:00
Daniel Haß aa0a82f61f fixed if condition in autogen.sh 2017-02-05 21:44:04 +01:00
Marcel Hollerbach b4821fea18 extra: the fullscreen window should be maximized and fullscreened 2017-02-05 13:00:10 +01:00
Marcel Hollerbach d36e68bdd4 extra: stop leaking the event rectangle 2017-02-05 12:51:57 +01:00
Marcel Hollerbach 6cda810903 extra: lets be a bit more secure 2017-02-01 21:12:45 +01:00
Marcel Hollerbach 2dfd1b4733 extra: stop spreading error messages about progressbars
this is done by stopping emitting the progress callbacks.
2017-02-01 21:12:29 +01:00
Marcel Hollerbach c32bfdb144 extra: if a image cannot be set delete the file and redownload it
this should fix cases where people dont see complete images because they
are corrupted. For example because the app was closed when then image
was not fully downloaded.
2017-01-31 20:18:05 +01:00
Marcel Hollerbach 633f335cc4 build: really set the defaults that are also written as default 2017-01-25 18:26:11 +01:00
Marcel Hollerbach 1ae919d9cc pkgbuild: make it work
looks like the pkgbuild was a bit older its now updated.

It works after you have run ./autogen in the project directory
2017-01-25 18:25:26 +01:00
Marcel Hollerbach 6a5fe80585 extra: add all files that are needed for that dist 2017-01-23 23:50:49 +01:00
Marcel Hollerbach f94b39987e extra: remove the theme stuff
Its not needed
2017-01-23 23:50:49 +01:00
Andy Williams f221c3141c Update copying to reflect AUTHORS 2017-01-23 22:38:16 +00:00
Marcel Hollerbach 5decd8debc extra: fill the manpage 2017-01-23 23:19:01 +01:00
Marcel Hollerbach deb5e0b9a3 extra: add a option to get back to the default 2017-01-23 23:12:31 +01:00
Marcel Hollerbach e0bc2ad19a extra: close fullscreen when pressing escape 2017-01-23 22:59:54 +01:00
Marcel Hollerbach 4030ddba2f extra: remove popup toolbar when details are opened 2017-01-23 22:56:15 +01:00
Marcel Hollerbach a368556033 extra: close fullscreen if you click on the window 2017-01-23 22:53:45 +01:00