summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.cs
AgeCommit message (Collapse)Author
2018-10-24Scoring type configuration supportemkael
Fixes michzimny/aktywator#43
2018-10-24UI for board result displayemkael
2018-10-24Hand record upload error handling improvedemkael
2018-10-23UI improvements of blocking hand records with insecure PINsemkael
2018-10-11Disabling hand records if unsafe PIN is setemkael
2018-10-11PIN safety improvements:emkael
* initializing BWS settings with randomized PIN * checking PIN against predictable PINs (with explicit warning on settings save) * generating randomized PIN easily
2018-04-13Disabling section group option if there's only one sectionemkael
2018-04-13Showing warning in settings panel if there are different hand records in ↵emkael
multiple sections
2018-04-13Two possible warning messages for sections grouping setting warningemkael
2018-04-13Some of the initialization procedures for BWS might need a valid reference ↵emkael
to Bws()
2018-03-21"OOM rounds" fields is no longer necessaryemkael
2018-03-21Complete redesign of names loading mechanism.emkael
Fixes #24
2017-12-28Disabling default automatic updates of names list.emkael
Fixes #22
2017-11-18Full BWS name displayed in tooltip, independent from its shortening as in #23.emkael
2017-11-18Shortening filename if it wouldn't fit the toolstrip label.emkael
Fixes #23.
2017-11-18Disabling percentages if results are not shown.emkael
Fixes #26
2017-09-30Loading names into specified sections, detecting sections for Teamy tournamentsemkael
2017-09-30Do not break if auto-detected MySQL database does not existemkael
2017-09-30Automatically detecting MySQL database for player names from Teamy BWS filesemkael
2017-09-27Preview hand records present in BWSemkael
Fixes #2
2017-09-19Handling prolonged loading situations in main window UIemkael
2017-09-19Invoking and updating additional info for Teamy tournamentemkael
2017-09-12Warning about inability to update section grouping during active sessionemkael
2017-08-24Ability to freeze names refreshingemkael
2017-08-24A bit of formatting for section selectoremkael
2017-08-23Separate settings for separate sectionsemkael
2017-08-23Displaying BWS-formatted names in tooltips of names editoremkael
2017-08-23Additional options for refreshing names list previewemkael
2017-08-23Configurable table offset for Teamy tournamentsemkael
2017-08-23Editor for BWS namesemkael
2017-08-23Player names tab redesignedredesignemkael
2017-08-23Hand records tab redesigned to be consistent with the settings tabemkael
2017-08-23Merge branch 'settings-redesign' into 1.1-betaemkael
2017-08-23Restoring the functionality of erasing player namesemkael
2017-08-23Major settings tab redesignsettings-redesignemkael
2017-08-22Automatic version number and build date loadingemkael
2017-08-22Displaying MySQL configuration on start-up only if MySQL has not been ↵emkael
configured, regardless of password-less accounts Fixes #14
2017-08-22Convert BWS and add all required fields silentlyemkael
Fixes #15
2017-07-31Merge branch 'version-requirements' into 1.1-betav1.1.0-betaemkael
Conflicts: Aktywator.txt Aktywator/MainForm.Designer.cs Aktywator/MainForm.cs
2017-07-30Version information and changelog bumped (including assembly info)emkael
2017-07-30Loading RRB tournament files in names panelemkael
2017-07-30Refactoring MySQL tournament names: generalizationemkael
2017-07-30Refactoring Tournament as MySQLTournamentemkael
2017-07-30Tournament info code refactored for incoming generalizationemkael
2017-07-30User interface adjustements to accomodate RRB tournament namesemkael
2017-07-27Changelog and version bumpemkael
2017-07-27Displaying required versions in checkbox tooltipsemkael
2017-07-27Checking required versions on setting checkbox changesemkael
2017-07-27Storing setting checkbox-version number association separately from BWS ↵emkael
operations
2017-07-27Launching BCS from detected locationemkael