summaryrefslogtreecommitdiff
path: root/gswitchit/ChangeLog
blob: 0abedb8109717d84e6e7a29fed83e69085b7c11a (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
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
2004-05-31  Sergey Udaltsov <svu@gnome.org>

	* gswitchit-applet.c: Fixed the bug with the labels 
	reported for 8-bit locales. Stupid me did not convert local 
	string to UTF-8.

2004-05-27  Leena Gunda <leena.gunda@wipro.com>

	* switch.c (GKBAppletNew):
	Fix the crash occuring when gkb applet is removed from panel.
	Fixes bug #143277

2004-04-03  Sergey Udaltsov <svu@gnome.org>

	* gswitchit-applet.c: Fixed odd bug with the background
	update. No more reprodusable crashes in the flags mode.
	Dennis was not accurate with sia->ebox:)

2004-03-28  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Added gswitchit.schemas.in to
	EXTRA_DIST. Fixes build outside of srcdir and closes
	bug #138172.

2004-02-29  Dennis Smit  <ds@nerds-incorporated.org>

	* gswitchit-applet.h: Added the ebox to the
	GSwitchItApplet structure because we need it
	in GSwitchItAppletChangeBackground.
	
	* gswitchit-applet.c (GSwitchItAppletPrepareDrawing):
	Put the label in the align first before putting the
	align in the ebox. Else the panel background doesn't
	work, why this is i don't know.

	(GSwitchItAppletChangeBackground):
	Set the GtkStyle on the ebox as well.

	The applet now supports panel background colors.
	Pixmap isn't working yet tho.

2004-02-29  Dennis Smit  <ds@nerds-incorporated.org>

	* gswitchit-applet.c (GSwitchItAppletChangeBackground):
	Removed bogus return.

2004-02-27  Dennis Smit  <ds@nerds-incorporated.org>

	* gswitchit-applet.c (GSwitchItAppletInit):
	Added signal handler for the change_background
	signal.

	(GSwitchItAppletChangeBackground): Added function
	to handle the change_background signal.

	This doesn't work yet.

2004-02-23  Dennis Smit  <ds@nerds-incorporated.org>

	* Makefile.am: Make the capplet link to
	screen-exec.

	Patch by: Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar>
	
	Fixes bug #135221.

2004-02-22  Dennis Smit  <ds@nerds-incorporated.org>

	* gswitchit-applet.c (GSwitchItAppletCmdPlugins):
	Move from egg_screen_execute_shell to
	gdk_spawn_command_line_on_screen.
	
	Fixes bug #135158.

	(GSwitchItAppletCmdCapplet):
	Likewise.

2004-02-21  Dennis Smit  <ds@nerds-incorporated.org>
	
	* gswitchit-applet.c (GSwitchItAppletCmdPlugins):
	replaced the gnome_execute_shell with
	egg_screen_execute_shell so we can be
	multihead aware.

	(GSwitchItAppletCmdCapplet):
	Likewise.

	Fixes bug #134025.

2004-02-12  Dennis Smit  <ds@nerds-incorporated.org>

	* gswitchit-applet.c (GSwitchItAppletCmdAbout):
	Make the about dialog multihead sane.

	(GSwitchItAppletCmdProps):
	Ditto.

	(GSwitchItAppletCmdHelp):
	Ditto.

	* gswitchit-capplet.c (GSwitchItAppletPropsCreate):
	Ditto.

2004-02-08  Jason Leach  <leach@wam.umd.edu>

	* Makefile.am (CLEANFILES): Add .server and .server.in here.
        (#132071, Padraig O'Briain)

2004-02-06  Dennis Cranston  <dennis_cranston@yahoo.com>
  
	Fix for bug 133702.
	* gswitchit/GNOME_GSwitchItApplet.xml: Cleanup popup menu.

2004-02-06  Dennis Cranston  <dennis_cranston@yahoo.com>
 
	Fix for bug 133701.
	* gswitchit/gswitchit-plugins.c:
	(CappletActivePluginsSelectionChanged):
	* gswitchit/gswitchit-plugins-add.c:
	(CappletAvailablePluginsSelectionChanged ):
	* gswitchit/gswitchit-plugins.glade: HIG fixes.

2004-02-07  Dennis Smit  <ds@nerds-incorporated.org>

	* ChangeLog: Adding file.

	Patch by Dennis Cranston that fixes HIG issues
	within the applet:

	* gswitchit-capplet.c (create_hig_catagory): 
	Added new function.

	(CappletUI2Config):
	Changes to reflect new HIGness.

	* gswitchit-properties.glade:
	HIGify the preferences dialog.

	Fixes bug #133570