Update the title bar on load/save

Sat May 14 16:36:32 2005  Søren Sandmann  <sandmann@redhat.com>

	* sysprof.c (set_application_title): Update the title bar on
	load/save

	* treeviewutils.c, sfile.c: Fix compiler warnings

	* Makefile.am: define PIXMAPDIR

Sat May 14 15:49:52 2005  Søren Sandmann  <sandmann@redhat.com>

	Auto*ify.

	* TODO: updates

	* AUTHORS, INSTALL, Makefile.am, NEWS, configure.ac: New files

	* module/Makefile: New file

	* module/sysprof-module.c, module/sysprof-module.h: Move these
	files to their own directy, as the kernel build system does not
	work very well with auto*.

	* sysprof.c, autogen.sh: Some auto* changes.
This commit is contained in:
Søren Sandmann
2005-05-14 20:38:03 +00:00
committed by Søren Sandmann Pedersen
parent 71db050480
commit 55fd84676f
6 changed files with 83 additions and 14 deletions

10
TODO
View File

@ -5,17 +5,15 @@ Before 1.0:
- or block unloading until all processes have exited
* Interface
- If the current profile has a name, display it in the title bar
- hook up menu items view/start etc (or possibly get rid of them or
move them)
- Consider expanding a few more levels of a new descendants tree
* Build system
- Find out if that PREFIX business in Makefile was really such
a great idea.
- need to run depmod on install
- add an "install-module" target
- Find out what distributions it actually works on
(ask for sucess/failure-stories in 0.9.x releases)
- auto*?
Before 1.2:
@ -266,6 +264,10 @@ Later:
DONE:
- If the current profile has a name, display it in the title bar
- auto*?
- Find out if that PREFIX business in Makefile was really such
a great idea.
- Sould just install the kernel module if it running as root, pop up
a dialog if not. Note we must be able to start without module now,
since it is useful to just load profiles from disk.