- May 16, 2022
-
- May 15, 2022
-
- May 14, 2022
-
-
Aleksy Barcz authored
+ this package was used to control that some dependencies won't be installed on distros newer than Debian Stretch + dependence on bash>=5.0 will be satisfied since Buster and since Focal, which matches szarp-python3-transition usage + szarp-python3-transition is no longer required and can be removed entirely from repos
-
Aleksy Barcz authored
+ Debian Bullseye uses python3 + libapache2-mod-python is ported to python3 on Bullseye, but segfaults + libapache2-mod-wsgi-py3 is present on Stretch, Buster, Bullseye + adapted handler script and apache2 config to mod_wsgi api + mod_wsgi doesn't support setting a handler for .isl suffix as mod_python did, I found it easier to handle png files (e.g. fire animation) in our handler than to mingle with apache2/wsgi configuration + apache2 config: use modern "Require" keyword + TODO: commmented out some logs in handler + TODO: rewrite rules in config doesn't work anymore and are commented out
- May 07, 2022
-
-
Aleksy Barcz authored
This reverts commit 3d6a3410.
-
- May 05, 2022
-
-
Aleksy Barcz authored
+ except: szarp-xslt which depends on libapache2-mod-python
-
Aleksy Barcz authored
+ leave it where it is used for other packages selection (cgal, qt5-default) + on Buster and Bullseye we use python3, on Stretch it should also work
-
Aleksy Barcz authored
+ libapache2-mod-python is python3-based since bullseye, so since bullseye use python3-lxml
-
Aleksy Barcz authored
+ array.array tostring() method has been replaced by tobytes() since python3.2
-
- May 02, 2022
-
-
Aleksy Barcz authored
-
- Apr 30, 2022
-
-
Aleksy Barcz authored
+ it's much cleaner + casting stringstreams fails to compile on Ubuntu Jammy
-
- Apr 14, 2022
-
-
Przemysław Stawczyk authored
+ fixed duplicate unit handling & test + added check for defined lsw/msw precison & test
-
- Mar 03, 2022
-
-
Aleksy Barcz authored
+ ipkedit is to be used on development machines, so only local checks make sense + validate function is actually used only by ipkedit + i2smo supports --local flag since 3.22.01
-
- Feb 19, 2022
-
-
Aleksy Barcz authored
+ this package is a backport of builtin python3 ConfigParser + on Debian Bullseye the backport is no longer present
-
- Feb 18, 2022
-
-
Aleksy Barcz authored
+ ipkcontainer_test was lacking a flush and was causing loghandler_test to fail + setting new logger or clearing it doesn't affect unflushed content - a flush must be called
-
Sebastian Aksamit authored
-
- Jan 31, 2022
-
-
Grzegorz Wojciechowski authored
-
- Jan 24, 2022
-
-
Aleksy Barcz authored
+ in szarp-base, as both terminal and server may use config_deb
-
- Jan 20, 2022
-
-
Aleksy Barcz authored
-
- Jan 04, 2022
-
- Dec 28, 2021
-
-
Grzegorz Wojciechowski authored
* Increase YYLMAX from 8192 to 32768 - so SCC won't shut down when menu is to large.
-
- Dec 06, 2021
-
-
Aleksy Barcz authored
+ stardardized connecting id to handler and renamed methods + add visual indication that some move tools are supported for item type and others are not + initialize (otherwise const) map in cpp as ids are declared in cpp + repeat id in handlers as I wasn't able to use a lambda in EVT_ macros
-
Grzegorz Wojciechowski authored
* i2smo - don't check shebangs when run locally * changed way i2smo informs about custom daemons when run locally * fixed drawdefinables param names regex Note: this was done to reduce printing errors when i2smo run locally
-
- Dec 02, 2021
-
-
Grzegorz Wojciechowski authored
* fixed raising exception when scc section not found in szarp.cfg * fixed isl checking when run with additional tests * added i2smo duplicate unit search on additional tests
-
- Dec 01, 2021
-
-
Aleksy Barcz authored
+ ranges can be selected with shift/ctrl pressed + ranges don't have to be contiguous + add proxy method for using wxArray as I couldn't find guarantees neither for this class nor for GetSelections()
-
- Nov 30, 2021
-
-
Aleksy Barcz authored
+ on Buster, we cannot use reinterpret_cast in constexpr expression + g++ doesn't support constexpr std::string, so use constexpr const char*
-
- Nov 29, 2021
-
-
Aleksy Barcz authored
+ new feature: a single draw set can be moved top/bottom, 10up/down - using menu, toolbar, or hotkeys + refactored MoveDrawSet - some methods can be reused with DrawItems / Raports if neccessary + "bubble"-moving - it's fast enough and we reuse existing code + added grid-based hotkeys (qw,as,zx) + TODO: Polish translation, greying out buttons, fix regression: hotkeys not working with draw items
-
Aleksy Barcz authored
+ astyle
-
Aleksy Barcz authored
-
Aleksy Barcz authored
+ to be used with ipkedit
-
- Nov 24, 2021
-
-
Aleksy Barcz authored