summaryrefslogtreecommitdiff
path: root/caribou
Commit message (Collapse)AuthorAgeFilesLines
...
* Added parent key to subkeys panel.Eitan Isaacson2011-05-021-1/+1
|
* Use new layout format. Added sub-keys. Added group change notification.Eitan Isaacson2011-05-025-195/+214
|
* Fixed Bug 648344. Modified a gettextized message.Jiro Matsuzawa2011-04-211-1/+1
|
* Adjusted Caribou to use new C library.Eitan Isaacson2011-04-161-34/+25
|
* Changed wording a bit in a11y disabled dialog.Eitan Isaacson2011-04-141-1/+13
|
* Ask user to enable accessibility on startup.Jiro Matsuzawa2011-04-141-1/+13
| | | | | | (written originally by Parag Nemade, and modified by Jiro Matsuzawa) https://bugzilla.gnome.org/show_bug.cgi?id=645890
* Really apply /org/gnome as starting prefixLuca Ferretti2011-03-252-2/+2
|
* Removed last mentions of GConf where not needed.Eitan Isaacson2011-03-091-20/+20
|
* Use CSS theming for color options.Eitan Isaacson2011-03-083-53/+136
|
* Use GSettings for caribou settings.Eitan Isaacson2011-03-083-29/+22
|
* Read keyboard files from prefix correctlyEitan Isaacson2011-03-081-4/+0
|
* Generate GSettings schema instead of GConf schema.Eitan Isaacson2011-03-073-61/+29
|
* Use new GIO settings to determine if a11y is enabled.Eitan Isaacson2011-03-051-6/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=643623
* Use more stable contains() on state set.Eitan Isaacson2011-03-051-1/+1
|
* Raise an error when no keyboard is loaded.Eitan Isaacson2011-01-171-0/+2
|
* Use correct colors in scan.Eitan Isaacson2011-01-072-41/+59
|
* Made reverse scanning work.Eitan Isaacson2011-01-071-3/+36
|
* Got most of scanning working. Yay.Eitan Isaacson2011-01-075-443/+214
|
* Moved proximity base class to caribou window base class.Eitan Isaacson2011-01-071-8/+8
|
* Fixed animation to use Clutter GI properly. Moved to main window class.Eitan Isaacson2011-01-073-73/+58
|
* Fixed opacity.py for introspection.Eitan Isaacson2011-01-071-19/+22
|
* Transitioned to introspection GTK3. Things that are not working yet:Eitan Isaacson2011-01-0710-288/+319
| | | | | | | | | | - GConf notification. Not critical, will get it working when we move to GSettings. - Scanning. The module needs a lot of work anyway, will probably be doing alot of cleanup with transition. - Proximity opacity. This has been a hidden feature anyway. - Animation. Ditto, it's been hidden. Need to expose those two settings in the UI.
* Fix Bug 638596. Wrap strings with the gettext function.Jiro Matsuzawa2011-01-041-6/+6
|
* Fix Bug 638207. Import i18n.py to make the setting window translatable.Jiro Matsuzawa2010-12-282-2/+1
|
* Fix Bug 637999. Specify the directory path to the module setting_types.Jiro Matsuzawa2010-12-251-1/+1
|
* Force current caribou to use new settings code. Might still be buggy.Eitan Isaacson2010-12-094-586/+181
|
* Created new auto-generated preferences dialog. Nothing uses it yet..Eitan Isaacson2010-12-092-2/+249
|
* Created new settings backend with MVC seperation.Eitan Isaacson2010-12-094-1/+405
|
* Added scanning support.David Pellicer2010-12-077-4/+713
|
* Deregister of gconf listeners when object is destroyedDavid Pellicer2010-12-071-10/+21
|
* Fix to multiple instances of preferences windowDavid Pellicer2010-12-071-5/+15
|
* Fix Bug 634799. Set translation domain of gtk.Builder object.Jiro Matsuzawa2010-12-071-1/+3
|
* Make modifier keys toggle buttons.Eitan Isaacson2010-12-071-7/+26
|
* Allow user to change key font and size.Eitan Isaacson2010-08-162-21/+107
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=622163
* Proper highlight colors.Eitan Isaacson2010-08-161-10/+55
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=622246
* Print exceptions.Eitan Isaacson2010-07-231-2/+3
|
* Support unicode key correctly.Eitan Isaacson2010-07-191-1/+1
|
* Added listeners to Caribou object to handle the layout changes.David Pellicer2010-07-191-3/+17
|
* Separate event registering in methods while creating the window.David Pellicer2010-07-191-1/+14
|
* Uncomment the combo lines in preferences and made it work.David Pellicer2010-07-191-14/+22
|
* Add data directory to const.pyDavid Pellicer2010-07-191-6/+3
|
* Fix syntax issues with highlighting.Eitan Isaacson2010-07-121-5/+5
|
* Fixed line width. Added default values for gconf settingsDaniel Baeyens2010-07-121-9/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=622246
* Support for key color configurationDaniel Baeyens2010-07-121-1/+43
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=622246
* Fixes the checks of existing layoutsDaniel Baeyens2010-06-211-6/+11
| | | | | | | | | | | | With new json backend, the way to autodetect layouts has changed. It tries looking for .json files and then for .xml ones, but if the configuration has the suffix already, then fails and do not load anything. Now, it first checks if the configured layout exists. If not, then it fallbacks to the standard autodetection https://bugzilla.gnome.org/show_bug.cgi?id=622221
* Don't change layout when switching focus (bug #621654). Thanks David Pellicer!Eitan Isaacson2010-06-162-0/+16
|
* Unpress modifier when Caribou quites (bug #621596). Thanks Daniel Baeyens!Eitan Isaacson2010-06-161-27/+37
|
* Add gtk import line (fixes bug #621594). Thanks Daniel Baeyens!Eitan Isaacson2010-06-161-0/+1
|
* Project files are reorganized and have consts separated on a new fileDaniel Baeyens2010-06-1612-43/+46
| | | | | | | | | New organization: caribou.common has files not related to the UI caribou.ui has files related to the UI Makefiles.am files have been modified to successfully build the package .gitignore is updated to ignore moved built files
* Created const.py to move consts thereDaniel Baeyens2010-06-161-0/+59
|