Comment 2 for bug 684289

Revision history for this message
Rick Spencer (rick-rickspencer3) wrote :

@grofaty -

I don't know if you are a coder, but this is something that you could actually add without writing any code, just using Glade. You could:

Install quickly (this takes a while):
$sudo apt-get install quickly

Get the pytask code from launchpad:
$bzr branch lp:pytask

change into the directory and launch the UI designer
$cd pytask
$quickly design &

Glade will open. Glade can be a bit tough to figure out, but essentially, can either add labels, or maybe frames. You can hop into #quickly on freenode if you want some help.

After you make it the way you want, you can request a merge proposal. This will upload a branch called "added_labels". You need to have SSH keys set up to do this, there are instructions on launchpad.
$bzr commit -m"added labels to UI to fix bug #684289"
$bzr push lp:~grofaty/pytask/added_labels

The go to your launchpad page, click "Code", then click on the branch, then click on "Propose for merging". Fill in the form, and the maintainer can then see your proposed changes and accept them if they want.