~vomikan/mmex/+git/trunk:old-tests

Last commit made on 2017-09-30
Get this branch:
git clone -b old-tests https://git.launchpad.net/~vomikan/mmex/+git/trunk

Branch merges

Branch information

Name:
old-tests
Repository:
lp:~vomikan/mmex/+git/trunk

Recent commits

21ad7d9... by =?utf-8?q?Tomasz_S=C5=82odkowicz?= <email address hidden>

fix(i18n): use standard wxWidgets translation mechanism

* Don't force English locale - use user configured locale settings
* Move/rename locale files to the standard locations
* Don't use one (English) language with multiple catalog files
* Move language selector from Options dialog to View menu
* Store selected language in ini file as integer wxLanguage value
* Auto-select best available translation if previously selected is missing
- Use 2-letter ISO codes in help HTML files
- some tuning in About dialog
- use standard wxWidgets translation catalog (for standard dialogs etc.)
- support standard Unix language env variables (like LANG=it)

b8faffc... by =?utf-8?q?Tomasz_S=C5=82odkowicz?= <email address hidden>

feat(cmake): use system shared Lua/wxSQLite lib version if avaiable

update wxSQLite submodule to latest 3.5.7 (SQLite to 3.20.1)
use distribution Lua 5.2.x or wxSQLite in docker image where avaiable

e110275... by guanlisheng

Create Analytics.md

d4c9d49... by Nikolay <email address hidden>

Merge pull request #1317 from stef145g/cmake_portable_option

fix(CMake.GUI.Build): allow portable installation option in build

16f7482... by Nikolay <email address hidden>

Merge pull request #1318 from slodki/slackware

feat(docker,cmake): build Linux Slackware package

36f362a... by Nikolay <email address hidden>

Merge pull request #1319 from slodki/devs-map

feat(doc): move developer.geojson to animated HTML map

defcc4c... by =?utf-8?q?Tomasz_S=C5=82odkowicz?= <email address hidden>

feat(doc): move developer.geojson to animated HTML map

43ea123... by =?utf-8?q?Tomasz_S=C5=82odkowicz?= <email address hidden>

feat(docker,cmake): build Linux Slackware package

BUILD and INSTALL documentation updated too.

5f11ce9... by =?utf-8?q?Tomasz_S=C5=82odkowicz?= <email address hidden>

style(cmake): MMEX_PORTABLE_INSTALL option is used in Windows only

2673501... by Stefano Giorgio

fix(CMake.GUI.Build): portable installation option for MS Build

Allows the mmexini.db3 file to be excluded from the build
when using the CMake GUI to produce project files for MSVS