Wykres commitów

181 Commity (649e6e27950a441cd5236870ae9bfeabbb0ef42e)

Autor SHA1 Wiadomość Data
Tomasz Golinski 649e6e2795 Add cache status code for gpx and ocdb 2020-03-20 01:49:06 +01:00
Tomasz Golinski f4e6a3575a Add extra class specifier also to details/summary box for histogram 2020-03-20 01:47:46 +01:00
Tomasz Golinski 1ad7ab0399 Add some semantic html5 tags 2020-03-19 18:31:55 +01:00
Tomasz Golinski 62129dca09 Add extra class specifier to histograms 2020-03-19 18:31:35 +01:00
Tomasz Golinski fe6f540bd7 Correct off-by-one error in histogram html generation 2020-03-19 17:40:43 +01:00
Tomasz Golinski 0c67ff047c Fix float output format 2020-03-13 20:53:17 +01:00
Tomasz Golinski 6678d26646 Fix a border around summary element after clicking on it 2020-03-09 22:55:12 +01:00
Tomasz Golinski 12556926c6 Bump CSS pseudoversion for new detail code 2020-03-09 20:42:53 +01:00
Tomasz Golinski 3012bfba95 Make distance a float and set precision for output accordingly 2020-03-09 20:36:08 +01:00
Tomasz Golinski fb78f3a9b6 Remove fancy collapsible code and replace it by plain HTML5 details-summary tags 2020-03-09 13:20:49 +01:00
Tomasz Golinski 542dcb013d Print out number of archived caches 2020-03-06 10:56:11 +01:00
Tomasz Golinski 8edb4893f0 Fetch cache status 2020-03-06 10:55:57 +01:00
Tomasz Golinski 6e6330975f Simplify a bit conditions in json checks 2020-03-02 22:58:34 +01:00
Tomasz Golinski 0fbdd6e3e9 Add some sanity check for json access
When json is const, access to non-existant key causes assert failure. Need to check first if the key exists
2020-03-02 22:58:14 +01:00
Tomasz Golinski 92bfb82eb2 Store type of log as an integer value in SQLite. 1 for found, 0 for not found, -1 for other 2020-03-02 21:55:19 +01:00
Tomasz Golinski 40a8143338 Change SQLite diff/terr fields to int by storing twice the number 2020-03-02 21:52:45 +01:00
Tomasz Golinski 8dd58d1a90 Change SQLite db init code 2020-03-02 19:23:34 +01:00
Tomasz Golinski 9a25aa1f33 Cache codes on OCde can be 7 chars long... 2020-02-29 23:20:03 +01:00
Tomasz Golinski b5fc394a6e Drop support of GPX files from geostat web version temporarily 2020-02-29 23:19:45 +01:00
Tomasz Golinski d961ae6dab Fix a bug reintroduced while changing the containers: need to use set for codes to get rid of duplicates 2020-02-29 23:05:11 +01:00
Tomasz Golinski 93d05cb4ab Drop CSS rules for www form from geo.css 2020-02-29 14:36:30 +01:00
Tomasz Golinski 75850d6441 Make HTML more compliant, add alt to imgs. Also fix one image url 2020-02-29 13:40:32 +01:00
Tomasz Golinski 315590215f Make HTML more compliant, dl and dd needed also dt. Easier just to use divs 2020-02-29 13:38:46 +01:00
Tomasz Golinski 272816f640 Add icon for recommended caches 2020-02-29 02:46:35 +01:00
Tomasz Golinski f4547a2737 Change doctype to html5 2020-02-29 02:45:35 +01:00
Tomasz Golinski 2ed5aa1dfa Add a class to links of recommended caches, show a star via CSS 2020-02-29 02:39:50 +01:00
Tomasz Golinski 8d548e7002 Extract snippet for writing a HTML version of cache name with link to separate function 2020-02-29 02:26:43 +01:00
Tomasz Golinski 3c2d9962d1 Get rid of explicit values of 500 and 1000 as max number of items per request in Okapi 2020-02-29 02:18:01 +01:00
Tomasz Golinski fc98a0a858 Fetch information if the cache was recommended by the user from Okapi 2020-02-29 02:14:31 +01: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 c2532a181e Sanity check for trail 2020-02-23 03:52:30 +01:00
Tomasz Golinski 8e0909a64c Shorted html output of date 2020-02-23 03:05:36 +01:00
Tomasz Golinski 87d8277922 Add info about time range to html, update README.md 2020-02-23 02:42:25 +01:00
Tomasz Golinski 2be5e5b143 Add option to limit time for computed statistics 2020-02-23 02:26:23 +01:00
Tomasz Golinski f28ca37ee1 Another overkill, store datas in Cache class also as std::time_t (timestamp), makes it simpler afterwards without the need to convert back and forth 2020-02-23 02:00:29 +01:00
Tomasz Golinski d1fa8363d5 Split out simple function to check and convert a c-string to a number 2020-02-23 01:41:15 +01:00
Tomasz Golinski f4c861867a clang-format 2020-02-17 21:27:51 +01:00
Tomasz Golinski ac8eec0b27 Don't compute unnecessary things when looking for caches not found, copied to geostat_cli 2020-02-17 01:23:17 +01:00
Tomasz Golinski 3a4f7fb308 Commented out code to print timestamp in debug msg 2020-02-17 01:18:13 +01:00
Tomasz Golinski bada68f34c Don't compute unnecessary things when looking for caches not found 2020-02-17 00:37:03 +01:00
Tomasz Golinski add05af439 Change raw loop to std::algorithm copy 2020-02-16 20:17:06 +01:00
Tomasz Golinski 397eaf415f Change raw loop to std::algorithm find_if 2020-02-16 19:06:23 +01:00
Tomasz Golinski 3785d5d067 CPPCHECK: Add override specifiers 2020-02-11 17:37:01 +01:00
Tomasz Golinski 17e8a93b5b CPPCHECK: There is no such thing as 2 2020-02-11 17:34:52 +01:00
Tomasz Golinski 2ab560f172 CPPCHECK: Change arguments to references, add some consts 2020-02-11 17:34:23 +01:00
Tomasz Golinski 74efb8fa89 CPPCHECK: Add "explicit" to some constructors 2020-02-11 16:55:49 +01:00
Tomasz Golinski 6bb23f4231 Cleanup of unused stuff from geostat_cli and extra -C option 2020-02-11 16:55:16 +01:00
Tomasz Golinski ea14939ac3 A bit of CSS polish - add gradients to histograms, use <th> instead of extra classes, use nth child 2020-02-07 15:20:38 +01:00
Tomasz Golinski b7d199e658 Hopefull fix compilation of path generation with both IM and GM 2020-02-02 12:55:10 +01:00