We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Copy Tidy into the tree

Since Tidy is not finished, and since it won't be packaged any soon,
it is advisable to move it inside our own tree - so we can change it
and its default style.
Emmanuele Bassi (author)
Sun May 18 15:07:19 -0700 2008
commit  bd49b6fb01c6a01a2829feec6672e6230e7faaa7
tree    c72ac33b0d11372a82f6192c6cd5ee775f6a24e9
parent  f8d36b24fa300e405864e1aaaa92a61ad985b2f0
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-SUBDIRS = twitter-glib tests src
0
+SUBDIRS = twitter-glib tests copy-and-paste src
0
 
0
 dist-hook:
0
   git-log --stat > ChangeLog.in && \
...
79
80
81
82
83
84
85
...
132
133
134
 
 
135
136
137
...
79
80
81
 
82
83
84
...
131
132
133
134
135
136
137
138
0
@@ -79,7 +79,6 @@ PKG_CHECK_MODULES(TWEET,
0
                   gobject-2.0 >= glib_req_version dnl
0
                   json-glib-1.0 >= json_glib_req_version dnl
0
                   clutter-0.6 >= clutter_req_version dnl
0
- tidy-1.0 >= tidy_req_version dnl
0
                   gtk+-2.0 >= gtk_req_version dnl
0
                   clutter-gtk-0.6 >= clutter_gtk_req_version dnl
0
                   clutter-cairo-0.6 >= clutter_cairo_req_version)
0
@@ -132,6 +131,8 @@ AC_CONFIG_FILES([
0
         twitter-glib/Makefile
0
         twitter-glib/twitter-version.h
0
         twitter-glib/twitter-glib.pc
0
+ copy-and-paste/Makefile
0
+ copy-and-paste/tidy/Makefile
0
         src/Makefile
0
         tests/Makefile
0
 ])
...
12
13
14
 
15
16
17
18
19
 
20
21
22
...
12
13
14
15
16
17
18
19
20
21
22
23
24
0
@@ -12,11 +12,13 @@ INCLUDES = \
0
 common_cflags = \
0
   -I$(top_srcdir) \
0
   -I$(top_srcdir)/twitter-glib \
0
+ -I$(top_srcdir)/copy-and-paste \
0
   $(TWEET_CFLAGS)
0
   $(NULL)
0
 
0
 common_ldadd = \
0
   $(top_builddir)/twitter-glib/libtwitter-glib-1.0.la \
0
+ $(top_builddir)/copy-and-paste/tidy/libtidy.la \
0
   $(TWEET_LIBS) \
0
   $(NULL)
0
 
...
12
13
14
15
 
 
 
 
16
17
18
...
12
13
14
 
15
16
17
18
19
20
21
0
@@ -12,7 +12,10 @@
0
 
0
 #include <clutter/clutter.h>
0
 #include <clutter-cairo/clutter-cairo.h>
0
-#include <tidy/tidy.h>
0
+#include <tidy/tidy-cell-renderer.h>
0
+#include <tidy/tidy-frame.h>
0
+#include <tidy/tidy-list-view.h>
0
+#include <tidy/tidy-stylable.h>
0
 
0
 #include <twitter-glib/twitter-glib.h>
0
 
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@
0
 #include <clutter/clutter.h>
0
 #include <clutter-gtk/gtk-clutter-embed.h>
0
 
0
-#include <tidy/tidy.h>
0
+#include <tidy/tidy-finger-scroll.h>
0
 
0
 #include <twitter-glib/twitter-glib.h>
0
 

Comments

    No one has commented yet.