3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
headless-next: explain dm and binary binding logging outputs More... about 10 years ago
headless-next: fixed an issue when the user was not logged in before, and AccountsService record wasn't created yet. More... about 10 years ago
Several updates to the dogtail-run-headless-next More... about 10 years ago
Make sure safeDecode is not skipping any strings More... about 10 years ago
Don't crash when logging message contains unicode More... about 10 years ago
Error Handling for Attribute Error More... about 10 years ago
Fixed utils.run issue when having whitespace containing binary by using shlex shell-like parsing split. More... over 10 years ago
Removed an always true if condition in i18n More... over 10 years ago
Log child description when clicking More... over 10 years ago
With GTK3.10+ Gdk changes, needed to tune the keyNameToKeyCode function so that it provides valid keySym in as many cases possible - with both pre-GTK3.10 as well as GTK3.11+ having the same behavior in typeText and pressKey. More... over 10 years ago
Extended the default TypingDelay from 0.075 to 0.1 seconds (helps working with certain high unicode charactes, such as 中国互联网络...) More... over 10 years ago
Added a direct lambda support in the findChildren method, that allows using non-predicate lambdas to create search properties. These can be all pure dogtail Node properties (i.e. showing), not limiting to just pyatspi ones as is when using Predicate. This is code modified from patch originally submitted by Vadim Rutkovsky (#33), so are the unittests. More... over 10 years ago
Trap TypeError in findAllDescendants More... over 10 years ago
Fixed an bug in sniff discovered by jmolet that made sniff crash when run from /bin/sniff not /usr/bin/sniff More... over 10 years ago
Trap GErrors in findAllDescendants and retry if it occurs More... over 10 years ago
Fix for test_predicates_generic_by_label: generate a better script method call for labels More... over 10 years ago
Fix for failing 'focus.application.node' seting More... over 10 years ago
Derive all classes from object explicitely More... over 10 years ago
Mark some code as not to be covered with tests More... over 10 years ago
Refactor and update test to pass on gtk 3.8 using nosetests More... over 10 years ago
Make pyflakes and pep8 happy More... over 10 years ago
Changed icons used in sniff that got moved to the gnome-icon-theme-legacy recently for the ones from non-legacy package. More... over 10 years ago
0.8.3 version bump-up More... almost 11 years ago
Unified the 'isSth' vs. 'sth' properties for only 'sth' - added 'selected', but also introduced 'isChecked' property for 0.7.x compatibility More... almost 11 years ago
Added instructions on how to enable accessibility into utils.bailBecauseA11yIsDisabled() More... almost 11 years ago
Added a 'retry' option to the tree.root.application() More... almost 11 years ago
Fixed the concurrent creation of sniff_refresh lock from both tree and procedural (i.e. when using utils) More... almost 11 years ago
Wrote a GnomeShell 'helper' class into utils module allowing to work with the new top-panel application menu. More... almost 11 years ago
Switched to use environ value to get user in config. os.getlogin breaks when run scheduled from a testing system with no terminal. More... about 11 years ago
Proper cleanup in dogtail-run-headless-next when session environment is not available. More... about 11 years ago