branches with status:
Name Status Last Modified Last Commit
lp:~tony-badwolf/quickly/modular 1 Development 2012-08-08 14:11:28 UTC
670. merge trunk

Author: <email address hidden>
Revision Date: 2012-08-08 14:11:28 UTC

merge trunk

lp:~tony-badwolf/quickly/quickly-extras bug(Has a merge proposal) 1 Development 2012-05-21 17:13:47 UTC
669. bin/project_name cleaned with pylint ...

Author: <email address hidden>
Revision Date: 2012-05-19 18:02:59 UTC

bin/project_name cleaned with pylint and pep8

lp:~tony-badwolf/quickly/ubuntu_cli_extras 1 Development 2012-05-20 22:29:21 UTC
668. quickly package --extras is broken fo...

Author: <email address hidden>
Revision Date: 2012-05-20 22:29:21 UTC

quickly package --extras is broken for ubuntu-cli projects
this branch skips metadata for non-gui projects

lp:~tony-badwolf/quickly/quicklyloggingupdate bug(Has a merge proposal) 1 Development 2011-12-04 23:52:59 UTC
643. A more sensible default Turn on loggi...

Author: <email address hidden>
Revision Date: 2011-12-04 23:42:53 UTC

A more sensible default
Turn on logging while project runs inside quickly

lp:~tony-badwolf/quickly/890318again bug(Has a merge proposal) 1 Development 2011-12-04 19:21:06 UTC
641. Convert both widget and signal name t...

Author: <email address hidden>
Revision Date: 2011-12-04 14:05:39 UTC

Convert both widget and signal name to a valid python variable name
fixes bug 890318

lp:~tony-badwolf/quickly/templatetools 1 Development 2011-11-19 10:01:57 UTC
642. merge trunk

Author: <email address hidden>
Revision Date: 2011-11-19 10:00:00 UTC

merge trunk

lp:~tony-badwolf/quickly/editors bug(Has a merge proposal) 1 Development 2011-11-06 02:10:29 UTC
639. allows different editors for editing ...

Author: <email address hidden>
Revision Date: 2011-11-06 02:06:47 UTC

allows different editors for editing project and configuring dependencies
fixes bug 862302 by informative message instead of crashing

use case
export EDITOR=nano
export QUICKLY_EDITOR=geany
quickly edit &
quickly configure dependencies

removed another bug
read_input() piped stdout which broke subprocess.call(['nano'])

lp:~tony-badwolf/quickly/ide2 bug 0 Experimental 2011-11-05 23:46:09 UTC
618. Use os.environ.get("QUICKLY_EDITOR") ...

Author: <email address hidden>
Revision Date: 2011-06-01 22:13:06 UTC

Use os.environ.get("QUICKLY_EDITOR") as an ide for editing many files
Use os.environ.get("EDITOR") to block while editing single configuration file

lp:~tony-badwolf/+junk/sake 1 Development 2011-02-22 00:26:48 UTC
6. added changelog and .pot

Author: <email address hidden>
Revision Date: 2011-02-22 00:26:48 UTC

added changelog and .pot

lp:~tony-badwolf/+junk/psion 1 Development 2011-02-03 00:07:14 UTC
3. Now can queue the subprocesses, use i...

Author: <email address hidden>
Revision Date: 2011-02-03 00:07:14 UTC

Now can queue the subprocesses, use inbox as a synonym for callback

lp:~tony-badwolf/quickly/threaded_application 0 Experimental 2010-10-02 11:39:49 UTC
538. Threads are useful in gui application...

Author: tony
Revision Date: 2010-09-16 19:55:40 UTC

Threads are useful in gui applications. Without them slow processes freeze the GUI. This uses the node concept from erlang (quickly uses couchdb, couchdb uses erlang, I wondered why). It is implemented using python's Queue module. There is a bug catcher for exceptions in other threads. Contains example code to drive a progress bar, disable buttons when busy and show exception in threaded model. Demo code is clearly marked and can be removed to make a clean project. All threading code is "hidden" in helpers.py. Implemented as new template based on ubuntu_application.

lp:~tony-badwolf/+junk/async_progressbar 2 Mature 2010-09-21 20:31:12 UTC
1. These file asynch_task_progressbox_sh...

Author: tony
Revision Date: 2010-09-21 20:14:40 UTC

These file asynch_task_progressbox_shows_bug.py shows an effect of variable params shared between main thread and killable thread.
The file asynch_task_progressbox_fixed.py shows effect of bug fix submitted to lp:ubuntu/quickly-widgets.

lp:~tony-badwolf/+junk/contextfreeart 0 Experimental 2010-09-16 19:15:03 UTC
6. quickly saved

Author: tony
Revision Date: 2010-09-16 19:12:29 UTC

quickly saved

lp:~tony-badwolf/+junk/progressbar 1 Development 2010-09-14 08:28:17 UTC
2. Progressbar for quickly. Includes dem...

Author: tony
Revision Date: 2010-09-14 08:28:17 UTC

Progressbar for quickly. Includes demo of pulse, fraction and error in non gui thread.
The progressbar is used to provide feedback for slow processes.
Uses threads but hide details from opportunistic pregrammer.
Built using (renamed) trunk ver 532 of ubuntu-application template.

lp:~tony-badwolf/python-snippets/patterns-snippets (Has a merge proposal) 1 Development 2010-08-19 23:02:48 UTC
100. added producer_consumer.py to allow l...

Author: tony
Revision Date: 2010-08-19 22:50:09 UTC

added producer_consumer.py to allow long running tasks in pygtk applications

115 of 15 results