sl [Tue, 17 Jun 2014 09:49:12 +0200] rev 36
Adding reset function called when changing font.
sl [Wed, 04 Jun 2014 21:56:36 +0200] rev 35
Testing our double marquee.
sl [Wed, 04 Jun 2014 19:30:54 +0200] rev 34
Trying to get fonts working with marquee.
sl [Wed, 04 Jun 2014 18:30:37 +0200] rev 33
Marquee loop can now be paused and resumed.
Cleaning up our MiniDisplay coneection to render loop API.
sl [Wed, 04 Jun 2014 08:12:37 +0200] rev 32
Messing around to try to get our animation to start and stop properly.
That's still not working though.
sl [Tue, 03 Jun 2014 18:35:43 +0200] rev 31
Frame culling now done in QML rather than CPP.
sl [Tue, 03 Jun 2014 18:12:10 +0200] rev 30
Marquee can now be paused and restarted.
sl [Tue, 03 Jun 2014 16:11:47 +0200] rev 29
Trying to get rid of our QML timer.
We now connect to our window after animation signal from C++.
It looks like it works much better now. Less UI lags smother animation.
sl [Mon, 02 Jun 2014 21:56:03 +0200] rev 28
Putting our marquee control on our display.
sl [Mon, 02 Jun 2014 18:52:31 +0200] rev 27
Switching our marquee implementation from animator to animation to avoid lags.
sl [Mon, 02 Jun 2014 17:40:32 +0200] rev 26
Adding scrolling text animation demo.
sl [Mon, 02 Jun 2014 14:07:25 +0200] rev 25
Adding scrolling marquee text demo.
sl [Sun, 01 Jun 2014 21:34:29 +0200] rev 24
Code cleaning and comments in our test tab.
sl [Sun, 01 Jun 2014 21:15:33 +0200] rev 23
Adding an option to disable frame differencing.
sl [Fri, 30 May 2014 15:02:15 +0200] rev 22
Cleaning up and customizing our frame diff algo.
sl [Fri, 30 May 2014 13:45:14 +0200] rev 21
Frame diff algo now working nicely and providing twice the frame rate.
sl [Fri, 30 May 2014 10:56:20 +0200] rev 20
Pixel diff logic for frame rate improvment now working.
It's still working on a per pixels bases so too slow with full screen update.
Thus it's still disabled.
sl [Thu, 29 May 2014 21:42:07 +0200] rev 19
Trying to optimize our swap buffer implementation by sending only the pixel
block which ave changed. No joy so far.
sl [Thu, 29 May 2014 19:46:57 +0200] rev 18
Restoring some of our on-screen functionality for debug purposes.
We could prove that updating a single pixel is much faster than updating our
whole screen. Single pixel updates runs at full 24 FPS.
sl [Thu, 29 May 2014 17:25:06 +0200] rev 17
Hacking around our UI so that our frame display window remains inside our app.
sl [Thu, 29 May 2014 15:47:51 +0200] rev 16
Adding set pixel method to our QML MiniDisplay.
Adding more metrics and options to our test tab.
sl [Thu, 29 May 2014 14:27:08 +0200] rev 15
Adding MiniDisplay methods to display image and window.
Using our test tab to render our display frame in QML and send it to our display.
Using a timer and frame counter to profile our performance.
sl [Wed, 28 May 2014 21:31:03 +0200] rev 14
Working around our font dialog option listing issues.
Font dialog options are now persisted.
Fixing issue with italic font being cut by using proper string width from boundigRect.
sl [Wed, 28 May 2014 20:14:23 +0200] rev 13
Fixing qml warnings.
sl [Wed, 28 May 2014 19:31:55 +0200] rev 12
Fixing our font rendering issues by rendering into 32bits bitmap.
sl [Wed, 28 May 2014 18:44:15 +0200] rev 11
Sorting out start-up/shutdown sequence to avoid flashing old frame upon connection.
Adding a couple of option to clear our frames upong close and/or open.
sl [Wed, 28 May 2014 17:08:47 +0200] rev 10
Adding brightness slider and an option to connect display on start-up.
Both brightness and connect options are persisted.
sl [Wed, 28 May 2014 15:23:41 +0200] rev 9
Now supporting read request for device ID, firmware version and power status.
sl [Wed, 28 May 2014 11:42:49 +0200] rev 8
Adding status bar to display vendor and product strings.
sl [Wed, 28 May 2014 10:20:32 +0200] rev 7
Async loading of our tabs.
Displaying progress bar during tab loading.
sl [Wed, 28 May 2014 08:06:27 +0200] rev 6
Basic font rendering now working nicely.
sl [Tue, 27 May 2014 22:14:29 +0200] rev 5
Adding font property and example C++ code for rendering font in bitmap.
Cleaning up our MiniDisplay signal names.
sl [Tue, 27 May 2014 19:50:28 +0200] rev 4
Adding our MiniDisplay QML control.
Futaba GP1212A01A basics now working.
sl [Tue, 27 May 2014 17:52:07 +0200] rev 3
Adding logs to our MiniDisplay.
sl [Tue, 27 May 2014 17:14:22 +0200] rev 2
Creating a quick item for our MiniDisplay.
sl [Tue, 27 May 2014 13:08:12 +0200] rev 1
Selected font is now persisting.
sl [Tue, 27 May 2014 12:00:47 +0200] rev 0
First contribution.
Here is a basic QtQuick application based on Qt 5.3.