Rename sysprof-text to sysprof-cli
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Sat, 15 Aug 2009 07:24:52 +0000 (03:24 -0400)
committerSøren Sandmann Pedersen <ssp@dhcp-100-3-19.bos.redhat.com>
Wed, 19 Aug 2009 11:15:42 +0000 (07:15 -0400)
Makefile.am
TODO
sysprof-cli.c [moved from sysprof-text.c with 100% similarity]

index a5a8180..5ffd9ad 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS = $(MODULE_SUBDIR)
 DIST_SUBDIRS = module
 
-bin_PROGRAMS = sysprof-text
+bin_PROGRAMS = sysprof-cli
 
 if BUILD_GUI
 bin_PROGRAMS += sysprof 
@@ -66,16 +66,16 @@ dist_pixmaps_DATA = sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png
 # Command line version
 #
 
-sysprof_text_SOURCES =                         \
+sysprof_cli_SOURCES =                          \
        $(SYSPROF_CORE)                         \
        signal-handler.h                        \
        signal-handler.c                        \
-       sysprof-text.c
+       sysprof-cli.c
 
-sysprof_text_CPPFLAGS =                                \
+sysprof_cli_CPPFLAGS =                         \
        $(CORE_DEP_CFLAGS)
 
-sysprof_text_LDADD = $(CORE_DEP_LIBS)
+sysprof_cli_LDADD = $(CORE_DEP_LIBS)
 
 #
 # Module stuff
diff --git a/TODO b/TODO
index 2938aae..7c63205 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,6 +23,8 @@ Before 1.0.4:
 
 Before 1.2:
 
+* Give an informative error message if run as root
+
 * Find out why gtk_tree_view_columns_autosize() apparently doesn't
   work on empty tree views.
 
@@ -842,6 +844,8 @@ Later:
 
 -=-=-=-=-=-=-=-=-=-=-=-=-=-=- ALREADY DONE: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
+* Rename sysprof-text to sysprof-cli
+
 * Find out why the samples label won't right adjust
 
 * It crashes sometimes.
similarity index 100%
rename from sysprof-text.c
rename to sysprof-cli.c