summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2005-09-02 12:54:00 +0000
committerRoss Burton <ross@openedhand.com>2005-09-02 12:54:00 +0000
commit6de1ae1e2e610b0120a0fcd914f39dfa27ce1e9e (patch)
treeea15982d2ce6be212b806412bba88d05621061dc
parent893d28f59c9725207e4a8dc962bb1ca9b4dd5a5b (diff)
downloadpoky-6de1ae1e2e610b0120a0fcd914f39dfa27ce1e9e.tar.gz
Add my comments
git-svn-id: https://svn.o-hand.com/repos/poky@15 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/packages/gtk+/gtk+-2.8.3/README50
1 files changed, 36 insertions, 14 deletions
diff --git a/openembedded/packages/gtk+/gtk+-2.8.3/README b/openembedded/packages/gtk+/gtk+-2.8.3/README
index eb4cfa4af9..3cc3a2d42b 100644
--- a/openembedded/packages/gtk+/gtk+-2.8.3/README
+++ b/openembedded/packages/gtk+/gtk+-2.8.3/README
@@ -1,40 +1,62 @@
1no-xwc.patch 1Definitely Keep
2 2===
3 Removes any ( uneeded ) i18n xlib calls that are just stubs in
4 an xlib built with --disable-locale
5 3
6disable-tooltips.patch 4disable-tooltips.patch
7 5
8 Makes sense for toucscreens at least. Could be made better by being 6 Makes sense for toucscreens at least. Could be made better by being
9 an XSettings property ? 7 an XSettings property: http://bugzilla.gnome.org/show_bug.cgi?id=315112
8
9hardcoded_libtool.patch
10
11 Fix libtool calls in configure - likely needed although should go upstream in
12 some form if possible.
13
14
15Probably Uneeded
16===
17
18no-xwc.patch
19
20 Removes any (uneeded) i18n xlib calls that are just stubs in an xlib built
21 with --disable-locale. Might not be needed as Xlib should provide stubs.
10 22
11gtklabel-resize-patch 23gtklabel-resize-patch
12 24
13 Can someone check this, appears to allow labels to resize ??? 25 Forces a resize when the style is set. Shouldn't be needed as the
26 clear_layout() call should do what is required. Remove and see?
14 27
15no-demos.patch 28no-demos.patch
16 29
17 Do we want demos to be built ? 30 Do we want demos to be built? RB: does it matter if they are built, can we
31 just not install gtk-demo?
18 32
19hardcoded_libtool.patch 33scroll-timings.patch
20 34
21 Fix libtool - likely needed 35 Slows down the delays when clicking on scrollbars.
22 36
23Probably Uneeded 37single-click.patch
38
39 Makes the (deprecated) GtkFileSelector use single-click rather than double.
40
41gtk+-handhelds.patch
42
43 Crack insane patch which changes the size of arrows, fiddles how the calendar
44 works, adds a min-width style property on GtkEntry, and adds support for the
45 RECOGNISE_PROTOCOLS atom.
46
47
48Not Sure
24=== 49===
25 50
26Not sure what this appears to do or how they affect things too be useful; 51Not sure what this appears to do or how they affect things too be useful;
27 52
28 menu-deactivate.patch 53 menu-deactivate.patch
29 gtk+-handhelds.patch
30 scroll-timings.patch
31 single-click.patch
32 spinbutton.patch 54 spinbutton.patch
33 55
34 automake-lossage.patch 56 automake-lossage.patch
35 57
36 58
37Can Definetly Go 59Can Definitely Go
38=== 60===
39 61
40small-gtkfilesel.patch - CRACK! 62small-gtkfilesel.patch - CRACK!