Commit Graph

194 Commits

Author SHA1 Message Date
Per Qvarforth d53346d724 php8 related changes 2023-08-08 09:12:19 +00:00
Per Qvarforth 3d9d8e1f72 Merge branch 'main' of github.com:qvarforth/trackdirect into main 2023-05-22 19:04:53 +00:00
Per Qvarforth 84b711a122 fixed problem with the filter functionality 2023-05-22 19:04:42 +00:00
Per Qvarforth e9107200e7
Merge pull request #39 from Timi7007/patch-1
Update README.md for Docker Compose v2
2023-05-22 21:04:04 +02:00
Timlukas Bloch d0986bc7fd
Update README for Docker Compose v2 2023-05-19 07:13:41 +02:00
Per Qvarforth 77d0f37462
Merge pull request #37 from phl0/containerBackground
Add transparent background for text box
2023-03-19 21:45:31 +01:00
Per Qvarforth a3574846d6
Merge pull request #36 from phl0/maidenheadLocator
Show mouse position as maidenhead locator also
2023-03-19 21:43:41 +01:00
phl0 cfdb0f455a
Add transparent background for text box 2023-03-02 12:16:37 +01:00
phl0 ec798326ac
Show mouse position as maidenhead locator also 2023-03-02 00:01:17 +01:00
Per Qvarforth dbd10cf1e1
Merge pull request #35 from peterus/db_fix
add a missing space to a db call
2023-01-15 21:36:31 +01:00
Per Qvarforth 21b4315c3e
Merge pull request #33 from peterus/peterus-patch-1
remove ws server url and external port
2023-01-15 21:36:12 +01:00
Peter Buchegger bbdae18b0f add missing space 2023-01-13 22:38:57 +01:00
Per Qvarforth 0bb5923a07
Merge pull request #32 from mattbk/patch-1
Add missing code backtick in README
2023-01-08 17:23:54 +01:00
Peter Buchegger 4a9cdbd357
remove ws server url and external port from WebSocketServerFactory 2023-01-07 12:25:37 +01:00
Peter Buchegger ccff5b3f58
Merge pull request #6 from mattbk/patch-1
Add missing code backtick
2023-01-07 12:22:40 +01:00
mattbk 28f33fd8b5
Add missing code backtick
This was causing the code blocks and explanatory text to be the reverse of what was intended.
2022-12-07 09:02:35 -06:00
Per Qvarforth c34633952e Merge branch 'main' of github.com:qvarforth/trackdirect into main 2022-11-06 13:21:54 +00:00
Per Qvarforth e2f5bf5bba Added some python3 information and more 2022-11-06 13:17:50 +00:00
Per Qvarforth b7f6957bea removed footer 2022-10-10 20:34:31 +00:00
Per Qvarforth 1486975936 removed footer 2022-10-10 20:33:57 +00:00
Per Qvarforth 994075cce1 frequency limit per packet type 2022-10-09 13:47:35 +00:00
Per Qvarforth e8d8672f6c python3 changes 2022-10-09 13:44:03 +00:00
Per Qvarforth 755daeeaac python3 docker changes 2022-10-09 13:40:46 +00:00
Per Qvarforth 00e8dc64c3
Merge pull request #25 from rhaamo/feature/python3
Python3 port
2022-10-09 12:44:08 +02:00
Per Qvarforth 68f7c35da7
Merge pull request #27 from shackrat/patch-1
Update README.md
2022-10-09 12:18:59 +02:00
Per Qvarforth 083830934d
Merge pull request #28 from shackrat/main
Fix missing altitude on popup
2022-10-09 12:17:46 +02:00
shackrat 198127e6c8 Fix missing altitude on pop
Altitude label is missing on the station dialog popup.  It is sometimes present in the packet data even on stations that are not moving.
2022-08-24 12:39:12 -04:00
shackrat cf20291300
Update README.md
Added ENCODING 'UTF8'; in the CREATE DATABASE statement for new installs of Postgres which may default to use ascii as the character set.
2022-08-18 00:55:42 -04:00
Dashie 2525673a43
there is some weird issue with thoses SVG that makes imagick chokes on them... they have been "optimized" and now works 2022-08-09 22:57:44 +02:00
Dashie ed01aa8f9d
Uses \copy instead of copy to uses psql copy function, avoiding access right issues 2022-08-09 16:27:09 +02:00
Dashie 17d91d50c8
more db unicode fixes 2022-08-09 14:26:37 +02:00
Dashie 22973d7036
py3 decode order 2022-08-09 14:23:19 +02:00
Dashie d9fc52bf48
py3: singleton fixes 2022-08-09 12:48:22 +02:00
Dashie 9360158a01
py3: fix unicode handling 2022-08-09 12:17:54 +02:00
Dashie dd2a0845c8
avoid unreferenced assignment 2022-08-09 11:58:16 +02:00
Dashie c99ac4a210
py3: xrange is now range 2022-08-09 11:56:21 +02:00
Dashie e8c2fb5428
py3: None checking 2022-08-09 11:55:51 +02:00
Dashie ec263ee079
py3 decode thing 2022-08-09 11:39:14 +02:00
Dashie ffdb5a5413
maybe encode only if bytes; also condition now unneeded 2022-08-09 11:31:33 +02:00
Dashie 52c429cd60
py3: unicode is now str 2022-08-09 11:29:24 +02:00
Dashie d8be441e06
in py3 long is now under int 2022-08-09 11:25:57 +02:00
Dashie d87ae9bcec
The singleton thing needs to match the path to class apparently 2022-08-09 10:02:40 +02:00
Dashie 146d2ccd96
This also had to be updated for python3 2022-08-09 09:43:24 +02:00
Dashie 2ed1ca63c5
remove old dockerfile 2022-08-09 09:41:36 +02:00
Dashie 13df032314
Switch Docker to Python3 2022-08-09 09:40:29 +02:00
Dashie f361e7de1f
ConfigParser is now lowercase 2022-08-09 09:36:32 +02:00
Dashie b12ee46ef4
Add print informations if config missing 2022-08-09 09:35:51 +02:00
Dashie 814a9b54fc
Call python instead of python2 2022-08-09 09:33:56 +02:00
Dashie 7ffebadb67
Change install documentation for python3 2022-08-09 09:33:23 +02:00
Dashie 6712603f72
Improve gitignore for virtualenv 2022-08-09 09:32:51 +02:00