<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/scripts/kconfig, branch v2.6.21-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.kobert.dev/pm24.git/atom?h=v2.6.21-rc4</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom?h=v2.6.21-rc4'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2007-02-14T16:09:52Z</updated>
<entry>
<title>[PATCH] qconf: hide empty list items</title>
<updated>2007-02-14T16:09:52Z</updated>
<author>
<name>Cyrill V. Gorcunov</name>
<email>gorcunov@gmail.com</email>
</author>
<published>2007-02-14T08:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=ed8b4d4d7a31923db32f4684535944d69eb43677'/>
<id>urn:sha1:ed8b4d4d7a31923db32f4684535944d69eb43677</id>
<content type='text'>
This patch fixes showing empty config list items if "Option/Show All
Options" is turned on.  For example empty items appears on list of 'Block
Layer' menu.

Signed-off-by: Cyrill V. Gorcunov &lt;gorcunov@gmail.com&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Cc: Oleg Verych &lt;olecom@flower.upol.cz&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] qconf: Back button behaviour normalization</title>
<updated>2007-02-14T16:09:52Z</updated>
<author>
<name>Cyrill V. Gorcunov</name>
<email>gorcunov@gmail.com</email>
</author>
<published>2007-02-14T08:33:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=f253f00003c3fed0355cf49482f24c56bc5dbea6'/>
<id>urn:sha1:f253f00003c3fed0355cf49482f24c56bc5dbea6</id>
<content type='text'>
Do "Back" button behaviour normalization so it is enabled starting from
second-level menu only.

Signed-off-by: Cyrill V. Gorcunov &lt;gorcunov@gmail.com&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] qconf: fix showing help info on failed search</title>
<updated>2007-02-14T16:09:52Z</updated>
<author>
<name>Cyrill V. Gorcunov</name>
<email>gorcunov@gmail.com</email>
</author>
<published>2007-02-14T08:32:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=786fb18d015cc5f34284d426e055ddd7a3dbb53b'/>
<id>urn:sha1:786fb18d015cc5f34284d426e055ddd7a3dbb53b</id>
<content type='text'>
qconf does not clear help text in search window if previous search has been
failed.

Signed-off-by: Cyrill V. Gorcunov &lt;gorcunov@mail.ru&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] qconf: relocate Search Command</title>
<updated>2007-02-14T16:09:51Z</updated>
<author>
<name>Shlomi Fish</name>
<email>shlomif@iglu.org.il</email>
</author>
<published>2007-02-14T08:32:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=66e7c7230fed159e138fc1292ee662b8bbdb74d6'/>
<id>urn:sha1:66e7c7230fed159e138fc1292ee662b8bbdb74d6</id>
<content type='text'>
Relocate the qconf search command to the "Edit"-&gt;"Find" menu option.

This is per the discussion on my qconf search dialog patch.

Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] qconf: immediately update integer and string values in xconfig display</title>
<updated>2007-02-14T16:09:51Z</updated>
<author>
<name>Karsten Wiese</name>
<email>fzu@wemgehoertderstaat.de</email>
</author>
<published>2007-02-14T08:32:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=49e5646d6538f3a1c6697770f0bec2b2a0b7f30e'/>
<id>urn:sha1:49e5646d6538f3a1c6697770f0bec2b2a0b7f30e</id>
<content type='text'>
In xconfig's display integer and string values are also shown as part of
the config item's descriptive text.

This patch updates the descriptive text, when the corresponding value has
been changed.  Fix for http://bugzilla.kernel.org/show_bug.cgi?id=7744

Take2 uses updateList() so config values dependending on the changed value
see the change.

Signed-off-by: Karsten Wiese &lt;fzu@wemgehoertderstaat.de&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Cc: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] qconf: (re)fix SIGSEGV on empty menu items</title>
<updated>2007-01-12T02:18:20Z</updated>
<author>
<name>Roman Zippel</name>
<email>zippel@linux-m68k.org</email>
</author>
<published>2007-01-11T07:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6fa1da8ea9318af6a0252f56cd2e689616346218'/>
<id>urn:sha1:6fa1da8ea9318af6a0252f56cd2e689616346218</id>
<content type='text'>
Back out the recent fix for this bug, fix it by correctly initialising
ConfigInfoView.sym.

Signed-off-by: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Cc: "Cyrill V. Gorcunov" &lt;gorcunov@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] qconf: fix SIGSEGV on empty menu items</title>
<updated>2007-01-06T07:55:29Z</updated>
<author>
<name>Cyrill V. Gorcunov</name>
<email>gorcunov@gmail.com</email>
</author>
<published>2007-01-06T00:37:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=73b8ed29ab3f6ad7204b4e61cfa87dc0c28d3019'/>
<id>urn:sha1:73b8ed29ab3f6ad7204b4e61cfa87dc0c28d3019</id>
<content type='text'>
qconf may cause SIGSEGV by trying to show debug information on empty menu
items

Signed-off-by: Cyrill V. Gorcunov &lt;gorcunov@gmail.com&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kconfig: set gconf's save-widget's sensitivity according to .config's changed state</title>
<updated>2006-12-13T17:05:48Z</updated>
<author>
<name>Karsten Wiese</name>
<email>annabellesgarden@yahoo.de</email>
</author>
<published>2006-12-13T08:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=0a0c502c94af0491ab454ad6d216c7a6fda8362b'/>
<id>urn:sha1:0a0c502c94af0491ab454ad6d216c7a6fda8362b</id>
<content type='text'>
Clean up a little.

Signed-off-by: Karsten Wiese &lt;fzu@wemgehoertderstaat.de&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kconfig: add "void conf_set_changed_callback(void (*fn)(void))", use it in qconf.cc</title>
<updated>2006-12-13T17:05:48Z</updated>
<author>
<name>Karsten Wiese</name>
<email>annabellesgarden@yahoo.de</email>
</author>
<published>2006-12-13T08:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=3b354c557c7a6fcac099b3a20b308853fe596183'/>
<id>urn:sha1:3b354c557c7a6fcac099b3a20b308853fe596183</id>
<content type='text'>
Added function sets "void (*conf_changed_callback)(void)".  Call it, if
.config's changed state changes.  Use above in qconf.cc to set gui's
save-widget's sensitvity.

Signed-off-by: Karsten Wiese &lt;fzu@wemgehoertderstaat.de&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kconfig: make sym_change_count static, let it be altered by 2 functions only</title>
<updated>2006-12-13T17:05:48Z</updated>
<author>
<name>Karsten Wiese</name>
<email>annabellesgarden@yahoo.de</email>
</author>
<published>2006-12-13T08:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=bfc10001b11e51b59ac901d17c5f05361bd2351d'/>
<id>urn:sha1:bfc10001b11e51b59ac901d17c5f05361bd2351d</id>
<content type='text'>
Those two functions are
	void sym_set_change_count(int count)
and
	void sym_add_change_count(int count)

All write accesses to sym_change_count are replaced by calls to above
functions.

Variable and changer-functions are moved to confdata.c.  IMO thats ok, as
sym_change_count is an attribute of the .config's change state.

Signed-off-by: Karsten Wiese &lt;fzu@wemgehoertderstaat.de&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
