~xubuntu-dev/ubiquity/lp1437180_feh

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
26-07-2005 Antonio Olmo <aolmo@emergya.info>
	* Validation library created.
	* Some typo fixed and checks added.
	* Very simple documentation system created
	  (should be improved by switching from pydoc to python-docutils).
	* ubuntu-express.diff updated.

26-07-2005 Javier Carranza <javier.carranza_@_interactors.coop>
		- frontend.py developed (to handle installer signals and data)

24-07-2005 Javier Carranza <javier.carranza_@_interactors.coop>
	* frontend/glade/*:
		- test.py improved
		- pixmaps added
		- Added improvements commented by telemaco (usability)
		
22-07-2005 Juan Jesús Ojeda Croissier <juanje_@_interactors.coop>
	* installer: Little improvements in configure_hardware() method.
	* ubuntu-express.diff: Updated.
	
21-07-2005 Juan Jesús Ojeda Croissier <juanje_@_interactors.coop>
	* frontend/gnome.py: Joined some methods into get_locales()
	* frontend/noui.py:
		- Joined some methods.
		- Added testing stuff to the end.
		- Commented some future features.
	* installer:
		- Fixed some bugs and typos.
		- Joined some calls to wizard's methods.
		- Changed the testing stuff from the bottom.
	
20-07-2005 Juan Jesús Ojeda Croissier <juanje_@_interactors.coop>
	* frontend/*.py: Eliminated get_fullname() method.
	* installer:
		- Joined get_fullname() into get_user().
		- Changed images files in mount_source() method.
		
20-07-2005 Javier Carranza <javier.carranza_@_interactors.coop>
	* frontend/glade/*:
		- Glade frontend created.
		- Added test.py to test UI.
		- Added i18n support.

15-07-2005 Juan Jesús Ojeda Croissier <juanje_@_interactors.coop>
	* instaler:
		- Added get_partitions call in installer method.
		- Added progressbar stuff in copy_all method.
		- Joined get_user() and get_password() into get_user().
	* frontend/gnome.py: Added frontend for Gnome.
	* frontend/*: Reorganized the mothods.
	
15-07-2005 Juan Jesús Ojeda Croissier <juanje_@_interactors.coop>
	* Changelog: Initial version.
	* ubuntu-express: Imported from Matt's baz repository.
	* installer: Extended version of ubuntu-express.
	* ubuntu-express.diff: Patch between ubuntu-express and installer.
	* frontend: Created directory for UIs implementations. Already created
	the skeleton of 2 of them (noui and text).