root/trunk

Revision Log Mode:


Legend:

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