branches with status:
Name Status Last Modified Last Commit
lp:bzr-interactive bug 1 Development 2013-10-15 09:03:47 UTC
14. Merge fixes

Author: Ali Sabil
Revision Date: 2013-10-15 09:03:47 UTC

Merge fixes

lp:ejabberd 1 Development 2012-02-23 15:47:43 UTC
2742. Update copyright dates

Author: Alexey Shchepin
Revision Date: 2012-02-23 15:47:43 UTC

Update copyright dates

lp:~asabil/vala/vala-project-template.waf 1 Development 2010-07-31 17:33:09 UTC
4. Updated the vala code to stop using t...

Author: Ali Sabil
Revision Date: 2010-07-31 17:33:09 UTC

Updated the vala code to stop using the deprecated += syntax for connecting signals

lp:eunicode 1 Development 2010-06-16 09:03:54 UTC
2. Added string comparison functions

Author: Ali Sabil
Revision Date: 2010-06-16 09:03:54 UTC

Added string comparison functions

lp:libcore 1 Development 2010-04-11 04:45:23 UTC
77. Fix AsyncResult generics usage in Res...

Author: Haakon Sporsheim
Revision Date: 2010-04-11 04:45:23 UTC

Fix AsyncResult generics usage in ResultChain.

lp:eamqp 1 Development 2010-04-09 00:32:49 UTC
18. Fixed a badmatch in eamqp:disconnect/2

Author: Ali Sabil
Revision Date: 2010-04-09 00:32:49 UTC

Fixed a badmatch in eamqp:disconnect/2

lp:ctk 1 Development 2010-03-22 12:52:31 UTC
114. Fix added a return type to a lambda i...

Author: Thomas Kristensen
Revision Date: 2010-03-22 12:52:31 UTC

Fix added a return type to a lambda in the example code.

lp:collective.recipe.rebar 1 Development 2010-03-10 07:59:10 UTC
7. Prepare for release

Author: Ali Sabil
Revision Date: 2010-03-10 07:59:10 UTC

Prepare for release

lp:~asabil/launchpad/easy-deployment 1 Development 2010-03-07 21:49:35 UTC
8975. Fixed a build issue that resulted in ...

Author: Ali Sabil
Revision Date: 2010-03-07 21:49:35 UTC

Fixed a build issue that resulted in YUI not being included in the combined javascript

lp:~asabil/prosody-im/trunk 1 Development 2010-02-06 13:27:23 UTC
1698. prosody: Initialize logging before ch...

Author: MattJ
Revision Date: 2010-02-05 14:32:20 UTC

prosody: Initialize logging before checking dependencies (fixes another traceback with no LuaSec)

lp:~asabil/+junk/mx 1 Development 2010-01-15 15:39:38 UTC
1181. [css/style] Added a ranking system to...

Author: Ali Sabil
Revision Date: 2010-01-15 15:39:38 UTC

[css/style] Added a ranking system to resolve selector ties in

lp:~asabil/+junk/dotvim 1 Development 2010-01-06 09:00:49 UTC
5. Added the surround plugin

Author: Ali Sabil
Revision Date: 2010-01-06 09:00:49 UTC

Added the surround plugin

lp:~asabil/rabbitmq/rabbitmq-erlang-client 1 Development 2009-12-02 19:57:55 UTC
211. Enable installing the source files

Author: Ali Sabil
Revision Date: 2009-12-02 16:58:14 UTC

Enable installing the source files

lp:~asabil/rabbitmq/rabbit-common 1 Development 2009-12-02 19:56:36 UTC
4. Enable installing the source files

Author: Ali Sabil
Revision Date: 2009-12-02 16:59:46 UTC

Enable installing the source files

lp:~asabil/+junk/ejabberd-automake 1 Development 2009-12-01 15:26:19 UTC
1859. Fix for the config files and manageme...

Author: Ali Sabil
Revision Date: 2009-11-23 09:20:01 UTC

Fix for the config files and management scripts missing from distribution

lp:~asabil/+junk/ccss-vala 1 Development 2009-11-10 22:58:35 UTC
2. Use properties instead of accessors

Author: Ali Sabil
Revision Date: 2009-11-10 22:58:35 UTC

Use properties instead of accessors

lp:~asabil/+junk/clutter-vala-1.0 1 Development 2009-11-10 22:18:46 UTC
19. Removed the unecessary getters and se...

Author: Ali Sabil
Revision Date: 2009-11-10 22:18:46 UTC

Removed the unecessary getters and setters

lp:~asabil/bzr-rewrite/filter-branch 1 Development 2009-04-20 21:32:47 UTC
137. Added a filter-branch command for cre...

Author: Ali Sabil
Revision Date: 2009-04-20 21:32:22 UTC

Added a filter-branch command for creating a new branch based on the filtered history of a source branch

lp:~asabil/+junk/bzr-pastebin 1 Development 2009-04-16 15:30:56 UTC
1. Initial import

Author: Ali Sabil
Revision Date: 2009-04-16 15:30:28 UTC

Initial import

lp:~asabil/+junk/weave 1 Development 2009-04-02 17:46:31 UTC
2. Improved the weave.build.task module

Author: Ali Sabil
Revision Date: 2009-04-02 17:46:10 UTC

Improved the weave.build.task module

lp:~asabil/+junk/bzr-filter-branch 1 Development 2009-02-19 23:02:09 UTC
3. Fixed handling of rich root repositories

Author: Ali Sabil
Revision Date: 2009-02-19 23:02:09 UTC

Fixed handling of rich root repositories

lp:~asabil/+junk/whisper.new 1 Development 2009-02-08 11:33:31 UTC
22. - Added a small sample program to dem...

Author: Ali Sabil
Revision Date: 2008-12-14 14:49:29 UTC

- Added a small sample program to demonstrate login and presence setting

lp:~asabil/+junk/whisper 1 Development 2009-02-08 11:32:13 UTC
77. - Updated to compile with Vala trunk

Author: Ali Sabil
Revision Date: 2009-02-08 11:32:13 UTC

- Updated to compile with Vala trunk

lp:~asabil/+junk/vala-gtest-module 1 Development 2009-01-19 00:04:39 UTC
2364. Added a GTest module to the gobject b...

Author: Ali Sabil
Revision Date: 2009-01-19 00:04:14 UTC

Added a GTest module to the gobject backend

The GTest module allows creating test suites with the following code:

[Test (path = "/vala/modules/gtest")]
class FooBarTest {

 public void set_up () {

 }

 public void tear_down () {

 }

 public void test_success () {
  assert (1 == 1);
 }

 public void test_failure () {
  assert (1 == 0);
 }
}

int main (string[] args) {
 Test.init (ref args);

 var o = new FooBarTest ();

 return Test.run ();
}

lp:~asabil/+junk/moap 1 Development 2008-11-05 07:12:32 UTC
368. - Modified the ChangeLog commit entry...

Author: Ali Sabil
Revision Date: 2008-11-04 21:35:03 UTC

- Modified the ChangeLog commit entry template

lp:~asabil/+junk/gst-face 1 Development 2008-08-26 20:03:41 UTC
2. - Added a small script for easy testing

Author: Ali Sabil
Revision Date: 2008-08-26 19:58:36 UTC

- Added a small script for easy testing

lp:~asabil/vala/gst-vala-template 1 Development 2008-06-02 09:03:13 UTC
1. - Initial import

Author: Ali Sabil
Revision Date: 2008-06-02 09:01:11 UTC

- Initial import

127 of 27 results