From: Tuomo Tanskanen Date: Wed, 16 Dec 2009 10:45:27 +0000 (+0200) Subject: configure.ac, changelog, TODO X-Git-Tag: v0.0.1~8 X-Git-Url: https://vcs.maemo.org/git/?p=cpumem-applet;a=commitdiff_plain;h=8955ee9d71671e939ec6394ce67f1684712df31f configure.ac, changelog, TODO --- diff --git a/TODO b/TODO index 892c7d9..13d341f 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,9 @@ +TODO: + * Apply better graphics with fine-grained visualization of cpu and mem + + + +--- OLD TODO FROM load-applet 0.46-1 --- * Make nicer application manager icon * Add process listing and killing again (use hildon button to launch it! not GTK buton) * Prolly need to launch the process listing in own thread or process - else it blocks the main one and comes stacked wrong diff --git a/configure.ac b/configure.ac index 8dfab45..5f5069d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(maemo5-load-applet, 0.5) +AM_INIT_AUTOMAKE(cpumem-applet, 0.1.0+0loadapplet0.46-1) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -16,7 +16,7 @@ CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wmissing-declarations" AC_SUBST(CFLAGS) -PKG_CHECK_MODULES([MAEMO5_LOADAPPLET], [ +PKG_CHECK_MODULES([CPUMEM_APPLET], [ gtk+-2.0 >= 2.4.0 glib-2.0 >= 2.2.0 hildon-1 >= 1.0.9 @@ -24,8 +24,8 @@ PKG_CHECK_MODULES([MAEMO5_LOADAPPLET], [ libhildondesktop-1 >= 2.1.0 ]) -AC_SUBST(MAEMO5_LOADAPPLET) -AC_SUBST(MAEMO5_LOADAPPLET_CFLAGS) +AC_SUBST(CPUMEM_APPLET) +AC_SUBST(CPUMEM_APPLET_CFLAGS) hildondesktoplibdir="${libdir}/hildon-desktop" AC_SUBST(hildondesktoplibdir) @@ -33,64 +33,9 @@ AC_SUBST(hildondesktoplibdir) hildondesktoplibdir="${libdir}/hildon-desktop" AC_SUBST(hildondesktoplibdir) - - -AC_CHECK_HEADER(X11/Xlib.h, HAVE_X="yes", HAVE_X="no") -if test "x$HAVE_X" = "xno" - then - AC_MSG_NOTICE([cannot find X11 development files]) - else - dnl this is much more than we want - X_LIBS="$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS" - dnl AC_PATH_XTRA only defines the path needed to find the X libs, - dnl it does not add the libs; therefore we add them here - X_LIBS="$X_LIBS -lX11" - AC_SUBST(X_CFLAGS) - AC_SUBST(X_LIBS) - - dnl check for Xfixes - PKG_CHECK_MODULES(XFIXES, xfixes, HAVE_XFIXES="yes", HAVE_XFIXES="no") - if test "x$HAVE_XFIXES" = "xyes" - then - XFIXES_CFLAGS="-DHAVE_XFIXES $XFIXES_CFLAGS" - fi - AC_SUBST(XFIXES_LIBS) - AC_SUBST(XFIXES_CFLAGS) - - dnl check for Xdamage - PKG_CHECK_MODULES(XDAMAGE, xdamage, HAVE_XDAMAGE="yes", HAVE_XDAMAGE="no") - if test "x$HAVE_XDAMAGE" = "xyes" - then - XDAMAGE_CFLAGS="-DHAVE_XDAMAGE $XDAMAGE_CFLAGS" - fi - AC_SUBST(XDAMAGE_LIBS) - AC_SUBST(XDAMAGE_CFLAGS) - fi - -dnl check for GST BASE flags -PKG_CHECK_MODULES(GSTREAMERBASE, gstreamer-base-0.10, HAVE_GSTREAMERBASE="yes", HAVE_GSTREAMERBASE="no") -AC_SUBST(GSTREAMERBASE_LIBS) -AC_SUBST(GSTREAMERBASE_CFLAGS) - -dnl check for GST flags -PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.10, HAVE_GSTREAMER="yes", HAVE_GSTREAMER="no") -AC_SUBST(GSTREAMER_LIBS) -AC_SUBST(GSTREAMER_CFLAGS) - -GST_LICENSE="LGPL" -AC_DEFINE_UNQUOTED(GST_LICENSE, "$GST_LICENSE", [GStreamer license]) -AC_SUBST(GST_LICENSE) - - - -GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' -no-undefined" -AC_SUBST(GST_PLUGIN_LDFLAGS) - - AC_CONFIG_FILES([ Makefile src/Makefile data/Makefile - gst/Makefile ]) AC_OUTPUT diff --git a/debian/changelog b/debian/changelog index 436823e..59588d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,184 +1,5 @@ -load-applet (0.4.6-1) unstable; urgency=low +cpumem-applet (0.0.1+0loadapplet0.46-1) unstable; urgency=low - * Fixed applet name + * Initial import from load-applet 0.46-1 - -- Jakub Pavelek Sat, 31 Oct 2009 12:07:08 +0200 - -load-applet (0.4.5-2) unstable; urgency=low - - * GStreamer got updated on latest images, not in SDK. Rebuild! - - -- Jakub Pavelek Tue, 6 Oct 2009 21:16:50 +0300 - -load-applet (0.4.5-1) unstable; urgency=low - - * Comment that process info out for now - * Added copy of ximagesrc. Will modify it to have more functionality later - - -- Jakub Pavelek Wed, 30 Sep 2009 18:57:44 +0300 - -load-applet (0.4.4-3) unstable; urgency=low - - * Added missing dependency on gstreamer0.10-plugins-good-extra - - -- Jakub Pavelek Thu, 24 Sep 2009 23:24:26 +0300 - -load-applet (0.4.4-2) unstable; urgency=low - - * Added missing dependency on gst-tools - - -- Jakub Pavelek Thu, 24 Sep 2009 20:54:40 +0300 - -load-applet (0.4.4-1) unstable; urgency=low - - * Show grayed box on no CPU/Mem usage - - -- Jakub Pavelek Wed, 23 Sep 2009 21:38:52 +0300 - -load-applet (0.4.3-1) unstable; urgency=low - - * Process listing - trying out a dialog launching - * Bit better icon for video recording - - -- Jakub Pavelek Wed, 9 Sep 2009 22:37:24 +0300 - -load-applet (0.4.2-1) unstable; urgency=low - - * More efficient and consistent blinking for max cpu load - - -- Jakub Pavelek Wed, 9 Sep 2009 21:18:41 +0300 - -load-applet (0.4.1-1) unstable; urgency=low - - * Pulsating high CPU load - simple version - - -- Jakub Pavelek Tue, 8 Sep 2009 23:38:58 +0300 - -load-applet (0.4.0-2) unstable; urgency=low - - * New bigger icon to test the appearance in application manager - - -- Jakub Pavelek Tue, 8 Sep 2009 23:14:35 +0300 - -load-applet (0.4.0-1) unstable; urgency=low - - * Do not toggle the camera app when taking screenshot - * Show banner with instructions for the screenshot - - -- Jakub Pavelek Sun, 6 Sep 2009 17:53:52 +0300 - -load-applet (0.3.3-1) unstable; urgency=low - - * Do not toggle the camera app when taking screenshot - * Show banner with instructions for the screenshot - - -- Jakub Pavelek Sun, 6 Sep 2009 17:53:52 +0300 - -load-applet (0.3.2-1) unstable; urgency=low - - * Tuning the memory and CPU bars - * Stop monitoring when screen is off (should do same for fullscreen video, - maps or browser too, but too much trouble without system states) - - -- Jakub Pavelek Sun, 6 Sep 2009 16:19:51 +0300 - -load-applet (0.3.1-1) unstable; urgency=low - - * Moving monitoring from menu to area - - -- Jakub Pavelek Sun, 6 Sep 2009 10:22:23 +0300 - -load-applet (0.3.0-1) unstable; urgency=low - - * Repackaging and renaming files - split between status area and status menu items - * Adding dummy status area applet - - -- Jakub Pavelek Sat, 5 Sep 2009 12:06:07 +0300 - -maemo5-load-applet (0.2.9-1) unstable; urgency=low - - * Lets have audio for the screencast. Voice-over baby! - * Changed the encoder settings for better image quality. - - -- Jakub Pavelek Thu, 3 Sep 2009 23:29:18 +0300 - -maemo5-load-applet (0.2.8-1) unstable; urgency=low - - * Close the menu? Toggle the screenshot? Still not done ... - - -- Jakub Pavelek Mon, 3 Aug 2009 21:17:26 +0300 - -maemo5-load-applet (0.2.7-1) unstable; urgency=low - - * Listening to camera key now. - - -- Jakub Pavelek Sat, 1 Aug 2009 09:09:35 +0300 - -maemo5-load-applet (0.2.6-1) unstable; urgency=low - - * Added button for status under the icon - to open the list with apps in future - - -- Jakub Pavelek Thu, 9 Jul 2009 22:12:41 +0300 - -maemo5-load-applet (0.2.5-1) unstable; urgency=low - - * Recording works. Bad framerate, no package dependencies. - - -- Jakub Pavelek Thu, 9 Jul 2009 00:51:15 +0300 - -maemo5-load-applet (0.2.4-2) unstable; urgency=low - - * Moving to different category/section - - -- Jakub Pavelek Tue, 21 Apr 2009 14:18:07 +0300 - -maemo5-load-applet (0.2.4-1) unstable; urgency=low - - * Record UI kinda works - - -- Jakub Pavelek Thu, 9 Jul 2009 00:10:34 +0300 - -maemo5-load-applet (0.2.3-1) unstable; urgency=low - - * Added beeps to time the screenshot - * New UI - small bars, buttons for screenshot and screencast (non-functional) - * Reusing existing sound for shutter - - -- Jakub Pavelek Tue, 7 Jul 2009 23:22:13 +0300 - -maemo5-load-applet (0.2.1-1) unstable; urgency=low - - * Updated the icons for transparency, should look alright with theme change now. - - -- Jakub Pavelek Mon, 2 Mar 2009 11:39:54 +0200 - -maemo5-load-applet (0.2.0-1) unstable; urgency=low - - * Adding graphics for load indication - - -- Jakub Pavelek Sun, 1 Mar 2009 19:27:27 +0200 - -maemo5-load-applet (0.1.1-1) unstable; urgency=low - - * Small build script updates and looks of the button change. - * Removed beeping, kept shutter sound - - -- Jakub Pavelek Sat, 28 Feb 2009 18:11:10 +0200 - -maemo5-load-applet (0.1-3) unstable; urgency=low - - * Another section fix me hopes - - -- Jakub Pavelek Sat, 28 Feb 2009 04:45:31 +0200 - -maemo5-load-applet (0.1-2) unstable; urgency=low - - * Moving to proper category and giving the old icon for app manager - - -- Jakub Pavelek Sat, 28 Feb 2009 04:39:37 +0200 - -maemo5-load-applet (0.1) unstable; urgency=low - - * Initial release - - -- Jakub Pavelek Fri, 27 Feb 2009 18:08:43 +0200 + -- Tuomo Tanskanen Wed, 16 Dec 2009 12:43:16 +0200 diff --git a/debian/changelog.old b/debian/changelog.old new file mode 100644 index 0000000..436823e --- /dev/null +++ b/debian/changelog.old @@ -0,0 +1,184 @@ +load-applet (0.4.6-1) unstable; urgency=low + + * Fixed applet name + + -- Jakub Pavelek Sat, 31 Oct 2009 12:07:08 +0200 + +load-applet (0.4.5-2) unstable; urgency=low + + * GStreamer got updated on latest images, not in SDK. Rebuild! + + -- Jakub Pavelek Tue, 6 Oct 2009 21:16:50 +0300 + +load-applet (0.4.5-1) unstable; urgency=low + + * Comment that process info out for now + * Added copy of ximagesrc. Will modify it to have more functionality later + + -- Jakub Pavelek Wed, 30 Sep 2009 18:57:44 +0300 + +load-applet (0.4.4-3) unstable; urgency=low + + * Added missing dependency on gstreamer0.10-plugins-good-extra + + -- Jakub Pavelek Thu, 24 Sep 2009 23:24:26 +0300 + +load-applet (0.4.4-2) unstable; urgency=low + + * Added missing dependency on gst-tools + + -- Jakub Pavelek Thu, 24 Sep 2009 20:54:40 +0300 + +load-applet (0.4.4-1) unstable; urgency=low + + * Show grayed box on no CPU/Mem usage + + -- Jakub Pavelek Wed, 23 Sep 2009 21:38:52 +0300 + +load-applet (0.4.3-1) unstable; urgency=low + + * Process listing - trying out a dialog launching + * Bit better icon for video recording + + -- Jakub Pavelek Wed, 9 Sep 2009 22:37:24 +0300 + +load-applet (0.4.2-1) unstable; urgency=low + + * More efficient and consistent blinking for max cpu load + + -- Jakub Pavelek Wed, 9 Sep 2009 21:18:41 +0300 + +load-applet (0.4.1-1) unstable; urgency=low + + * Pulsating high CPU load - simple version + + -- Jakub Pavelek Tue, 8 Sep 2009 23:38:58 +0300 + +load-applet (0.4.0-2) unstable; urgency=low + + * New bigger icon to test the appearance in application manager + + -- Jakub Pavelek Tue, 8 Sep 2009 23:14:35 +0300 + +load-applet (0.4.0-1) unstable; urgency=low + + * Do not toggle the camera app when taking screenshot + * Show banner with instructions for the screenshot + + -- Jakub Pavelek Sun, 6 Sep 2009 17:53:52 +0300 + +load-applet (0.3.3-1) unstable; urgency=low + + * Do not toggle the camera app when taking screenshot + * Show banner with instructions for the screenshot + + -- Jakub Pavelek Sun, 6 Sep 2009 17:53:52 +0300 + +load-applet (0.3.2-1) unstable; urgency=low + + * Tuning the memory and CPU bars + * Stop monitoring when screen is off (should do same for fullscreen video, + maps or browser too, but too much trouble without system states) + + -- Jakub Pavelek Sun, 6 Sep 2009 16:19:51 +0300 + +load-applet (0.3.1-1) unstable; urgency=low + + * Moving monitoring from menu to area + + -- Jakub Pavelek Sun, 6 Sep 2009 10:22:23 +0300 + +load-applet (0.3.0-1) unstable; urgency=low + + * Repackaging and renaming files - split between status area and status menu items + * Adding dummy status area applet + + -- Jakub Pavelek Sat, 5 Sep 2009 12:06:07 +0300 + +maemo5-load-applet (0.2.9-1) unstable; urgency=low + + * Lets have audio for the screencast. Voice-over baby! + * Changed the encoder settings for better image quality. + + -- Jakub Pavelek Thu, 3 Sep 2009 23:29:18 +0300 + +maemo5-load-applet (0.2.8-1) unstable; urgency=low + + * Close the menu? Toggle the screenshot? Still not done ... + + -- Jakub Pavelek Mon, 3 Aug 2009 21:17:26 +0300 + +maemo5-load-applet (0.2.7-1) unstable; urgency=low + + * Listening to camera key now. + + -- Jakub Pavelek Sat, 1 Aug 2009 09:09:35 +0300 + +maemo5-load-applet (0.2.6-1) unstable; urgency=low + + * Added button for status under the icon - to open the list with apps in future + + -- Jakub Pavelek Thu, 9 Jul 2009 22:12:41 +0300 + +maemo5-load-applet (0.2.5-1) unstable; urgency=low + + * Recording works. Bad framerate, no package dependencies. + + -- Jakub Pavelek Thu, 9 Jul 2009 00:51:15 +0300 + +maemo5-load-applet (0.2.4-2) unstable; urgency=low + + * Moving to different category/section + + -- Jakub Pavelek Tue, 21 Apr 2009 14:18:07 +0300 + +maemo5-load-applet (0.2.4-1) unstable; urgency=low + + * Record UI kinda works + + -- Jakub Pavelek Thu, 9 Jul 2009 00:10:34 +0300 + +maemo5-load-applet (0.2.3-1) unstable; urgency=low + + * Added beeps to time the screenshot + * New UI - small bars, buttons for screenshot and screencast (non-functional) + * Reusing existing sound for shutter + + -- Jakub Pavelek Tue, 7 Jul 2009 23:22:13 +0300 + +maemo5-load-applet (0.2.1-1) unstable; urgency=low + + * Updated the icons for transparency, should look alright with theme change now. + + -- Jakub Pavelek Mon, 2 Mar 2009 11:39:54 +0200 + +maemo5-load-applet (0.2.0-1) unstable; urgency=low + + * Adding graphics for load indication + + -- Jakub Pavelek Sun, 1 Mar 2009 19:27:27 +0200 + +maemo5-load-applet (0.1.1-1) unstable; urgency=low + + * Small build script updates and looks of the button change. + * Removed beeping, kept shutter sound + + -- Jakub Pavelek Sat, 28 Feb 2009 18:11:10 +0200 + +maemo5-load-applet (0.1-3) unstable; urgency=low + + * Another section fix me hopes + + -- Jakub Pavelek Sat, 28 Feb 2009 04:45:31 +0200 + +maemo5-load-applet (0.1-2) unstable; urgency=low + + * Moving to proper category and giving the old icon for app manager + + -- Jakub Pavelek Sat, 28 Feb 2009 04:39:37 +0200 + +maemo5-load-applet (0.1) unstable; urgency=low + + * Initial release + + -- Jakub Pavelek Fri, 27 Feb 2009 18:08:43 +0200