Wykres commitów

19 Commity (master)

Autor SHA1 Wiadomość Data
Tomasz Golinski 6e959ea058 Fix for heatmap powiaty making output colored
Background image was grayscale and IM needed to be told to promote it to color.
2021-07-27 23:47:06 +02:00
Tomasz Golinski 9f5e87e603 Fix another Imagemagick problem
Apparently IM doesn't set background color on newly created image.
2020-11-02 21:41:14 +01:00
Tomasz Golinski f3020c4bfa Fix compilation with Imagemagick
Imagine that, Imagemagick doesn't follow its own API documentation. They introduced an enum but forgot to update docs... Worked fine with Graphicsmagick though.
2020-11-02 21:11:50 +01:00
Tomasz Golinski 155943a6c9 Initial support for animated GIFs instead of heatmaps 2020-11-02 21:01:27 +01:00
Tomasz Golinski 72dc1292da clang-format 2020-08-06 23:58:14 +02:00
Tomasz Golinski 1fde534d34 Move maps to separate dir in target dir, create separate meson.build for that dir 2020-04-02 22:13:06 +02:00
Tomasz Golinski 1a3a7e0747 Change containers used to store caches. std::set didn't allow to change elements inside and it was the easiest way to deal with extra data from the logs. 2020-02-29 02:04:55 +01:00
Tomasz Golinski 88d052b4d8 Try to color the trail a bit 2020-02-23 03:52:47 +01:00
Tomasz Golinski f4c861867a clang-format 2020-02-17 21:27:51 +01:00
Tomasz Golinski 2ab560f172 CPPCHECK: Change arguments to references, add some consts 2020-02-11 17:34:23 +01:00
Tomasz Golinski b7d199e658 Hopefull fix compilation of path generation with both IM and GM 2020-02-02 12:55:10 +01:00
Tomasz Golinski 9acc262739 Not sure it makes sense, but draw a path connecting caches 2020-02-02 12:27:32 +01:00
Tomasz Golinski 3234258bca Use reference instead of pointer in class Heat constructor, add an assert 2020-01-25 11:44:29 +01:00
Tomasz Golinski a5abf529bb Make more stats use only filtered list of caches in a consistent way 2020-01-25 11:40:56 +01:00
Tomasz Golinski f9de2eb172 Exclude mobile and own caches from heatmap. 2019-10-21 14:50:24 +02:00
Tomasz Golinski 194a4e4246 Support exponential heat map theme 2019-09-12 14:07:52 +02:00
Tomasz Golinski 3218af8d99 Minor cleanup 2019-09-10 14:03:01 +02:00
Tomasz Golinski 6f440ed97e Make it easier to support other map backgrounds, added Europe map 2019-09-08 22:22:14 +02:00
Tomasz Golinski 54e240f910 Initial commit 2019-09-08 19:13:06 +02:00