summaryrefslogtreecommitdiff
path: root/capplets/rollback/ChangeLog
blob: a6a703b12da931b9e9f989bf63932daf56ce68e2 (plain)
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
2002-08-21  Jody Goldberg <jody@gnome.org>

	* Release 2.1.0

2002-06-17  Jody Goldberg <jody@gnome.org>

	* Release 2.0.0

2002-02-27  Kjartan Maraas  <kmaraas@gnome.org>

	* main.c: s/PACKAGE/GETTEXT_PACKAGE/g
	
2001-10-15  Jakub Steiner <jimmac@ximian.com>

	* rollback-capplet.png: the applet icon

2001-09-14  Bradford Hovinen  <hovinen@ximian.com>

	* rollback-capplet-dialog.c (rollback_capplet_dialog_init): Create
	apply and close buttons, ala the setup tools

2001-07-27  Bradford Hovinen  <hovinen@ximian.com>

	* RELEASE : 1.5.2

2001-07-20  Chema Celorio  <chema@celorio.com>

	* RELEASE : 1.5.0

2001-07-10  Kai Lahmann  <kl@linuxfaqs.de>

	* rollback.desktop: added german translation

2001-07-05  Bradford Hovinen  <hovinen@ximian.com>

	* config-manager-dialog.c: Update #include locations

	* Makefile.am (INCLUDES):
	(rollback_capplet_LDADD): Update to include ximian_archiver stuff
	correctly

2001-01-29  Bradford Hovinen  <hovinen@ximian.com>

	* rollback-widget.c (rollback_widget_realize): Check entire
	success array and warn if any allocation did not succeed

	* config-manager-dialog.c (cancel_cb): Don't do rollback

	* Makefile.am (rollback_capplet_SOURCES): Added rollback-control.[ch]

	* config-manager-dialog.c (config_manager_dialog_init): Construct
	a rollback widget with a rollback control and place it in the
	dialog

2001-01-27  Bradford Hovinen  <hovinen@ximian.com>

	* rollback-widget.c (rollback_widget_realize): Allocate control
	colors

	* rollback-widget.h (struct _RollbackWidget ): Added array
	control_colors

	* rollback-widget.c (rollback_widget_realize):
	(rollback_widget_unrealize): Implement. Just calls the parent's
	[un]realize and creates/destroys a GC to be used by the individual
	controls.
	(rollback_widget_get_gc): Implement. Return the GC created above

2001-01-25  Bradford Hovinen  <hovinen@ximian.com>

	* main.c (main): Support operating on global backends
	Add popt option for operating on global backends

2001-01-24  Bradford Hovinen  <hovinen@ximian.com>

	* config-manager-dialog.c (config_manager_dialog_finalize): Update
	unrefs
	(config_manager_dialog_init): GLADE_DIR -> GLADE_DATADIR
	(config_manager_dialog_init): Remove outdated signal connections
	(config_manager_dialog_init): Remove code to create location list
	Inherit from CappletWidget rather than GnomeDialog
	(config_manager_dialog_init): Remove gtk_window_set_policy call
	(ok_cb):
	(cancel_cb): Remove gnome_dialog_close call
	(config_manager_dialog_init): Set state to "changed" so that the
	Ok button is active
	(populate_backends_cb): Set backend_id in dialog if not already set

	* Makefile.am (INCLUDES): Changed CAPPLET_CFLAGS to
	ROLLBACK_CAPPLET_CFLAGS
	(rollback_capplet_LDADD): Ditto for CAPPLET_LIBS

	* config-manager-dialog.c: Remove #include
	"create-location-dialog.h" and #include "location-list.h"; set all
	the includes from libarchiver to get their files from the right
	directory	

2001-01-18  Bradford Hovinen  <hovinen@ximian.com>

	* config-manager-dialog.c (do_rollback): Rewrite, add boolean
	rollback_to_last to signature

	* config-manager-dialog.h: Change base class to CappletWidget