]>
Devoid-pointer.net GitWeb - FFBChecker.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michal Malý [Mon, 27 Jul 2015 12:28:19 +0000 (14:28 +0200)]
Add README file.
Michal Malý [Mon, 27 Jul 2015 10:43:30 +0000 (12:43 +0200)]
Merge https://github.com/MadCatX/FFBChecker
MadCatX [Mon, 27 Jul 2015 10:36:47 +0000 (12:36 +0200)]
Initial commit
Michal Malý [Wed, 8 Jul 2015 16:45:55 +0000 (18:45 +0200)]
Make sure that the deviceName char array is always zero-terminated.
Michal Malý [Wed, 8 Jul 2015 16:25:43 +0000 (18:25 +0200)]
Do not build the string displayed in the device list ComboBox directly
in the DeviceProber.
Michal Malý [Wed, 8 Jul 2015 15:54:54 +0000 (17:54 +0200)]
Version bump
Michal Malý [Wed, 8 Jul 2015 15:50:26 +0000 (17:50 +0200)]
Query effect status by its index instead of setting the effect status
caption directly.
Michal Malý [Wed, 8 Jul 2015 15:48:06 +0000 (17:48 +0200)]
Use proper MVC in removeAndEraseEffect() handler.
Michal Malý [Wed, 8 Jul 2015 15:39:14 +0000 (17:39 +0200)]
Use a function to display some more common error messageboxes.
Michal Malý [Wed, 8 Jul 2015 15:18:35 +0000 (17:18 +0200)]
Use proper MVC in ComboBoxes.
Michal Malý [Wed, 8 Jul 2015 10:58:53 +0000 (12:58 +0200)]
Allow uploading of effects without starting them right away.
Michal Malý [Mon, 6 Jul 2015 23:27:54 +0000 (01:27 +0200)]
Read devices directly from /dev/input
Michal Malý [Tue, 8 Apr 2014 21:00:43 +0000 (23:00 +0200)]
Do not cast rumble magnitudes to quint16 right away
This makes checking the bounds possible.
Michal Malý [Wed, 5 Mar 2014 11:23:57 +0000 (12:23 +0100)]
Add support for FF_RUMBLE
Michal Malý [Thu, 19 Dec 2013 22:04:36 +0000 (23:04 +0100)]
Add "Repeat" field.
Michal Malý [Mon, 16 Dec 2013 17:05:36 +0000 (18:05 +0100)]
Set new effect's properties properly when updating effect
Michal Malý [Sun, 15 Dec 2013 23:53:38 +0000 (00:53 +0100)]
Restart effect on update if it was previously stopped
Michal Malý [Sun, 15 Dec 2013 14:54:04 +0000 (15:54 +0100)]
Do not start effect when is can be just updated
Michal Malý [Sun, 15 Dec 2013 12:36:23 +0000 (13:36 +0100)]
Remove debugging message
Michal Malý [Sun, 15 Dec 2013 11:09:52 +0000 (12:09 +0100)]
- Fix updatable effects handling
- Version bump
Michal Malý [Tue, 10 Dec 2013 12:32:40 +0000 (13:32 +0100)]
Fix condition effect parameters creation.
Michal Malý [Sat, 7 Dec 2013 20:00:14 +0000 (21:00 +0100)]
Report errors during effect creation to GUI, include return code.
Michal Malý [Sat, 7 Dec 2013 19:47:54 +0000 (20:47 +0100)]
Fix limits of valid values of effect parameters.
Michal Malý [Sat, 7 Dec 2013 19:42:28 +0000 (20:42 +0100)]
Allow bypassing of sanity checks of FFB effect parameters.
Michal Malý [Sat, 7 Dec 2013 17:54:18 +0000 (18:54 +0100)]
Remove margins from vertical layouts in Condition effects widget.
Michal Malý [Wed, 4 Dec 2013 16:53:15 +0000 (17:53 +0100)]
Safely cast FFBEffect& to FFBPeriodicEffect& in operator==
Michal Malý [Wed, 4 Dec 2013 16:48:48 +0000 (17:48 +0100)]
Add support for FF_RAMP, bump version.
Michal Malý [Thu, 1 Aug 2013 18:22:22 +0000 (20:22 +0200)]
Add TODO list.
Michal Malý [Thu, 1 Aug 2013 11:26:51 +0000 (13:26 +0200)]
- Clear periodic waveforms cbox before adding new entries
- Check the effect status upon device selection
Michal Malý [Wed, 31 Jul 2013 20:01:33 +0000 (22:01 +0200)]
Version bump.
Michal Malý [Wed, 31 Jul 2013 20:01:07 +0000 (22:01 +0200)]
Properly select the first available effect type upon device selection.
Michal Malý [Wed, 31 Jul 2013 19:56:48 +0000 (21:56 +0200)]
Add support for condition effects (for now work only on X axis)
Michal Malý [Mon, 29 Jul 2013 13:12:26 +0000 (15:12 +0200)]
Enable the option to remove effect.
Michal Malý [Fri, 26 Jul 2013 08:44:09 +0000 (10:44 +0200)]
Use version string as main window title.
Michal Malý [Fri, 26 Jul 2013 08:41:25 +0000 (10:41 +0200)]
Add version ID and generate version string.
Michal Malý [Fri, 26 Jul 2013 08:33:17 +0000 (10:33 +0200)]
Remove all pages from EffectSettings QStackedWidget
Michal Malý [Fri, 26 Jul 2013 07:28:13 +0000 (09:28 +0200)]
Add all files
Michal Malý [Thu, 25 Jul 2013 18:02:06 +0000 (20:02 +0200)]
Initial commit