5c38f90cd6 
								
							 
						 
						
							
							
								
								Merge branch 'issue/199'  
							
							... 
							
							
							
							Fixes  #136 . 
						
							2016-03-14 11:10:49 +01:00  
				
					
						
							
							
								 
						
							
								45d49b9de8 
								
							 
						 
						
							
							
								
								settings: fix Python 3 compat for boolean values  
							
							... 
							
							
							
							As observed for the fn-swap setting. 
							
						 
						
							2016-03-14 01:48:56 +01:00  
				
					
						
							
							
								 
						
							
								4ccb8ab26d 
								
							 
						 
						
							
							
								
								Merge pull request  #257  from hobarrera/subtle-critical-battery-notification  
							
							... 
							
							
							
							Don't open a main window when battery is critical 
							
						 
						
							2016-03-14 00:36:26 +01:00  
				
					
						
							
							
								 
						
							
								63a98819a6 
								
							 
						 
						
							
							
								
								Don't open a main window when battery is critical  
							
							... 
							
							
							
							The main window suddenly opening when a battery is critical is very
disruptive. It can pop up on all sort of undesirable scenarios.
Rather than catch users of guard, merely show a notification that the
battery is critical. 
							
						 
						
							2016-02-19 03:25:55 -03:00  
				
					
						
							
							
								 
						
							
								27d3d80d30 
								
							 
						 
						
							
							
								
								Merge pull request  #256  from SlySven/add_m175DestinguishingDetails  
							
							... 
							
							
							
							add: wpid for M175 to distinguish between it and M185 wireless mouse (Fixes  #255 ) 
							
						 
						
							2016-02-11 18:30:02 +01:00  
				
					
						
							
							
								 
						
							
								478381a994 
								
							 
						 
						
							
							
								
								add: wpid for M 175 to distinguish between it and M185 wireless mouse  
							
							... 
							
							
							
							I own the former and wanted to correct this detail which caused the wrong
model to be shown in GUI.
Signed-off-by: Stephen Lyons <slysven@virginmedia.com> 
							
						 
						
							2016-02-10 19:09:25 +00:00  
				
					
						
							
							
								 
						
							
								92967eed23 
								
							 
						 
						
							
							
								
								Merge pull request  #249  from mulkieran/master-pyudev  
							
							... 
							
							
							
							Fix some bugs in udev.get_indexed_string. 
							
						 
						
							2016-01-13 15:24:51 +01:00  
				
					
						
							
							
								 
						
							
								57338303e8 
								
							 
						 
						
							
							
								
								Merge pull request  #239  from marcbelmont/patch-1  
							
							... 
							
							
							
							Add setting for K400 Plus keyboard
devices.md was updated in #174  
							
						 
						
							2016-01-09 12:37:35 +01:00  
				
					
						
							
							
								 
						
							
								e735ce10f0 
								
							 
						 
						
							
							
								
								Merge pull request  #174  from IrvinPoe/patch-1  
							
							... 
							
							
							
							Update devices.md with K400 Touch 
							
						 
						
							2016-01-09 12:36:27 +01:00  
				
					
						
							
							
								 
						
							
								d75b6d2f2b 
								
							 
						 
						
							
							
								
								Fix some bugs in udev.get_indexed_string.  
							
							... 
							
							
							
							* from_device_number raises an exception if no device found, rather than
returning None. So, instead of checking the result, catch the exception.
* Use Attributes.get() method instead of checking containment and using the
index operator. This is really the only correct way, see rhbz#1267584.
Effect of the changes:
Previously, if no device was found this method would raise an exception.
Now it returns None instead.
Previously this method read the value of the attribute corresponding to key
twice, once via 'key in attributes' and again when accessing the key.
Now, it just reads it the one time.
Reason for noticing all these problems:
In pyudev-0.18 the Attributes class is fixed, and no longer has the []
operator or __contains__ method or other methods which require a total
mapping. This patch fixes several bugs while simultaneously avoiding these
removed operators.
Signed-off-by: mulhern <amulhern@redhat.com> 
							
						 
						
							2015-12-23 09:22:48 -05:00  
				
					
						
							
							
								 
						
							
								15f97681ef 
								
							 
						 
						
							
							
								
								Add setting for K400 Plus keyboard  
							
							... 
							
							
							
							The new_fn_swap works on the K400 Plus model. 
							
						 
						
							2015-08-24 19:01:21 +02:00  
				
					
						
							
							
								 
						
							
								cf27328d13 
								
							 
						 
						
							
							
								
								Merge branch 'updates'  
							
							... 
							
							
							
							Documentation updates. 
							
						 
						
							2015-05-27 23:43:10 +02:00  
				
					
						
							
							
								 
						
							
								869f1e4791 
								
							 
						 
						
							
							
								
								doc/devices.md: add MX Master  
							
							... 
							
							
							
							Information from (IRC) xaver. See also #208 .
Product page at http://www.logitech.com/product/mx-master  
							
						 
						
							2015-05-27 23:40:58 +02:00  
				
					
						
							
							
								 
						
							
								e2d65a690e 
								
							 
						 
						
							
							
								
								hidpp20: update features list  
							
							... 
							
							
							
							Based on SetPoint6.65.62_32.exe and Options_2.10.73.exe (features.xml,
defaults.xml, LogiOptionsMgr.exe).
The names are based on the named next to the feature ID. For duplicates,
_2 is appended to the name.
This commands helps parsing numbers from debug prints:
    strings LogiOptionsMgr.exe |
    sed -nr 's/.*(Feature[0-9a-fA-F]{4})/\1 /p' | sort |
    awk 'tolower(a)!=tolower($1){print"";a=$1}1;' | less -S 
							
						 
						
							2015-05-27 23:20:43 +02:00  
				
					
						
							
							
								 
						
							
								3141f06472 
								
							 
						 
						
							
							
								
								Fix crash due to non-locatable icon names ( #199 )  
							
							
							
						 
						
							2015-05-27 23:16:39 +02:00  
				
					
						
							
							
								 
						
							
								b88cf5a07b 
								
							 
						 
						
							
							
								
								Ignore HID++ devices on Linux 3.19+  
							
							... 
							
							
							
							Additionally update the docuentation to reflect new module names. 
							
						 
						
							2015-05-14 23:28:04 +02:00  
				
					
						
							
							
								 
						
							
								a344ad9867 
								
							 
						 
						
							
							
								
								docs: document Smooth Scrolling for more devices  
							
							... 
							
							
							
							Based on the HI_RES_SCROLLING feature (0x2120) in docs/devices/. Tested
with a M525. 
							
						 
						
							2015-05-14 23:06:14 +02:00  
				
					
						
							
							
								 
						
							
								76e327d2fa 
								
							 
						 
						
							
							
								
								update docs for M325  
							
							
							
						 
						
							2015-05-08 13:27:29 +08:00  
				
					
						
							
							
								 
						
							
								0ae0ef195a 
								
							 
						 
						
							
							
								
								support switch smooth scroll feature  
							
							
							
						 
						
							2015-05-08 13:20:46 +08:00  
				
					
						
							
							
								 
						
							
								b1f74a1280 
								
							 
						 
						
							
							
								
								Merge pull request  #213  from titanofold/add-M570  
							
							... 
							
							
							
							Add M570 Trackball device information 
							
						 
						
							2015-04-24 09:39:37 +02:00  
				
					
						
							
							
								 
						
							
								30431fbfb8 
								
							 
						 
						
							
							
								
								Add M570 Trackball detail  
							
							
							
						 
						
							2015-04-20 14:18:07 -04:00  
				
					
						
							
							
								 
						
							
								fb4c055fbf 
								
							 
						 
						
							
							
								
								Merge pull request  #193  from dmsc/master  
							
							... 
							
							
							
							Add support for MK220 mouse-keyboard combo device. 
							
						 
						
							2015-03-07 18:12:21 +01:00  
				
					
						
							
							
								 
						
							
								3ea51fe1a2 
								
							 
						 
						
							
							
								
								Add support for MK220 mouse-keyboard combo device.  
							
							... 
							
							
							
							The MK220 receiver has usbid 046d:c52e, adding this id as a generic
receiver is enough to show the mouse and keyboard charge status. 
							
						 
						
							2015-03-06 08:07:22 -03:00  
				
					
						
							
							
								 
						
							
								afd36764c2 
								
							 
						 
						
							
							
								
								Merge pull request  #202  from decibyte/master  
							
							... 
							
							
							
							k830 support + support for NEW FN INVERSION 
							
						 
						
							2015-03-06 11:45:53 +01:00  
				
					
						
							
							
								 
						
							
								b694809394 
								
							 
						 
						
							
							
								
								Updates to dos for k830 keyboard.  
							
							
							
						 
						
							2015-03-05 19:17:00 +01:00  
				
					
						
							
							
								 
						
							
								66296265ba 
								
							 
						 
						
							
							
								
								Descriptor for k830.  
							
							
							
						 
						
							2015-03-05 19:15:12 +01:00  
				
					
						
							
							
								 
						
							
								952495ce04 
								
							 
						 
						
							
							
								
								Support for NEW_FN_INVERSION.  
							
							
							
						 
						
							2015-03-05 19:14:28 +01:00  
				
					
						
							
							
								 
						
							
								29eb377267 
								
							 
						 
						
							
							
								
								Merge pull request  #203  from HugoJH/master  
							
							... 
							
							
							
							Added Spanish Translation 
							
						 
						
							2015-03-05 15:04:45 +01:00  
				
					
						
							
							
								 
						
							
								47345e1dcb 
								
							 
						 
						
							
							
								
								Added Spanish Translation  
							
							
							
						 
						
							2015-03-05 13:05:59 +00:00  
				
					
						
							
							
								 
						
							
								36fc6de760 
								
							 
						 
						
							
							
								
								Merge pull request  #168  from jtsagata/master  
							
							... 
							
							
							
							Add Greek language translation 
							
						 
						
							2015-03-05 13:07:25 +01:00  
				
					
						
							
							
								 
						
							
								6c0aca8c63 
								
							 
						 
						
							
							
								
								Merge pull request  #170  from SubOptimal/translation  
							
							... 
							
							
							
							add german translation 
							
						 
						
							2015-03-05 13:06:52 +01:00  
				
					
						
							
							
								 
						
							
								bd93689109 
								
							 
						 
						
							
							
								
								Merge pull request  #171  from dirtycold/master  
							
							... 
							
							
							
							added Chinese (simplified) translation 
							
						 
						
							2015-03-05 13:06:08 +01:00  
				
					
						
							
							
								 
						
							
								4e5d4853d6 
								
							 
						 
						
							
							
								
								Merge pull request  #173  from stickster/master  
							
							... 
							
							
							
							Add Fedora package information to README.md 
							
						 
						
							2015-03-05 13:05:37 +01:00  
				
					
						
							
							
								 
						
							
								7c8d4815f0 
								
							 
						 
						
							
							
								
								Update devices.md  
							
							... 
							
							
							
							Add Nano receiver 046d:c52b in the supported devices, and FN swap works on K400. 
							
						 
						
							2014-08-17 17:47:48 +02:00  
				
					
						
							
							
								 
						
							
								0f05589cd6 
								
							 
						 
						
							
							
								
								Add Fedora package information to README.md  
							
							
							
						 
						
							2014-07-30 14:39:46 -04:00  
				
					
						
							
							
								 
						
							
								21db60a14e 
								
							 
						 
						
							
							
								
								fix compiling Chinese simplified translation  
							
							
							
						 
						
							2014-07-13 15:13:10 +08:00  
				
					
						
							
							
								 
						
							
								091c28ca8b 
								
							 
						 
						
							
							
								
								added Chinese (simplified) translation  
							
							
							
						 
						
							2014-07-13 10:13:17 +08:00  
				
					
						
							
							
								 
						
							
								9af353dd32 
								
							 
						 
						
							
							
								
								add german translation  
							
							
							
						 
						
							2014-07-02 02:12:16 +02:00  
				
					
						
							
							
								 
						
							
								981ff00ca3 
								
							 
						 
						
							
							
								
								Add Greek language translation  
							
							
							
						 
						
							2014-06-13 14:32:57 +03:00  
				
					
						
							
							
								 
						
							
								ec0197df3d 
								
							 
						 
						
							
							
								
								Merge pull request  #154  from mmehnert/patch-1  
							
							... 
							
							
							
							Update TK820 compatibility information 
							
						 
						
							2014-04-20 22:54:27 +03:00  
				
					
						
							
							
								 
						
							
								2111107ff4 
								
							 
						 
						
							
							
								
								Update TK820 compatibility information  
							
							
							
						 
						
							2014-04-19 14:50:21 +02:00  
				
					
						
							
							
								 
						
							
								cc8a6c4ab5 
								
							 
						 
						
							
							
								
								Merge pull request  #134  from FrederikNS/patch-1  
							
							... 
							
							
							
							Added Smooth Scrolling to the Performance Mouse MX 
							
						 
						
							2013-12-13 09:43:16 -08:00  
				
					
						
							
							
								 
						
							
								22191d7d0c 
								
							 
						 
						
							
							
								
								Merge pull request  #139  from parkerlreed/patch-1  
							
							... 
							
							
							
							Update devices.md 
							
						 
						
							2013-12-13 07:48:21 -08:00  
				
					
						
							
							
								 
						
							
								ba890c2d2e 
								
							 
						 
						
							
							
								
								Update devices.md  
							
							... 
							
							
							
							Added a little bit of info for the M325 
							
						 
						
							2013-12-02 10:46:47 -05:00  
				
					
						
							
							
								 
						
							
								32324f3e66 
								
							 
						 
						
							
							
								
								Added Smooth Scrolling to the Performance Mouse MX  
							
							... 
							
							
							
							I tested solaar with my Performance Mouse MX, and the smooth scrolling worked like a charm, I just need to find a way to make the scrolling speed slower now.
System is Linux Mint 15. 
							
						 
						
							2013-10-14 17:18:49 +02:00  
				
					
						
							
							
								 
						
							
								f3049ed451 
								
							 
						 
						
							
							
								
								Merge pull request  #126  from slaveriq/master  
							
							... 
							
							
							
							Fixing a crash when level is type None 
							
						 
						
							2013-09-25 10:08:09 -07:00  
				
					
						
							
							
								 
						
							
								8485494ea7 
								
							 
						 
						
							
							
								
								It should check for None specificly  
							
							
							
						 
						
							2013-09-25 14:12:53 +02:00  
				
					
						
							
							
								 
						
							
								7a75813a84 
								
							 
						 
						
							
							
								
								level is returned as None in hidpp10.py when the performanceMX mouse is  
							
							... 
							
							
							
							charging. Since the battery state is unknown when beeing recharged it
will now return "N/A".
Before it would crash becasue level was None and could not be inserted
using %d. 
							
						 
						
							2013-09-24 16:56:50 +02:00  
				
					
						
							
							
								 
						
							
								35830e3d50 
								
							 
						 
						
							
							
								
								Merge pull request  #121  from Lekensteyn/doc-updates  
							
							... 
							
							
							
							Documentation updates: DJ pdf and devices 
							
						 
						
							2013-09-04 16:56:46 -07:00  
				
					
						
							
							
								 
						
							
								ebd8635f84 
								
							 
						 
						
							
							
								
								docs/devices: add K750 (from Julien Danjou)  
							
							... 
							
							
							
							Received from Julien Danjou on the devkit mailing list. 
							
						 
						
							2013-08-29 19:06:03 +02:00