summaryrefslogtreecommitdiff
path: root/Aktywator/Bws.cs
AgeCommit message (Collapse)Author
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-15BWS structure for hand records needs to be checked and created earlier on.v1.1.4.1emkael
2018-04-13Forcing section group settings and a warning if different records are ↵emkael
uploaded to sections Fixes #42
2018-04-13Detecting different hand records between sectionsemkael
2018-04-13Section group setting saved in a uniform wayemkael
2018-04-13Some of the initialization procedures for BWS might need a valid reference ↵emkael
to Bws()
2018-03-21Complete redesign of names loading mechanism.emkael
Fixes #24
2017-12-28Fix for #27 - incorrect names for multiple BWS sectionsemkael
2017-11-10Ordering columns by board number in hand records grid.emkael
Fixes #3
2017-09-30Force-setting name-related settings on names loadingv1.1.2-betaemkael
2017-09-30On BWS convert, fill Settings table with records for separate sectionsemkael
2017-09-30Loading names into specified sections, detecting sections for Teamy tournamentsemkael
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-20Adding Section field to Settings if it's missing (some Teamy BWS files suffered)emkael
2017-09-19Handling prolonged loading situations in main window UIemkael
2017-09-19Writing and sanitizing additional info for Teamy tournamentsemkael
2017-09-12Warning about inability to update section grouping during active sessionemkael
2017-08-29Sometimes default value for BM2ShowPlayerNames is empty, this should parse ↵emkael
to disabled option, too.
2017-08-25Adding Group field to Tables table on convert (single-section BWS files from ↵emkael
Pary did not generate it)
2017-08-24A bit of formatting for section selectoremkael
2017-08-23Results grouping for sections setting supportedemkael
2017-08-23Separate settings for separate sectionsemkael
2017-08-23Configurable table offset for Teamy tournamentsemkael
2017-08-23Editor for BWS namesemkael
2017-08-23Loading pair numbers for first round in Teamy tournaments to avoid warning ↵emkael
flood in case wrong tournament is selected
2017-08-23Redundant import removedemkael
2017-08-23After section labels changed, some metadata need to be saved for checkbox ↵emkael
list items
2017-08-23Hand records tab redesigned to be consistent with the settings tabemkael
2017-08-222.2.1 firmware options regarding player names implemented as a fix to #9emkael
2017-08-22When silently converting, only set default values for settings that are not ↵emkael
configurable
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-30Adding names to BWS if no player numbers are provided in Bridgematesrrb-namesemkael
2017-07-30Universal pairs data reading from BWS (independent on tournament type and ↵emkael
integer type used in BWS)
2017-07-30Loading names from MySQL tournaments generalized as a datasetemkael
2017-07-30Refactoring MySQL tournament names: generalizationemkael
2017-07-30Refactoring Tournament as MySQLTournamentemkael
2017-07-30Fixed control flow on names sync abort - MySQL data reader was not closed ↵emkael
properly if user chose not to continue syncing on first warning. Also, the same choice (Continue? Yes/No) is offered on any other MySQL error
2017-07-29Abort/Retry/Ignore dialog makes no sense if Rerty option is not handled, ↵emkael
switching warning to Continue? Yes/No
2017-07-29Incorporating table number jump constant into hard-coded value in BWS queryemkael
2017-07-29Refactoring shameful piece of codeemkael
2017-07-27Storing setting checkbox-version number association separately from BWS ↵emkael
operations
2017-07-27Version numbers associated with BWS settingsemkael
2017-07-27runBCS() is capable of running BCS from any specified location, defaulting ↵emkael
to previously hard-coded value
2016-11-26 * reading boards only for selected sections (and accummulating count)emkael
2016-11-26 * updating label for boards to read on section selectionemkael
2016-11-26 * hand record clearing, per sectionemkael
2016-11-26 * selected sections list initialization and value getteremkael
2016-11-26 * load only boards necessary for existing sectionsemkael