summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.21.2Colin Guthrie2014-01-252-1/+3
|
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-222-1/+3
| | | | issues mga#11184 mga#12364
* Update Romanian translationYuri Chornoivan2014-01-111-491/+151
|
* updatedAngelo Naselli2014-01-091-0/+3
|
* gpm now is managed in systemd and it does not use a lock file anymoreAngelo Naselli2014-01-091-1/+1
|
* 1.11.1Thierry Vignaud2013-12-282-1/+3
|
* adapt to new /etc/sysctl.dThierry Vignaud2013-12-273-2/+4
|
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* Update Chinese Traditional translationYuri Chornoivan2013-12-121-2/+2
|
* Add Transifex config fileYuri Chornoivan2013-12-101-0/+8
|
* Updated Estonian translationsMarek Laane2013-12-061-12/+9
|
* Chinese Traditional update by You-Cheng HsiehYuri Chornoivan2013-11-291-83/+35
|
* generate tarball in current directoryThierry Vignaud2013-11-281-2/+2
|
* updated Dutch translationMarja van Waes2013-11-271-11/+9
|
* Updated Indonesian translationskiki2013-11-261-126/+45
|
* Update Greek translationdglent2013-11-261-9/+9
|
* 1.01.0Thierry Vignaud2013-11-242-1/+5
|
* workaround a gtk+3 regression (bgo#711873)Thierry Vignaud2013-11-241-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873
* get_width() => get_allocated_width()Thierry Vignaud2013-11-242-3/+3
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-3/+3
|
* draw replaces expose_eventThierry Vignaud2013-11-241-1/+1
|
* get_height() => get_allocated_height()Thierry Vignaud2013-11-242-4/+4
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-2/+2
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-1/+1
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-4/+4
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-4/+4
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-245-26/+26
|
* Merge branch 'master' of git://git.mageia.org/software/drakx-kbd-mouse-x11filip2013-11-241-23/+19
|\
| * Update Spanish translationYuri Chornoivan2013-11-241-23/+19
| |
* | Slovenian translation updatedfilip2013-11-241-8/+8
|/
* Update French translation by DuneYuri Chornoivan2013-11-231-16/+18
|
* 0.1130.113Colin Guthrie2013-11-172-1/+3
|
* polkit: Only use pkexec when not already rootColin Guthrie2013-11-172-1/+3
|
* Updated turkish translationtarakbumba2013-11-051-10/+10
|
* Updated Catalan translationFrancesc Pinyol Margalef2013-10-261-11/+8
|
* Update Russian translationYuri Chornoivan2013-10-241-87/+72
|
* Slovenian translation updatedfilip2013-10-221-10/+9
|
* Update Ukrainian translationYuri Chornoivan2013-10-211-8/+10
|
* 0.1120.112Colin Guthrie2013-10-132-1/+2
|
* polkit: Tidy up polkit supportColin Guthrie2013-10-1211-27/+30
|
* i18n: 'merge' also depends on pot file.Colin Guthrie2013-10-011-1/+1
|
* i18n: Do not version POTFILES.inColin Guthrie2013-10-012-4/+1
|
* 0.1110.111Colin Guthrie2013-10-012-1/+2
|
* i18n: Update po filesColin Guthrie2013-10-0171-4044/+6065
|
* i18n: Update potColin Guthrie2013-10-011-79/+78
|
* polkit: Make the polkit policy files translatable.Colin Guthrie2013-10-018-12/+39
|
* Add a legacy compatibility symlink for XFdrake (found+removed in drakx)Colin Guthrie2013-09-042-0/+3
|
* 0.1100.110Colin Guthrie2013-09-042-1/+3
|
* Convert to polkit from usermode consolehelper for gaining root privilegesColin Guthrie2013-09-048-2/+86
| | | | | | | | | | | | | | | | | | | | polkit is better integrated into various environments, both console and GUI and offers better access rules and prevents the internal need to run su which is prone to errors and doesn't offer an environment agnostic prompt to the user. Under the old scheme, the binaries relating to the three main tools covered in this package behaved differently. Keyboard and Mouse are allowed to be run without any password prompts, whereas X11 prompts for the *user* password. This is only true when run as their 'old' names of keyboarddrake, mousedrake and XFdrake respectively. If they are called via their 'new' names of drakkeyboard, drakmouse and drakx11, they would prompt for the root password. This change also standardises that behaviour. The tools now follow the scheme specified for their old names, regardless of how they are called. mga#11125
* Ditch ChangeLog and svn2cl usage.Colin Guthrie2013-09-042-2689/+0
| | | | | | | This will no longer work with git, but it's also not been updated since 2011 anyway. It may be nice to restore with a git2cl equiv.