48 Commits

Author SHA1 Message Date
0d112cd90b Switch to SPDX license notice
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-12-01 08:48:49 +01:00
fc7f9da219 Delay restoring the auto-saved state
Restoring auto-saved state triggers source/destination sync which breaks
in the early stage when wxZRColaComposerPanel is still in its
constructor. The sync uses the application's m_mainWnd to get its
settings, but the application doesn't have the m_mainWnd set yet.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-12 15:35:43 +01:00
12c2889ea3 Copyright: Bump year
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:36:00 +01:00
c7e29b1862 Add UTF-8 BOM markers
MSVC needs them to use correct charset when Language for non-Unicode
programs is set to Windows-1252 or anything different than UTF-8.

Signed-off-by: Simon Rozman <simon@rozman.si>
2020-11-19 10:59:54 +01:00
ebdbb84a29 Enable recommended code analysis and address warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-13 13:18:11 +01:00
b3702ed237 Extend copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-11 15:38:57 +01:00
0800f813ff Rename stdafx.h to pch.h
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-10 14:10:29 +01:00
0b777b89c2 Report error if database file don't open successfully
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-06-20 14:27:45 +02:00
893dbf5783 Update year to 2019
Signed-off-by: Simon Rozman <simon@rozman.si>
2019-04-01 14:50:04 +02:00
ddae64ca6d Extend copyright year 2018-09-07 23:57:59 +02:00
e19a98a249 Translation management extended and moved from settings dialog to Translate toolbar 2017-06-01 20:02:43 +02:00
6121f7ee12 Translation sequences loaded from database 2017-06-01 15:16:24 +02:00
b7bef14746 Copyright extended to 2017 2017-04-18 14:05:45 +02:00
6dff6eed4f Translation set database and other translation sets added 2017-03-30 13:08:20 +02:00
2b2b2656b3 Language of character tags in Character Search dialog resolved to match UI language 2016-10-18 11:00:40 +02:00
0ed0cf8c49 Support for searchable character tags added 2016-10-13 11:13:46 +02:00
affe7b06a2 Code clean-up 2016-10-13 09:01:23 +02:00
52689653d0 Adaptation to Updater changes 2016-10-11 13:25:33 +02:00
8d9af61d5e ZRCOLA_ >> PRODUCT_ 2016-10-11 12:54:13 +02:00
ecefcecfd8 Event to detect secondary ZRCola launch implemented by winstd::win_handle now 2016-10-06 15:59:27 +02:00
186bc61723 Locale is set using wxExtend's wxInitializeLocale() helper function now 2016-10-05 13:18:35 +02:00
cb17f06927 ZRCola keyboard shortcuts PDF and link to Instructions website added 2016-06-01 19:16:25 +02:00
73c2146fe2 Missing wxSocketBase::Shutdown() added 2016-05-24 21:47:34 +02:00
44c86e2886 Manual check for updates added
(closes #22)
2016-05-24 16:53:26 +02:00
5271aca526 Double application launch prevention lock added
(fixes #24)
2016-05-23 10:40:07 +02:00
9c3c1585d5 Character Select finished
(closes #11)
2016-05-13 03:44:28 +02:00
44f2ef1ae1 Work on character selector continues 2016-05-11 14:39:57 +02:00
349bc34fa8 libZRColaUI extended to use wxWidgets and ZRColaApp::GetKeySequenceAsText() moved back to ZRCola::keyseq_db::GetSequenceAsText() for general accessibility 2016-05-09 11:05:21 +02:00
994ec6461e Non-working locale-specific key sequences issue fixed 2016-05-06 14:27:12 +02:00
7545e9dadf Key sequence naming moved to ZRCola to allow localization 2016-05-06 13:40:55 +02:00
eb67174bed - Key sequences moved to wxZRCola app for global availability
- Top window retrieval mechanism in wxZRColaKeyHandler more robust now
2016-05-06 12:24:21 +02:00
f9ef646f22 On-screen character catalog added 2016-05-05 15:37:44 +02:00
5e4331903b Language names are displayed with the localized full name now
(closes #15)
2016-04-13 20:39:14 +02:00
4fba54bdb2 Text language for decomposition GUI support added
(closes #1)
2016-04-13 11:03:38 +02:00
ab3ef08a5f Translation database moved to ZRColaApp 2016-04-12 14:47:14 +02:00
4f52304fe9 Advertised shortcuts disabled (closes #4) 2016-04-07 10:50:31 +02:00
61af77e7b6 Main window size and position is remembered now 2016-04-06 13:15:03 +02:00
ee7f94d776 Old configuration delete added 2016-04-06 13:12:44 +02:00
1cb4f470c6 Application's config is global now 2016-04-06 13:09:33 +02:00
4650f8244b Localization issues fixed 2016-03-24 12:37:01 +01:00
5edfe17fae Localization setup modified 2016-03-14 17:06:26 +01:00
208ef894a7 Main window is wxFrame based now 2016-02-08 12:56:13 +01:00
1e8e71b0fb Work continues...
Main application bar frame replaced with wxDialog
GUI now created using wxFormBuilder
Stale main.cpp removed
2016-02-07 15:53:58 +01:00
c14e4f0eb5 Copyright date updated 2016-02-06 09:56:52 +01:00
61cb61c90c Work continues... 2016-02-06 09:27:56 +01:00
7bfe74fcb6 Work continues 2016-02-05 15:24:18 +01:00
7275cc9ecf Localization logic moved from ZRColaApp to wxAppEx. 2016-02-05 09:56:11 +01:00
9660e983c4 Work continues... 2016-02-04 12:20:43 +01:00