Merge lp://staging/~mac9416/keryx/unstable into lp://staging/keryx/stable

Proposed by mac9416
Status: Approved
Approved by: mac9416
Approved revision: 180
Proposed branch: lp://staging/~mac9416/keryx/unstable
Merge into: lp://staging/keryx/stable
Diff against target: 102898 lines (+2394/-99183)
69 files modified
app.fil (+1/-1)
build.bat (+13/-0)
build.sh (+15/-0)
doc/INSTALL (+0/-24)
doc/README (+2/-86)
doc/config.rst (+8/-0)
doc/debian.rst (+5/-0)
doc/index.rst (+32/-0)
doc/keryx.conf (+0/-29)
doc/lib.rst (+8/-0)
doc/log.rst (+8/-0)
doc/package.rst (+8/-0)
doc/plugins.rst (+12/-0)
doc/project.rst (+8/-0)
doc/source.rst (+8/-0)
doc/tutorial.rst (+68/-0)
doc/version.rst (+8/-0)
keryx.py (+29/-110)
keryx.spec (+29/-0)
lib/__init__.py (+90/-29)
lib/config.py (+0/-113)
lib/consts.py (+0/-150)
lib/debian.py (+530/-0)
lib/install.sh (+101/-0)
lib/log.py (+25/-21)
lib/package.py (+43/-0)
lib/plugins.py (+0/-88)
lib/project.py (+95/-85)
lib/source.py (+41/-0)
lib/tests/test_source.py (+14/-0)
lib/version.py (+207/-0)
lib/wxkeryx/__init__.py (+16/-17)
lib/wxkeryx/delayedresult.py (+63/-75)
lib/wxkeryx/download.py (+176/-171)
lib/wxkeryx/editor.py (+17/-15)
lib/wxkeryx/main.py (+306/-284)
lib/wxkeryx/misc.py (+219/-170)
lib/wxkeryx/options.py (+0/-300)
lib/wxkeryx/startDialog.py (+110/-132)
messages.pot (+16/-16)
plugins/ColorMap.py (+0/-66)
plugins/Debian.py (+0/-747)
plugins/Search.py (+0/-148)
projects/hardy-32-bit-default/debian.conf (+0/-5)
projects/hardy-32-bit-default/hardy-32-bit.keryx (+0/-2)
projects/hardy-32-bit-default/lists/status (+0/-15138)
projects/hardy-32-bit-default/sources/sources.list (+0/-52)
projects/hardy-64-bit-default/debian.conf (+0/-5)
projects/hardy-64-bit-default/hardy-64-bit.keryx (+0/-2)
projects/hardy-64-bit-default/lists/status (+0/-14740)
projects/hardy-64-bit-default/sources/sources.list (+0/-52)
projects/jaunty-32-bit-default/debian.conf (+0/-5)
projects/jaunty-32-bit-default/jaunty-32-bit.keryx (+0/-2)
projects/jaunty-32-bit-default/lists/status (+0/-15966)
projects/jaunty-32-bit-default/sources/sources.list (+0/-53)
projects/jaunty-64-bit-default/debian.conf (+0/-5)
projects/jaunty-64-bit-default/jaunty-64-bit.keryx (+0/-2)
projects/jaunty-64-bit-default/lists/status (+0/-16924)
projects/jaunty-64-bit-default/sources/sources.list (+0/-53)
projects/karmic-32-bit-default/debian.conf (+0/-5)
projects/karmic-32-bit-default/karmic-32-bit.keryx (+0/-2)
projects/karmic-32-bit-default/lists/status (+0/-16622)
projects/karmic-32-bit-default/sources/sources.list (+0/-52)
projects/karmic-64-bit-default/debian.conf (+0/-5)
projects/karmic-64-bit-default/karmic-64-bit.keryx (+0/-2)
projects/karmic-64-bit-default/lists/status (+0/-16504)
projects/karmic-64-bit-default/sources/sources.list (+0/-52)
requirements.txt (+1/-0)
setup.py (+62/-56)
To merge this branch: bzr merge lp://staging/~mac9416/keryx/unstable
Reviewer Review Type Date Requested Status
mac9416 Approve
Review via email: mp+325135@code.staging.launchpad.net

Description of the change

This is a not-too-beautiful refactoring of 0.92.4. But it's functional.

To post a comment you must log in.
Revision history for this message
mac9416 (mac9416) :
review: Approve
lp://staging/~mac9416/keryx/unstable updated
181. By mac9416

Updated spec, added missing lib file.

182. By mac9416

Final changes for 0.92.5 release

183. By mac9416

But seriously, last change for 0.92.5

Unmerged revisions

183. By mac9416

But seriously, last change for 0.92.5

182. By mac9416

Final changes for 0.92.5 release

181. By mac9416

Updated spec, added missing lib file.

180. By mac9416

release 0.92.5

179. By mac9416

Cleaned up the start dialog

178. By mac9416

Removed default projects

177. By mac9416

Got rid of keryx.conf. Convention > Configuration.

176. By mac9416

Added tools to build a Linux executable.

175. By mac9416

Clean up the Debian library

174. By mac9416

Even more config.py cleanup

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches