|
|
|
@3757
|
[3757]
|
2 days |
tack |
Revert last commit to main.py (oops) and commit init.py instead.
|
|
|
|
@3756
|
[3756]
|
2 days |
tack |
Committing Process rewrite. It's not quite finished yet (Supervisor needs …
|
|
|
|
@3755
|
[3755]
|
2 days |
tack |
Doc update: what happens when channel closes before write() completes.
|
|
|
|
@3754
|
[3754]
|
2 days |
tack |
doc update: A kaa.InProgress? object → An InProgress? object
|
|
|
|
@3753
|
[3753]
|
2 days |
tack |
reSTify IOChannel docstrings; make IOChannel.delimiter a property so …
|
|
|
|
@3752
|
[3752]
|
3 days |
tack |
More docstring tweaks; handle ValueError? for fileno property; move …
|
|
|
|
@3751
|
[3751]
|
3 days |
tack |
Fix incorrect comment.
|
|
|
|
@3750
|
[3750]
|
3 days |
tack |
More docstring updates
|
|
|
|
@3749
|
[3749]
|
3 days |
tack |
Implement readline support; better docstring documentation; queue size
is …
|
|
|
|
@3748
|
[3748]
|
4 days |
tack |
IOChannel updates (mostly plumbing needed for Process rewrite):
New …
|
|
|
|
@3747
|
[3747]
|
4 days |
dmeyer |
Change BehaviourColor? to also support border color changes
|
|
|
|
@3746
|
[3746]
|
4 days |
dmeyer |
add an option argument target for container manipulation
|
|
|
|
@3745
|
[3745]
|
4 days |
tack |
Another InProgressAny? bug fix: wrongly assumed one of the prefinished IPs …
|
|
|
|
@3744
|
[3744]
|
4 days |
tack |
InProgressAny? bug fixes.
|
|
|
|
@3743
|
[3743]
|
5 days |
tack |
New filter kwarg added to InProgressAny? initializer.
|
|
|
|
@3742
|
[3742]
|
5 days |
dmeyer |
small SelectionGrid?2 fixes
|
|
|
|
@3741
|
[3741]
|
5 days |
dmeyer |
make it possible to set properties on templates
|
|
|
|
@3740
|
[3740]
|
5 days |
dmeyer |
add second type of selection grid
|
|
|
|
@3739
|
[3739]
|
5 days |
dmeyer |
add callback for animation steps
|
|
|
|
@3738
|
[3738]
|
5 days |
dmeyer |
border size is int, not float
|
|
|
|
@3737
|
[3737]
|
5 days |
dmeyer |
inhert intrinsic_size from source
|
|
|
|
@3736
|
[3736]
|
5 days |
dmeyer |
support passive property
|
|
|
|
@3735
|
[3735]
|
5 days |
dmeyer |
do not draw invisible items
|
|
|
|
@3734
|
[3734]
|
5 days |
dmeyer |
hide group size and pretend to be the source widget
|
|
|
|
@3733
|
[3733]
|
5 days |
dmeyer |
improve subpixel_precision
|
|
|
|
@3732
|
[3732]
|
6 days |
tack |
Make Window id a property. (There are others that still need to be …
|
|
|
|
@3731
|
[3731]
|
6 days |
dmeyer |
start Sphinx based doc
|
|
|
|
@3730
|
[3730]
|
6 days |
dmeyer |
change Label init arguments
|
|
|
|
@3729
|
[3729]
|
6 days |
dmeyer |
Remove the widget parent setter property. The new interface is …
|
|
|
|
@3728
|
[3728]
|
6 days |
dmeyer |
use candy_prepare to set up the width
|
|
|
|
@3727
|
[3727]
|
6 days |
dmeyer |
use correct object width in _clutter_sync_layout
|
|
|
|
@3726
|
[3726]
|
6 days |
dmeyer |
improve sync to clutter thread
|
|
|
|
@3725
|
[3725]
|
6 days |
dmeyer |
put statements in correct order
|
|
|
|
@3724
|
[3724]
|
6 days |
dmeyer |
intrinsic_size fix for images
|
|
|
|
@3723
|
[3723]
|
7 days |
tack |
Fix compiler warning.
|
|
|
|
@3722
|
[3722]
|
7 days |
tack |
Avoid divide-by-zero.
|
|
|
|
@3721
|
[3721]
|
7 days |
tack |
New propery "reflect-bottom" (defaults to TRUE) which allows the …
|
|
|
|
@3720
|
[3720]
|
7 days |
dmeyer |
add Group.add as convenience function
|
|
|
|
@3719
|
[3719]
|
7 days |
dmeyer |
Simple popup boxes as test for the dynamic layout
|
|
|
|
@3718
|
[3718]
|
7 days |
dmeyer |
provide default values
|
|
|
|
@3717
|
[3717]
|
7 days |
dmeyer |
support xml files without candyxml root element and only one widget
|
|
|
|
@3716
|
[3716]
|
7 days |
dmeyer |
dynamic size bugfix
|
|
|
|
@3715
|
[3715]
|
7 days |
dmeyer |
add variable to turn on/off subpixel precision for a widget
|
|
|
|
@3714
|
[3714]
|
7 days |
dmeyer |
Add intrinsic_size property and ALIGN_SHRINK for better group layout
|
|
|
|
@3713
|
[3713]
|
7 days |
dmeyer |
Fix passive widget handling in LayoutGroups?
|
|
|
|
@3712
|
[3712]
|
8 days |
tack |
New shm driver.
|
|
|
|
@3711
|
[3711]
|
8 days |
tack |
Remove more unused gc code.
|
|
|
|
@3710
|
[3710]
|
8 days |
tack |
Remove old and unused garbage collection code from objects that are …
|
|
|
|
@3709
|
[3709]
|
8 days |
tack |
Reverts r3702. This logic was not consequence free.
|
|
|
|
@3708
|
[3708]
|
9 days |
tack |
Do not abort if we receive an event for an unknown window.
|
|
|
|
@3707
|
[3707]
|
9 days |
tack |
scanned is now a property.
|
|
|
|
@3706
|
[3706]
|
9 days |
dmeyer |
Add better support for dynamic size based on the parent. Now width …
|
|
|
|
@3705
|
[3705]
|
9 days |
dmeyer |
support subpixels
|
|
|
|
@3704
|
[3704]
|
10 days |
tack |
Do not build kaa.shm on Darwin; don't bother attempting to check for …
|
|
|
|
@3703
|
[3703]
|
2 weeks |
dmeyer |
sync reflection code with clutter-tidy
|
|
|
|
@3702
|
[3702]
|
3 weeks |
tack |
If a coroutine yields an InProgress? but does not yield any other value …
|
|
|
|
@3701
|
[3701]
|
3 weeks |
tack |
Adjust to kaa.db.Database thread safety changes. EPG updates are no …
|
|
|
|
@3700
|
[3700]
|
3 weeks |
tack |
Remove Database.del and attach a shutdown callback to commit().
|
|
|
|
@3699
|
[3699]
|
3 weeks |
tack |
Thread safety for kaa.db.
|
|
|
|
@3698
|
[3698]
|
3 weeks |
tack |
New function kaa.main.is_stopped()
|
|
|
|
@3697
|
[3697]
|
3 weeks |
dmeyer |
Add subpixel support. Geometry values can now be of type float. I hope …
|
|
|
|
@3696
|
[3696]
|
4 weeks |
dmeyer |
fix UTC handling
|
|
|
|
@3695
|
[3695]
|
4 weeks |
dmeyer |
add function to turn on the XML stream debug mode
|
|
|
|
@3694
|
[3694]
|
5 weeks |
dmeyer |
make interval read-only
|
|
|
|
@3693
|
[3693]
|
5 weeks |
dmeyer |
adjust to kaa.base API changes
|
|
|
|
@3692
|
[3692]
|
5 weeks |
dmeyer |
change Timer.get_interval() to Timer.interval
|
|
|
|
@3691
|
[3691]
|
5 weeks |
dmeyer |
update twisted reactor to Twisted 0.8.x
|
|
|
|
@3690
|
[3690]
|
5 weeks |
dmeyer |
adjust to kaa.base API changes
|
|
|
|
@3689
|
[3689]
|
5 weeks |
dmeyer |
Start breaking the API again for 0.6.0. The changes are documented …
|
|
|
|
@3688
|
[3688]
|
5 weeks |
tack |
Export IOChannel
|
|
|
|
@3687
|
[3687]
|
5 weeks |
tack |
No need to replace property for 2.6 or later.
|
|
|
|
@3686
|
[3686]
|
5 weeks |
dmeyer |
cosmetic changes
|
|
|
|
@3685
|
[3685]
|
5 weeks |
dmeyer |
generate doc for sdist (does not work as it should)
|
|
|
|
@3684
|
[3684]
|
5 weeks |
tack |
Update TODO with an eye to 1.0
|
|
|
|
@3682
|
[3682]
|
5 weeks |
dmeyer |
prepare 0.7.5 release
|
|
|
|
@3681
|
[3681]
|
6 weeks |
dmeyer |
remove evas based test cases
|
|
|
|
@3680
|
[3680]
|
6 weeks |
dmeyer |
Remove evas and DirectFB support. The evas support is outdated and may …
|
|
|
|
@3679
|
[3679]
|
6 weeks |
tack |
Remove Extension.del which caused config.h unlink to sometimes …
|
|
|
|
@3678
|
[3678]
|
6 weeks |
dmeyer |
improvde imlib2 checks
|
|
|
|
@3677
|
[3677]
|
6 weeks |
dmeyer |
addmissing import
|
|
|
|
@3676
|
[3676]
|
6 weeks |
dmeyer |
autoregister to candyxml using metaclass
|
|
|
|
@3675
|
[3675]
|
6 weeks |
dmeyer |
use secure e2e link for server based communication
|
|
|
|
@3674
|
[3674]
|
6 weeks |
dmeyer |
First version of an XMPP library for kaa. This module is designed …
|
|
|
|
@3673
|
[3673]
|
6 weeks |
dmeyer |
handle pre-handshake data sending
|
|
|
|
@3672
|
[3672]
|
7 weeks |
tack |
Fix typo
|
|
|
|
@3671
|
[3671]
|
7 weeks |
tack |
Fix the comment to match the code.
|
|
|
|
@3670
|
[3670]
|
7 weeks |
dmeyer |
doc update
|
|
|
|
@3669
|
[3669]
|