Conversation
|
Ahoj, kdy prosím plánuješ nasadit? |
Ahoj, myslel jsem po vanocich :) Jsem ted zasekanej v praci a nemam na QE vubec cas. :( 25.04.2026 poradme, rad bych tam, ale vidim to blede. |
Co je potřeba ještě dodělat? Mně jde hlavně o funkcionalitu pro
potřebuje jako prase drbání 😀 |
Added a workaround step to remove gcc-14 for clazy.
- Rename m_btStage to m_btCurrentStage in AppStatusBar - Update all references to the new field - Set lime background on the current stage button - Update setStageNo to use the new button - Remove UseListViewForComboBoxItems option from EventPlugin dialog
- Use defaulted EventConfig constructor and remove empty ctor - Iterate dirty_vals with asKeyValueRange to access keys safely - Disable a verbose DB event log line in OFeedClient - Capture http_status and response_text in callback_error lambda - Comment out competitor_id retrieval and JSON change logging in OFeed
Move stage data getters/setters into EventConfig and persist changes via
AppDbConfig (setEventConfig + save("event")). Update callers to use
appDbConfig()->eventConfig().stageData(...) / setStageData(...). Remove
EventPlugin's stage cache and its legacy
stageData/setStageData/clearStageDataCache
implementations and adjust related code. Add EventConfig::stageData and
setStageData methods.
Disable Qx client/service and remove qxApiToken from StageConfig. Populate missing STAGE entries from the database. Fix typo in helper name and add static_cast for a bounds check.
Refactor EventPlugin API and update call sites to use the eventDbName property and signals. Simplify AppDbConfig path handling: pass keys and integer stage_id instead of QStringList and parse key sections. Add linkUrl to ReceiptsConfig serialization. Miscellaneous cleanups: remove unused functions, fix nullptr constructor arg, update QML property calls, and qualify getPlugin usage.
Add changedValues helper to compute diffs between QVariantMaps. Use it in setters to save only modified entries and skip saving when data is empty. Add setQxConfig to support Qx config updates.
|
If not defined
I doesn't make sence if defined only in main CMakeLists and only includes I suggest either canceling |
Accept drawingConfig as a JSON string or QVariantMap and add DrawingConfig::fromString. Use startDateTime when repairing stages and call repairStageStarts once after copying tables.
|
On Windows in QtCreator is problem with build of this PR, more precisely is problem with libshv - it cannot be build on Windows, QtCreator, Qt6.11.1, MinGW (13.1.0) Now is used libshv at commit b1c3721. I've tried to fix it locally (3x add Fix:
Patch file : patch.zip |
|
Many errors in application log when starting the program and before any race opened : |
Many thanks for testing. I've fond more problems, so I drafted this PR again, until they will be solved. |






No description provided.