Thu, 21 Aug 2014 21:54:57 +0200Adding support to open different MiniDisplay type.
sl [Thu, 21 Aug 2014 21:54:57 +0200] rev 39
Adding support to open different MiniDisplay type.

Wed, 20 Aug 2014 18:02:30 +0200Adding Design tab.
sl [Wed, 20 Aug 2014 18:02:30 +0200] rev 38
Adding Design tab.

Tue, 19 Aug 2014 21:26:17 +0200Font height now also checked on startup.
sl [Tue, 19 Aug 2014 21:26:17 +0200] rev 37
Font height now also checked on startup.

Tue, 19 Aug 2014 17:29:52 +0200Adding warning when newly selected font is too height.
sl [Tue, 19 Aug 2014 17:29:52 +0200] rev 36
Adding warning when newly selected font is too height.
Reworking our UI.

Mon, 18 Aug 2014 23:43:44 +0200Tried using Control instead of Label as base class for our Marquee.
StephaneLenclud [Mon, 18 Aug 2014 23:43:44 +0200] rev 35
Tried using Control instead of Label as base class for our Marquee.
Sticking to Label for now.

Sun, 17 Aug 2014 22:30:30 +0200Adding text field support to our tree view.
sl [Sun, 17 Aug 2014 22:30:30 +0200] rev 34
Adding text field support to our tree view.
Trying to fix our messy text alignment issue causing loop problems.

Sat, 16 Aug 2014 11:15:42 +0200Adding texts fields to our test client.
sl [Sat, 16 Aug 2014 11:15:42 +0200] rev 33
Adding texts fields to our test client.
Trying to fix bugs and optimize our marquee control.
Creating a proper ClientData class to use in our UI thread client dictionary.
Centralising tree-view update.

Fri, 15 Aug 2014 13:26:38 +0200Reworking our protocols. Client name now displayed in our clients tab.
sl [Fri, 15 Aug 2014 13:26:38 +0200] rev 32
Reworking our protocols. Client name now displayed in our clients tab.

Fri, 15 Aug 2014 11:11:17 +0200Fixing our client issue with static MainForm overwritten when using multiple clients.
sl [Fri, 15 Aug 2014 11:11:17 +0200] rev 31
Fixing our client issue with static MainForm overwritten when using multiple clients.
That was basically our issue with broadcast not working the way it should.

Fri, 15 Aug 2014 10:20:01 +0200Still trying to setup WCF for us to work nicely.
sl [Fri, 15 Aug 2014 10:20:01 +0200] rev 30
Still trying to setup WCF for us to work nicely.
Now using multi threading and reliable session.
Implementing thread safe functions where needed.
Enforcing session mode.
Fixing bug in marquee label as we forgot to reset current position when text is changed.