summaryrefslogtreecommitdiff
path: root/caribou/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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-074-442/+213
|
* 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-077-270/+272
| | | | | | | | | | - 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 638207. Import i18n.py to make the setting window translatable.Jiro Matsuzawa2010-12-281-2/+0
|
* 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-093-548/+180
|
* Created new auto-generated preferences dialog. Nothing uses it yet..Eitan Isaacson2010-12-092-2/+249
|
* Added scanning support.David Pellicer2010-12-076-4/+691
|
* 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
|
* 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-168-0/+927
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