root/frontend/trunk/gtkfe/ChangeLog

Revision 2507, 20.7 kB (checked in by jhasse, 3 months ago)

Prepare for 1.3.0 release

  • Property svn:keywords set to Author Date Id Revision
Line 
1 2008-09-13  Jan Niklas Hasse  <jhasse@gmail.com>
2
3         * gtkfe/configure.in: Update for 1.3.0 release
4         * autopackage/default.apspec.in: Setting AutopackageTarget to 1.4 and
5         adding code for hybrid package (untested).
6
7 2008-05-27  Isak Savo  <isak.savo@gmail.com>
8
9         * gtkfe/configure.in: Update for 1.2.6 release
10
11 --------------------  1.2.5 was released  --------------------
12
13 Wed Jul 11 02:26:45 UTC 2007  Curtis L. Knight  <knighcl@gmail.com>
14         * gtkfe/configure.in: Update for 1.2.5 release.
15
16 --------------------  1.2.4 was released  --------------------
17
18 Sun May 27 04:19:26 UTC 2007  Curtis L. Knight  <knighcl@gmail.com>
19         * gtkfe/configure.in: Update for 1.2.4 public release.
20
21 --------------------  1.2.3 was released  --------------------
22
23 Sat Mar 31 20:49:51 UTC 2007  Taj Morton  <tajmorton@gmail.com>
24         * autopackage-launcher-gtk.desktop.in: Change Category to Categories so
25           file assoc. will work on older KDEs. (KDE 3.3 w/ Fedora 3). Thanks to
26           UnFleshed One for debugging this. Fixes #5.
27
28 Tue Mar 27 23:38:48 UTC 2007  Taj Morton  <tajmorton@gmail.com>
29         * autopackage/default.apspec.in: Change repository to new location.
30
31 Sun Mar 25 18:21:47 UTC 2007  Curtis L. Knight  <knighcl@gmail.com>
32         * gtkfe/configure.in: Update for 1.2.3 release.
33
34 --------------------  1.2.2 was released  --------------------
35
36 2007-03-04  Isak Savo  <isak.savo@gmail.com>
37
38         * configure.in (GETTEXT_PACKAGE): Added es_CO thanks to Joan Rivera
39
40 2006-12-19  Isak Savo  <isak.savo@gmail.com>
41
42         * frontend/logview.c (gtk_log_view_set_progress): Check that there is a progress bar available before trying to increment it. (Fixes weird crash with copyFiles progress being reported wrong from the backend)
43
44 Mon Dec 18 22:33:01 UTC 2006  Taj Morton  <tajmorton@gmail.com>
45         * autopackage-launcher-gtk.desktop.in: Add Category key so that this will
46           work on Mandriva.
47
48 2006-12-05  Isak Savo  <isak.savo@gmail.com>
49
50         * autogen.sh: #/bin/bash shebang to be compatible with edgy.
51         * po/cs.po
52         * configure.in (ALL_LINGUAS): Add czech translation
53
54 --------------------  1.2 was released  --------------------
55
56 2006-09-24  Isak Savo  <isak.savo@gmail.com>
57
58         * launcher/main.c (help): Changed my email in the authors string.
59         (install_click): Call 'package install' instead of executing the package directly.
60
61 Wed Sep  6 00:48:28 2006  Mike Hearn  <mike@plan99.net>
62         * frontend/processor.c (draw_arrows_animation): Switch to the simpler animation
63
64 Mon Sep  4 20:08:29 2006  Mike Hearn  <mike@plan99.net>
65         * launcher/main.c, glade/launcher.glade: Change checkbox to control
66           statistics reporting
67
68 Sun Jun 11 18:10:22 UTC 2006  Taj Morton  <tajmorton@gmail.com>
69         * autopackage/default.apspec.in: Give manager/configure
70           --enable-backend-autopackage instead of --disable-backend-autopackage.
71           This should fix the bugs where the application list is empty.
72
73 2006-04-02  Isak Savo  <isak.savo@gmail.com>
74
75         * frontend/processor.c (process_display_summary): Removed the message that referred to the old "package remove $shortname" since
76         it isn't needed anymore.
77
78 Sat Mar 25 21:23:29 2006  Mike Hearn  <mike@plan99.net>
79
80         * frontend/processor.c (process_uninstalling): Fix uninstall animation, improve
81           strings a bit.
82
83 Sat Mar 25 01:58:56 UTC 2006  Taj Morton  <tajmorton@gmail.com>
84         * launcher/main.c: Sync authors list.
85
86 Sat Mar 25 00:50:56 UTC 2006  Taj Morton  <tajmorton@gmail.com>
87
88         * autopackage/default.apspec.in: Warn if manager isn't built.
89
90 Thu Mar 23 22:58:38 2006  Mike Hearn  <mike@plan99.net>
91
92         * frontend/processor.c (present_completed): Don't say "verify completed"
93           when an uninstall fails.
94
95 2006-02-23  Isak Savo  <isak.savo@gmail.com>
96
97         * configure.in (GETTEXT_PACKAGE): Renamed 'sq_AL' to just 'sq' by suggestion from Jordi Mallach
98         (GETTEXT_PACKAGE): Removed zh and zt since they a) aren't maintained and b) don't have correct names anyway (zt isn't even in ISO and zh needs a region modifyer)
99
100 2006-02-05  Peter Lund <firefly@diku.dk>
101
102         * autopackage/default.apspec.in: Don't compile more than neccessary of the manager.
103         make sure that it's a clean build. Warn loudly if anything uses C++.
104
105 Wed Jan 25 17:01:06 UTC 2006  Taj Morton <tajmorton@gmail.com>
106         * autopackage/default.apspec.in: install kpackage48.png for the manager,
107           consolidate all icons installs into one call, configure+compile manager
108           with apgcc/apg++.
109
110 2006-01-07  Isak Savo  <isak.savo@gmail.com>
111
112         * configure.in (ALL_LINGUAS): Added "pa" to ALL_LINGUAS
113
114 Mon Jan  2 17:29:35 PST 2006  Taj Morton <tajmorton@gmail.com>
115         * Makefile.am: Remove kde/ dir from SUBDIRS list. No longer needed, as KDE
116           MIME Types are now automatically generated.
117
118 Sat Dec  3 20:11:55 2005  Curtis L. Knight  <knighcl@fastmail.fm>
119         * default.spec.in: Remove call to gtk-update-icon-cache and place it in the
120           installIcon API function.
121
122 Dec 2 2005  Hongli Lai  <hongli@plan99.net>
123         * default.spec.in: call gtk-update-icon-cache with --ignore-theme-index
124           even when we're root. This fixes
125           http://autopackage.org/forums/viewtopic.php?p=884#884
126
127 Sun Nov 20 15:33:41 2005  Mike Hearn  <mike@plan99.net>
128         * gnome/autopackage.xml.in: Add default namespace so update-mime-database
129           doesn't barf on it.
130
131 Oct 29 2005  Taj Morton  <tajmorton@gmail.com>
132         * autopackage-launcher-gtk.desktop.in: Remove strange Name key. What
133           was this? It was causing me to have messages about installing
134           "Inget namn".
135         * configure.in: Remove kde/ directory from AC_OUTPUT because KDE 3.x
136           MIME Types are now handled automatically.
137         * autopackage/default.apspec.in: Bump AutopackageTarget to 1.2 for
138           MIME Type features.
139         * gnome/autopackage.xml.in: Adjust to enable generation of KDE 3.x
140           MIME Types.
141
142 Oct 27 2005  Hongli Lai  <hongli@plan99.net>
143         * launcher/extractinfo: minor performance optimizations.
144
145 Oct 16 2005  Hongli Lai  <hongli@plan99.net>
146         * glade/*.glade: Save glade files with glade 2.0 for compatibility.
147
148 Fri Oct  7 20:15:01 2005  Mike Hearn  <mike@plan99.net>
149         * frontend/main.c (main): Prevent gtk_log_view_new from
150           being optimised out by newer versions of ld.
151
152 Thu Oct  6 20:35:43 2005  Mike Hearn  <mike@plan99.net>
153         * frontend/logview.c (do_scroll): Fix a race condition by
154           making the workaround for buggy earlier GTK+ versions
155           conditional on the gtk_minor_version variable (it's fixed
156           in GTK+ 2.8 at least).
157
158 2005-10-06  Mike Hearn <mike@plan99.net>
159         * launcher/main.c: Set _autopackage_execute_package so
160           we keep up with the "package install" change.
161
162 2005-10-02  Isak Savo  <isak.savo@gmail.com>
163
164         * Buildsystem: Upgrade to use intltool to manage
165         translatable messages.
166         * po/*: Added autogenerated languages that were
167         available in the desktop-file
168         * gnome/: Remove *.keys & *.xml in favour of .in-files.
169         Used by intltool to merge back translations from the .po-files.
170         Tweaked Makefile.am to call intltool appropiately
171         * gnome/*.gladep: Removed option to generate separate string files.
172         This is now handled by intltool
173         * launcher/main.c: Removed a trailing whitespace of a translatable msg.
174         * frontend/*: Use more shared messages with the other frontends.
175
176 2005-08-14  Hongli Lai  <hongli@plan99.net>
177         * Code cleanups; upgrade to latest BinReloc.
178
179 2005-07-26  Mike Hearn  <mike@plan99.net>
180         * frontend/processor.c (draw_arrows_animation):
181           Clean up the animation code a bit.
182
183 2005-07-14  Mike Hearn  <mike@plan99.net>
184         * frontend/processor.c (process_uninstalling):
185           Add support for uninstall graphics
186
187 2005-07-11  Mike Hearn  <mike@plan99.net>
188         * frontend/processor.c: Get rid of 0.2 interactions code,
189           it was never used anyway. Just have to cvs rm
190           interactions.[ch] now.
191
192 2005-07-05  Mike Hearn  <mike@plan99.net>
193         * glade/quickhelp.glade: Finish off the help screen text.
194         * frontend/common-strings.h: Give a better uninstall tip.
195
196 2005-07-01  Mike Hearn  <mike@navi.cx>
197         * launcher/main.c (help): Synchronise authors list
198         * frontend/logview.c (gtk_log_view_check_begin): Slow down the
199           spinning animation a bit.
200
201 Mon Jun 20 00:09:54 2005  Matze Braun <matze@braunis.de>
202         * glade/frontend.glade: Re-arrange download screen a bit
203
204 April 19 2005  Hongli Lai  <hongli@navi.cx>
205         * Makefile.am: Get rid of nodata_icon_DATA. It's not supported
206           by my version of automake. Use individual Makefile.am instead.
207         * configure.in: Add more Makefiles. Work around libglade-2.0.pc
208           bug: add -export-dynamic.
209         * autopackage/default.spec.in: call gtk-update-icon-cache
210           if possible.
211         * Add extractinfo to EXTRA_DIST. Apparently I have to do this
212           manually.
213         * frontend/Makefile.am: add common-strings.h
214         * hicolor/autopackage-installer.png: file added.
215         * autopackage-launcher-gtk.desktop: use the aforementioned
216           icon.
217
218 April 17 2005  Hongli Lai  <hongli@navi.cx>
219         * frontend, launcher: remove prefs.[ch]. Use environment
220           variables instead so that it properly works with autosu.
221         * Cleanup some code.
222
223 Wed Mar 30 22:52:00 2005  Mike Hearn  <mike@navi.cx>
224         * frontend/main.c (initialize): Re-enable hide in tray
225
226 April 2 2005  Hongli Lai  <hongli@navi.cx>
227         * launcher/main.c: Make pulse speed 4 times slower.
228         * launcher/extract-info: don't call 'trace' since there is no
229           such command.
230
231 Wed Mar 30 22:34:26 2005  Mike Hearn  <mike@navi.cx>
232         * launcher/main.c (help): Change Honglis email address
233
234 Wed Mar 23 13:42:35 2005  Mike Hearn  <mike@navi.cx>
235        
236         * launcher/main.c (help): Update the authors list
237
238 2005-03-23  Curtis L. Knight  <knighcl@fastmail.fm>
239
240         * autopackage/default.apspec.in: Update and add more languages.
241
242 2005-03-21  Curtis L. Knight  <knighcl@fastmail.fm>
243
244         * launcher/extractinfo: Update getLanguages apkg-bashlib function.
245
246 2005-03-08  Isak Savo  <iso01001@student.mdh.se>
247
248         * frontend/logview.c: Add a conversion to UTF-8 for all messages
249         received from the backend before they are displayed in the GUI.
250         * frontend/main.c: Use bind_textdomain_codeset() for the
251         "autopackage" domain. Also set localedir for that domain.
252
253 2005-01-18  Isak Savo  <iso01001@student.mdh.se>
254
255         * frontend/*.[ch]: Use gettext strings from apkg-defs
256         instead of our own domain when possible.
257         * frontend/processor.c: Remove unnecessary pango markup from
258         translatable strings where possible.
259         * glade/*: Remove some strings that isn't supposed to be
260         translated
261         * launcher/main.c: Add code to fix author and translator credits
262         in the about dialog.
263         * po/*: Updated template.
264        
265
266 2005-01-14  Curtis L. Knight  <knighcl@fastmail.fm>
267         * autopackage/default.apspec.in: Include autopackage-manager-gtk
268           and some supporting files to package.
269
270 Fri Jan  7 23:10:42 2005  Mike Hearn  <mike@navi.cx>
271         * Move autopackage-launcher-gtk.desktop and always install it
272
273 2005-01-04  Isak Savo  <iso01001@student.mdh.se>
274         Updated for GETTEXT_PACKAGE name autopackage-gtk and generate
275         translations from source.
276         * gtkfe/configure.in
277         * gtkfe/autopackage/default.apspec.in
278         * gtkfe/frontend/Makefile.am
279         * gtkfe/frontend/main.c
280         * gtkfe/frontend/utils.c
281         * gtkfe/frontend/utils.h
282         * gtkfe/launcher/Makefile.am
283         * gtkfe/launcher/main.c
284         * gtkfe/launcher/utils.c
285         * gtkfe/launcher/utils.h
286         * gtkfe/po/POTFILES.in
287
288         * gtkfe/po/autopackage-gtk-1.0.pot: Removed file.
289         * gtkfe/po/autopackage-gtk.pot: Added po template file.
290
291 2004-11-13  Curtis L. Knight  <knighcl@fastmail.fm>
292         * autopackage/default.apspec.in: Add License and URL metakey data.
293
294 2004-11-13  Curtis L. Knight  <knighcl@fastmail.fm>
295         * frontend/processor.c: Remove debugging output.
296
297 2004-11-08  Hongli Lai  <h.lai@chello.nl>
298         * frontend/processor.c: Bump protocol version to 6.
299           Display uninstallation instructions.
300
301 2004-07-14  Hongli Lai  <h.lai@chello.nl>
302         * frontend/processor.c: Bump protocol version to 5.
303
304 2004-06-29  Mike Hearn  <mike@navi.cx>
305         * frontend/processor.c (process_fail): Don't strip newline,
306           makes it look better
307
308 2004-06-18  Mike Hearn  <mike@navi.cx>
309         * frontend/processor.c, main.c: don't output debugging goop
310
311 2004-06-12  Hongli Lai  <h.lai@chello.nl>
312         * processor.c: Support recommend summary list.
313           Display some nice icons.
314         * frontend/tips.png,menus.png: files added.
315         * frontend/logview.c: new functions gtk_log_view_add_image_head()
316           and gtk_log_view_add_image(). Make the widget a little bigger
317           by default.
318         * frontend/processor.c: Right-align icons.
319
320 2004-06-11  Mike Hearn  <mike@navi.cx>
321         * frontend/logview.c (gtk_log_view_check_recommended): fix
322           recommendations support
323
324 2004-05-02  Hongli Lai  <h.lai@chello.nl>
325         * Upgrade to latest version of BinReloc.
326         * utils.c: Fix loading glade and data files.
327         * launcher/main.c: disable Cancel button and silence checkbox
328           while installing.
329         * frontend/processor.c: fix typo.
330
331 2004-04-30  Hongli Lai  <h.lai@chello.nl>
332         * logview.c/logview.h: add gtk_logview_add_status_bold().
333         * utils.c/utils.h: add desktop_file_get_categories().
334         * processor.c: display summary titles as bold. Display menu
335           categories.
336         * Make Nautilus and Konqueror file association work again.
337         * autopackage-gtk.applications, autopackage-launcher-gtk.desktop:
338           Support startup notification.
339
340 2004-04-29  Mike Hearn  <mike@navi.cx>
341         * frontend/processor.c (raise_window): Make clicking the glowing
342           icon bring the summary window to the top.
343           (process_identify): Don't clear log window on reindentify during
344           prep. Makes output a bit less confusing.
345
346 2004-04-17  Hongli Lai  <h.lai@chello.nl>
347         * frontend/extractinfo: shell script for extracting information
348           from the metadata payload of a .package file.
349         * frontend/package.c: use extractinfo to get the package
350           information.
351
352 2004-04-14  Mike Hearn  <mike@navi.cx>
353         * frontend/processor.c (process_display_summary): Use bullet
354           points instead of - character.
355
356 2004-02-14  Hongli Lai  <h.lai@chello.nl>
357         * launcher/package.c: support new stub format.
358         * launcher/main.c: support --version and -V arguments.
359           About dialog now displays proper version number.
360         * launcher/main.c: Set vbox spacing to 0 when maintainer and
361           packager information are not available.
362
363 2004-02-01  Hongli Lai  <h.lai@chello.nl>
364         * frontend/logview.c: gtk_log_view_check_fail() now deletes
365           the "searching" text.
366         * frontend/processor.c: present_completed() sets window title.
367
368 2004-01-30  Hongli Lai  <h.lai@chello.nl>
369         * frontend/logview.h: Add gtk_log_view_check_searching()
370         * frontend/gul-ellipsizing-label.[ch]: Files added.
371           Modified to support tooltips.
372         * frontend/Makefile.am: added the above files.
373         * frontend/processor.c: Make sure gtkfe terminates correctly
374           when sessionDepth is 0, even if no "display summary" is sent.
375           Fix some compilation warnings.
376         * glade/frontend.glade: url_label is now a GulEllipsizingLabel.
377           Change "retrieved from the network" to "retrieved from the
378           Internet"
379         * frontend/main.c: Make url_label selectable.
380
381 2004-01-11  Mike Hearn  <mike@linux.littlegreen>
382
383         * frontend/processor.c (PROTOCOL_VERSION): Bump to version 4
384
385 2003-12-19  Mike Hearn  <mike@theoretic.com>
386         * frontend/processor.c, frontend/logview.c: Add support for
387           the SEARCHING state
388
389 2003-12-18  Mike Hearn  <mike@theoretic.com>
390         * frontend/processor.c, glade/frontend.glade: Add support for
391           download progress feedback
392         * frontend/processor.c: Put the % sign on the right hand side of the
393           progress percentage.
394
395 2003-10-21  Curtis Knight  <knighcl@fastmail.fm>
396
397         * autogen.sh: Check for aclocal directory existance before using
398           location; MDK9.2 does not have /usr/local/share/aclocal anymore
399
400 2003-10-19  Curtis Knight  <knighcl@fastmail.fm>
401
402         * configure.in: Updated gtkfe version to match autopackage version
403
404 2003-10-01  Hongli Lai  <h.lai@chello.nl>
405
406         * launcher/main.c (usage): Rename "gtkpackage" to
407           "autopackage-launcher-gtk".
408
409 2003-09-29  Mike Hearn  <mike@theoretic.com>
410
411         * frontend/processor.c (process_identify):
412           Don't clear the prep screen if something failed
413
414 2003-09-28  Mike Hearn  <mike@theoretic.com>
415
416         * frontend/processor.c (process_progressbar):
417           Only set the progress bar when we've actually started. Avoids
418           crash caused by a payload so small that the only progress bar
419           command sets MAX == CURRENT.
420
421 2003-09-23  Hongli Lai  <h.lai@chello.nl>
422
423         * launcher/main.c: Fix improper usage of BinReloc (strings
424           must be g_strdup()'ed).
425
426 2003-09-20  Curtis Knight  <knighcl@fastmail.fm>
427
428         * configure.in: Updated gtkfe version to match autopackage version
429
430 2003-09-19  Hongli Lai  <h.lai@chello.nl>
431
432         * frontend/processor.c: Fixed coding style; moved desktop file
433           reading code to utils.c.
434         * frontend/utils.c: Added desktop file reading code and improved
435           it a bit.
436
437 2003-09-18  Mike Hearn  <mike@theoretic.com>
438
439         * frontend/main.c, frontend/main.h, frontend/Makefile.am, launcher/main.c, launcher/Makefile.am:
440           Port to binreloc
441
442 2003-09-16  Mike Hearn  <mike@theoretic.com>
443
444         * frontend/processor.c: Refactor end screen code
445         * frontend/processor.c: Implement basic menu entry summary support
446         * frontend/processor.c: Split pango markup from some strings, for ease of translation
447         * frontend/processor.c: Use help icon when an operation fails
448         * frontend/processor.c: Implement verify summary support
449
450 2009-09-15  Hongli Lai  <h.lai@chello.nl>
451
452         * frontend/processor.c: Fix Mike's coding style.
453
454 2003-09-14  Mike Hearn  <mike@theoretic.com>
455
456         * frontend/processor.c: Implement start of summary handling
457
458 2003-09-07  Hongli Lai  <h.lai@chello.nl>
459
460         * autogen.sh: Fix autogen.sh: better way to detect GTK+'s prefix.
461
462 2003-09-03  Hongli Lai  <h.lai@chello.nl>
463
464         * glade/launcher.glade, frontend.glade:
465           Change "system tray" to "notification area".
466
467 2003-09-02  Mike Hearn  <mike@theoretic.com>
468
469         * frontend/processor.c: always show the tray icon when complete.
470           Change the messages a bit.
471
472 2003-09-02  Hongli Lai  <h.lai@chello.nl>
473
474         * frontend/*: Completely remove the progress bar when there's 1 package.
475
476 2003-08-31  Hongli Lai  <h.lai@chello.nl>
477
478         * gnome/autopackage-gtk.applications:
479           Fixed typo (false instead of flase).
480
481 2003-08-29  Hongli Lai  <h.lai@chello.nl>
482
483         * frontend/main.c, frontend/processor.c, glade/frontend.glade:
484           Get rid of the pulsing progress bar during prepration.
485         * frontend/logview.[ch]: Force animation image to be 22x22.
486           Changed icon sizes to GTK_ICON_SIZE_BUTTON. New function
487           gtk_log_view_recommended().
488
489 2003-08-28  Hongli Lai  <h.lai@chello.nl>
490
491         * frontend/logview.c (gtk_log_view_check_fail): Fixed stopping
492           animation. Made passed and failed icons a little larger.
493         * frontend/main.c, processor.c: Use lookup_file() to lookup images.
494         * frontend/main.c, processor.c, eggstatusicon.c:
495           Fixed syntax style.
496         * frontend/main.[ch]: New function set_title(). Removed
497           unnecessary TRACEs.
498         * frontend/processor.c: Changes "Preparing packages for:" to
499           "Preparing package:". Use package-ok.png as "Installation
500           successful" icon.
501         * frontend/main.c, glade/frontend.glade: Prevent the user from
502           closing the window unless the installation has finished.
503         * frontend/eggstatusicon.c: Fixed blinking.
504         * glade/package-ok.png: Added.
505        
506
507 2003-08-27  Mike Hearn  <mike@theoretic.com>
508
509         * configure.in: Bumped version to 0.3, to match autopackage
510         * frontend/processor.c, frontend/logview.c: Animation support
511
512 2003-08-26  Mike Hearn  <mike@theoretic.com>
513
514         * frontend/processor.c: Update tooltip correctly as we move through
515         the stages
516         * frontend/processor.c, frontend/main.c: Use closed package icon
517         while processing, pulse open package icon when done
518         * frontend/eggstatusicon.c: Make blinking smooth/blended
519         * frontend/processor.c: Blink tray icon when install is complete
520         * frontend/main.h: Expose tray icon object to other files in the
521         header, rename status_icon to statusIcon
522         * frontend/main.c: Allow you to show the window again once
523         minimized to the tray.
524
525 2003-08-25  Hongli Lai <h.lai@chello.nl>
526
527         * frontend/eggstatusicon.c: Implemented egg_status_icon_set_stock().
528         * frontend/main (hide): Replaced iconification code with system
529           tray code.
530         * glade/frontend.glade: Removed cancel callback.
531
532 2003-08-25  Mike Hearn <mike@theoretic.com>
533
534         * Some string updates. Added egg tray icon stuff. Removed Cancel
535           button.
536         * (frontend/utils.h) Implemented a simple TRACE macro
537
538 2003-08-10  Hongli Lai  <h.lai@chello.nl>
539
540         * glade/quickhelp.glade: Updated some labels.
541
542 2003-08-09  Hongli Lai  <h.lai@chello.nl>
543
544         * frontend/logview.[ch]: new function: gtk_log_view_clear().
545           The progress vbox is now padded with a label.
546         * frontend/main.c: Removed log view test code (they're never
547           called anyway). Made the default window size bigger.
548         * frontend/processor.c: Commented out code that add a header
549           and separator to the log view. Instead, clear the log view.
550
551 2003-08-02  Hongli Lai  <h.lai@chello.nl>
552
553         * frontend/logview.c, frontend/main.c, frontend/processor.c,
554           frontend.glade:
555           Remove the pulsing progress bar. Make the extraction progress
556           bar embed inside the log view.
557         * frontend/logview.[ch]: New functions:
558           gtk_log_view_{add,set}_progress ().
559
560
561 2003-07-31  Mike Hearn  <mike@theoretic.com>
562
563         * logview.c: Make textview backgrounds consistant with widget
564         background.
565         * main.c: Main window should be wider
566
567 2003-07-31  Hongli Lai  <h.lai@chello.nl>
568
569         * logview.[ch], main.c, glade/frontend.glade, processor.c,
570           Makefile.am:
571           Added new log view widget.
572         * sender.[ch]: Removed. Apparently it lowers performance and
573           responsiveness instead of improving it.
574         * main.c, protocol.c: Commented out debug messages.
575        
Note: See TracBrowser for help on using the browser.