summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2009-08-15 03:24:52 -0400
committerSøren Sandmann Pedersen <ssp@dhcp-100-3-19.bos.redhat.com>2009-08-19 07:15:42 -0400
commit1e332ab35a840eff97301f74c48404966597fc78 (patch)
tree73ff3fcc7b1de7127c8703c706495d204cf9a1b3
parentd65e0e57bba11fc821e04951c2ed2df908e8a68f (diff)
Rename sysprof-text to sysprof-cli
-rw-r--r--Makefile.am10
-rw-r--r--TODO4
-rw-r--r--sysprof-cli.c (renamed from sysprof-text.c)0
3 files changed, 9 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index a5a8180..5ffd9ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
--- 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.
diff --git a/sysprof-text.c b/sysprof-cli.c
index 19be1f7..19be1f7 100644
--- a/sysprof-text.c
+++ b/sysprof-cli.c