-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog.Guadalinex
148 lines (125 loc) · 5.56 KB
/
Changelog.Guadalinex
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
29-08-2005 Antonio Olmo <aolmo_@_emergya.info>
* lib/backend/peez2.py: some "peez2" functions finished.
* lib/backend/peez2_test.py: for "peez2" library testing purposes.
09-08-2005 Juan Jesus Ojeda Croissier <juanje_@_interactors.coop>
* frontend/Gnome.py: Changed the last page.
* frontend/htmldocs/ubuntu/: Changed branded html intro.
* frontend/glade/liveinstaller.glade:
- Added steps to the title.
- Changed final step for a DruidPageStandard.
- Some more improvements.
04-08-2005 Antonio Olmo <aolmo_@_emergya.info>
Minor changes to make "Gnome.py" executable again.
03-08-2005 Juan Jesus Ojeda Croissier <juanje_@_interactors.coop>
* lib/part.py: Added this new lib for the partitioning stuff.
* frontend/glade/liveinstaller.glade: Addes fullname GtkEntry and some fixs.
* lib/validation.py: Changed the output of check_password().
* frontend/Gnome.py:
- Extraxted the Gparted stuff to lib/part.py.
- Started the migration some methods to callbacks
- Some little stuff more
03-08-2005 Javier Carranza <javier.carranza_@_interactors.coop>
* ../gparted*: gparted package with hacks to embed it into
ubuntu-express and Guadalinex live_installer.
* frontend/Gnome.py: sockets & process implementation to join gparted embedding.
03-08-2005 Antonio Olmo <aolmo_@_emergya.info>
* lib/validation.py finished.
* "README.txt" renamed to "README".
* Doc updated.
02-08-2005 Javier Carranza <javier.carranza_@_interactors.coop>
* debian/*: ubuntu-express debian package.
29-07-2005 Antonio Olmo <aolmo_@_emergya.info>
* ../README.txt: updated.
* part/peez2/: customized parted library added, README finished.
* lib/validation.py: last validation done (for the name of the host).
29-07-2005 Javier Carranza <javier.carranza_@_interactors.coop>
* frontend/*:
- Added Exceptions to export installer control to backend.
- Added splash images and text during installation process.
- Added Gnome.py example script to use the module.
- Added some documentation.
28-07-2005 Antonio Olmo <aolmo_@_emergya.info>
* part/: partitioning stuff.
* part/peez2/: partition wizard (currently being tested).
* ../README.txt: brief explanations for beginners.
27-07-2005 Antonio Olmo <aolmo_@_emergya.info>
* doc/: slightly improved with epydoc.
* lib/validation.py: (almost?) finished.
27-07-2005 Javier Carranza <javier.carranza_@_interactors.coop>
* frontend/glade:
- Added some methods.
- Added fullscren featured mode.
- Added text screens for the installation process.
- Added styles.
- Deleted welcome screen.
- Added gtkmozembed welcome screen (showing help to the
installation process).
27-07-2005 Juan Jesus Ojeda Croissier <juanje_@_interactors.coop>
* frontend/noui.py:
- Added some documentation.
- Added parameter 'msg' to the set_progress() method.
* installer:
- Added some documentation.
- Fixed some syntax.
- Added format_target() method.
26-07-2005 Juan Jesus Ojeda Croissier <juanje_@_interactors.coop>
* installer:
- Restored the previous version. The checks were not necessary
any more.
- Moved in the method get_locales() from the frontend/noui.py.
- Sorted the calls in frontend method.
- Improved the configure_network() method with call to the
network backend of the gst.
* frontend/noui.py:
- Moved out the method get_locales() to installer.
- Joined get_hostname() and get_user() methods into get_info()
26-07-2005 Antonio Olmo <aolmo_@_emergya.info>
* lib/validation.py: Validation library created.
* installer: Some typo fixed and checks added.
* doc/*: 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/glade/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 Jesus Ojeda Croissier <juanje_@_interactors.coop>
* installer: Little improvements in configure_hardware() method.
* ubuntu-express.diff: Updated.
21-07-2005 Juan Jesus 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 Jesus 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 Jesus 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 Jesus 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).