Changes between v0.1.2 and v0.2.0-rc1 ------------------------------------- commit 30748beb4699e518bd49c715a4cd304e3a49d6f7 Author: Karel Zak Date: Mon Mar 3 13:51:12 2008 +0100 docs: add ReleaseNotes Signed-off-by: Karel Zak NEWS | 4 +- docs/v0.2.0-ReleaseNotes | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 2 deletions(-) commit 8d6f428774e8ed718c39672e3c936efdb007afe5 Author: Karel Zak Date: Mon Mar 3 13:10:00 2008 +0100 connections: add xen:/// and gconf code Signed-off-by: Karel Zak src/connections.c | 29 ++++++++++++++++------------- src/vm-applet.schemas.in | 6 +++--- 2 files changed, 19 insertions(+), 16 deletions(-) commit a03ace10c0abaa071a4546b0de252017515abf12 Author: Karel Zak Date: Mon Mar 3 11:33:19 2008 +0100 build-sys: add few generated files to .git ignore Signed-off-by: Karel Zak .gitignore | 7 +++++++ po/.gitignore | 1 + 2 files changed, 8 insertions(+), 0 deletions(-) commit c89ea6d7a5ce15d77755dc35014017012e46adc1 Author: Karel Zak Date: Mon Mar 3 11:25:55 2008 +0100 po: fix PO build-system for idiotic intltool Signed-off-by: Karel Zak config.h.in | 18 ++++++++++++++---- configure.ac | 9 ++++----- po/Makevars | 4 ++-- 3 files changed, 20 insertions(+), 11 deletions(-) commit 9a244c355d51cb120798512a56379409914ded70 Author: Karel Zak Date: Mon Mar 3 10:51:45 2008 +0100 applet: cleanup gettext strings Signed-off-by: Karel Zak src/amenu.c | 12 ++++++------ src/applet.c | 36 ++++++++++++++++++------------------ src/connections.c | 26 +++++++++++++------------- src/gtkutils.c | 4 ++-- src/properties.c | 2 +- 5 files changed, 40 insertions(+), 40 deletions(-) commit 6b971856dabd010a9642a1298901a456114b2543 Author: Karel Zak Date: Thu Feb 28 14:01:29 2008 +0100 connections: fix "remote" option usage Signed-off-by: Karel Zak src/connections.c | 50 +++++++++++++++++++++++++++----------------------- src/gtkutils.c | 2 +- 2 files changed, 28 insertions(+), 24 deletions(-) commit fcc9943756cbeb71823564ebbfd756767ffd27c9 Author: Karel Zak Date: Thu Feb 28 13:15:46 2008 +0100 amenu: cleanup menu items, add inactive mask Signed-off-by: Karel Zak src/amenu.c | 75 ++++++++++++++++++++++----------------- src/applet.c | 3 +- src/applet.h | 15 +++----- src/pixmaps/Makefile.am | 4 +-- src/pixmaps/vm-do-destroy.png | Bin 2194 -> 0 bytes src/pixmaps/vm-do-terminal.png | Bin 2747 -> 0 bytes 6 files changed, 49 insertions(+), 48 deletions(-) commit 7207ba1d9878314d1c9a048e8bae5bdc251ab097 Author: Karel Zak Date: Thu Feb 28 11:28:26 2008 +0100 amenu: cleanup #ifdef ENABLE_CONSOLEHELPER Signed-off-by: Karel Zak src/amenu.c | 48 +++++++++++++++++++++++++++++++++++++++++------- src/applet.h | 32 -------------------------------- 2 files changed, 41 insertions(+), 39 deletions(-) commit dd80a40a22132cdbf24abd73f07750d46a9206cf Author: Karel Zak Date: Thu Feb 28 11:14:03 2008 +0100 amenu: add "Run" action Signed-off-by: Karel Zak src/amenu.c | 7 +++++++ src/applet.h | 1 + src/connections.c | 2 +- src/wrapper.c | 7 +++++++ 4 files changed, 16 insertions(+), 1 deletions(-) commit 083b1d49aff46ad6cb5db4067a691f1a78cfcab0 Author: Karel Zak Date: Thu Feb 28 02:09:26 2008 +0100 applet: cleanup tooltip texts Signed-off-by: Karel Zak src/applet.c | 29 +++++++++++++++-------------- src/connections.c | 2 ++ 2 files changed, 17 insertions(+), 14 deletions(-) commit fb699e2a2af9d7c49f179e402cc697a9f3bdafdd Author: Karel Zak Date: Thu Feb 28 01:52:32 2008 +0100 connections: fix URI query[_raw] usage Signed-off-by: Karel Zak src/connections.c | 25 +++++++++++++++---------- 1 files changed, 15 insertions(+), 10 deletions(-) commit 0616cbb1175061565ca3f024a055ef9e8eb262d8 Author: Karel Zak Date: Thu Feb 28 01:28:35 2008 +0100 remove terminal support The terminal support is legacy and Xen-ism. Signed-off-by: Karel Zak src/Makefile.am | 3 -- src/amenu.c | 51 --------------------------------------- src/applet.c | 17 ------------- src/properties.c | 59 +--------------------------------------------- src/vm-applet.schemas.in | 22 ----------------- src/wrapper.c | 28 --------------------- 6 files changed, 1 insertions(+), 179 deletions(-) commit 6dcfece21bd5b04077399d3eb216da8e042d62f2 Author: Karel Zak Date: Thu Feb 28 01:13:06 2008 +0100 applet: add more debug messages, remove ?socket= from qemu:/// URI Signed-off-by: Karel Zak src/applet.c | 16 ++++++++++++++++ src/vm-applet.schemas.in | 2 +- 2 files changed, 17 insertions(+), 1 deletions(-) commit 418926c6cb9a8c4e840e6ee7ef62a6caff001857 Author: Karel Zak Date: Wed Feb 27 20:36:37 2008 +0100 connections: save connections lists by gconf Signed-off-by: Karel Zak src/applet.c | 24 +------------- src/applet.h | 7 +++- src/connections.c | 82 ++++++++++++++++++++++++++++++++++++++++++++- src/vm-applet.schemas.in | 20 +++++++++-- 4 files changed, 103 insertions(+), 30 deletions(-) commit 1db279fe47585236b8df910f3b957dc01c453c93 Author: Karel Zak Date: Wed Feb 27 00:41:36 2008 +0100 connections: fix enabled/disable toggle button Signed-off-by: Karel Zak src/connections.c | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) commit 6eb04ba06c771337f04dc272e4389784546896af Author: Karel Zak Date: Wed Feb 27 00:08:54 2008 +0100 domains: don't try to fetch info from disabled connection Signed-off-by: Karel Zak src/domains.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 4870cbedfa4dc20a6728d7a23e9bd166492d358e Author: Karel Zak Date: Wed Feb 27 00:02:08 2008 +0100 connections: finalize enable/disable connection functionality Signed-off-by: Karel Zak src/applet.c | 36 +++++++----- src/applet.h | 7 ++- src/connections.c | 160 +++++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 144 insertions(+), 59 deletions(-) commit c31ced590c6825603d37fa1d8733961937b89d00 Author: Karel Zak Date: Mon Feb 25 22:03:35 2008 +0100 applet: fix output for inactive domains Signed-off-by: Karel Zak src/applet.c | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) commit 2fbfe89b96aeb30be0bf0801155e4a542f0959e4 Author: Karel Zak Date: Mon Feb 25 21:52:27 2008 +0100 properties: disable domain ID by default Signed-off-by: Karel Zak src/applet.c | 2 +- src/vm-applet.schemas.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit d79a9e81a91060c226f008fa7d319fca5ec95dab Author: Karel Zak Date: Mon Feb 25 21:50:37 2008 +0100 domains: add support for inactive domains Signed-off-by: Karel Zak src/applet.c | 9 ++- src/applet.h | 3 +- src/domains.c | 150 +++++++++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 131 insertions(+), 31 deletions(-) commit b011ccde9d91d05cbd1d52935cb840314d4311e0 Author: Karel Zak Date: Mon Feb 25 21:45:10 2008 +0100 connections: fix connection name Signed-off-by: Karel Zak src/connections.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit d1d0d777c1578181166a41c7c619c4c2a8f2c540 Author: Karel Zak Date: Mon Feb 25 15:30:07 2008 +0100 appliet: replace VmAppletURI with xmlURI from libxml2 Signed-off-by: Karel Zak configure.ac | 5 ++ src/Makefile.am | 3 +- src/applet.c | 8 ++- src/applet.h | 20 +----- src/connections.c | 161 ++++++++++++++++++++++++---------------------------- src/gtkutils.c | 2 +- src/properties.c | 3 +- 7 files changed, 93 insertions(+), 109 deletions(-) commit 2b87b53858e8b1b4a13b78ef17ea135dae283863 Author: Karel Zak Date: Mon Feb 25 12:47:29 2008 +0100 docs: remove locally from the applet description Signed-off-by: Karel Zak src/GNOME_VmApplet.server.in.in | 6 +++--- src/docs/C/vm-applet.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) commit 97f9d815274a2c473ce4c19b157614130bd245b8 Author: Karel Zak Date: Mon Feb 25 12:11:36 2008 +0100 build-sys: fix "make distcheck" Signed-off-by: Karel Zak Makefile.am | 11 ++++------- configure.ac | 1 + po/POTFILES.in | 7 +++++++ po/POTFILES.skip | 1 + po/update-potfiles | 6 ++++++ src/Makefile.am | 12 ++++++++++++ 6 files changed, 31 insertions(+), 7 deletions(-) commit 076e0ce0e2269a1ce1c8c4f6fa830d25c765b2cf Author: Karel Zak Date: Thu Feb 21 15:46:00 2008 +0100 applet: replace deprecated GtkTooltips with a widget tooltip. Signed-off-by: Karel Zak src/applet.c | 18 ++++++++---------- src/applet.h | 4 +--- 2 files changed, 9 insertions(+), 13 deletions(-) commit 9fe914f5fad7983a19fb17cdccc05baebcf4ea68 Author: Karel Zak Date: Thu Feb 21 15:23:34 2008 +0100 build-sys: add hint about intltool to autogen.sh Signed-off-by: Karel Zak autogen.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0fb644d514e360b2d312dc3331faf704618b5df0 Author: Karel Zak Date: Wed Feb 6 18:15:41 2008 +0100 add connections dialog, code refactoring This ugly and huge patch merges my private changes to git tree. Sorry, but I have no time to split it to small readable patches. I hope from this point all changes will be in a normal way (readable, small patches). Signed-off-by: Karel Zak configure.ac | 2 +- src/Makefile.am | 4 +- src/amenu.c | 266 +++++++++++++++++ src/applet.c | 834 ++--------------------------------------------------- src/applet.h | 75 +++++- src/connections.c | 725 ++++++++++++++++++++++++++++++++++++++++++++++ src/domains.c | 425 +++++++++++++++++++++++++++ src/gtkutils.c | 169 +++++++++++ src/properties.c | 224 +++------------ 9 files changed, 1721 insertions(+), 1003 deletions(-) commit 20fc7f4e1dd60e7a301f115564b75b72b58efc80 Author: Karel Zak Date: Fri Jan 4 14:07:19 2008 +0100 menu: add "Connections..." * add "Connections..." menu item * enable applet menu independently on ndoms * enable applet menu separator if ndoms > 0 Signed-off-by: Karel Zak src/applet.c | 89 +++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 64 insertions(+), 25 deletions(-) commit ff26063583bd93f72cd345ea6668f64ee92f7aa2 Author: Karel Zak Date: Fri Jan 4 10:42:51 2008 +0100 properties: remove URI page Signed-off-by: Karel Zak src/applet.c | 2 +- src/applet.h | 2 +- src/properties.c | 314 +----------------------------------------------------- 3 files changed, 4 insertions(+), 314 deletions(-) commit 0036329804ac5fe685cf873b356490381b2a7d3c Author: Karel Zak Date: Fri Nov 30 15:05:55 2007 +0100 applet: add more debug messages Signed-off-by: Karel Zak src/applet.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) commit 10b530d1938a047d71b766d85d1a2233bea1d38c Author: Karel Zak Date: Fri Nov 30 14:08:49 2007 +0100 applet: improve icon resizing Signed-off-by: Karel Zak src/applet.c | 49 +++++++++++++++++++++++++++++++------------------ src/applet.h | 3 ++- 2 files changed, 33 insertions(+), 19 deletions(-) commit 5fa1759c30a82c48ae1e491f9a9eea561f81e02b Author: Karel Zak Date: Fri Nov 30 12:38:16 2007 +0100 wrapper: cleanup connection usage Co-Author: Ondrej Dvoracek Signed-off-by: Ondrej Dvoracek Signed-off-by: Karel Zak src/applet.c | 14 ++++---- src/wrapper.c | 108 ++++++++++++++++++++++++++------------------------------ 2 files changed, 57 insertions(+), 65 deletions(-) commit a6f817557b8348da8d0af1a7c28fd0f5529d4374 Author: Karel Zak Date: Fri Nov 30 01:06:34 2007 +0100 connect URIs saved in GConf schema Signed-off-by: Ondrej Dvoracek Signed-off-by: Karel Zak src/applet.c | 28 ++++++++++++++++++++++++---- src/applet.h | 5 ++++- src/properties.c | 27 +++++++++++++++++++++++---- 3 files changed, 51 insertions(+), 9 deletions(-) commit a2d6291bf8703ff5e0013118204987fbbaf358a5 Author: Ondrej Dvoracek Date: Tue Oct 23 10:43:06 2007 +0200 properties: added gui for managing connection URIs and saving URI list to GConf schema Signed-off-by: Ondrej Dvoracek Signed-off-by: Karel Zak src/applet.c | 2 +- src/applet.h | 3 + src/properties.c | 321 ++++++++++++++++++++++++++++++++++++++++++++++ src/vm-applet.schemas.in | 12 ++ 4 files changed, 337 insertions(+), 1 deletions(-) commit e69a0b6884fa53036750c7da89f29f84dd563829 Author: Ondrej Dvoracek Date: Tue Oct 23 10:40:35 2007 +0200 Changed alignment Signed-off-by: Ondrej Dvoracek Signed-off-by: Karel Zak src/applet.c | 118 +++++++++++++++--------------- src/applet.h | 213 ++++++++++++++++++++++++++++-------------------------- src/properties.c | 184 +++++++++++++++++++++++----------------------- src/wrapper.c | 201 ++++++++++++++++++++++++++------------------------- 4 files changed, 364 insertions(+), 352 deletions(-) commit 5946d7ae54c4c2002a5bade0a656c1b45a25146f Author: Karel Zak Date: Thu Nov 29 11:54:15 2007 +0100 build-sys: update gitignore Signed-off-by: Karel Zak .gitignore | 35 ++++++++++++++++++++++------------- m4/.gitignore | 1 + po/.gitignore | 1 + 3 files changed, 24 insertions(+), 13 deletions(-) commit 6a09e1c31649fb7f17714c428aecf38db825b65b Author: Karel Zak Date: Thu Nov 29 11:38:36 2007 +0100 remove tailing white-spaces Signed-off-by: Karel Zak src/applet.c | 458 +++++++++++++++++++++++----------------------- src/applet.h | 36 ++-- src/properties.c | 120 ++++++------ src/vm-applet.schemas.in | 4 +- src/wrapper.c | 28 ++-- 5 files changed, 323 insertions(+), 323 deletions(-) commit 3ef7814dc5a826dd9aba6e87e2a60d89f2944429 Author: Karel Zak Date: Mon Nov 19 15:03:20 2007 +0100 build-sys: remove generated stuff Signed-off-by: Karel Zak autogen.sh | 15 +- config.h.in | 26 +- configure.ac | 26 +- m4/gnome-doc-utils.m4 | 54 --- m4/intltool.m4 | 201 ---------- m4/system-tools-backends.m4 | 31 -- mkinstalldirs | 69 +--- src/Makefile.am | 2 +- src/Makefile.in | 884 ------------------------------------------- src/applet.c | 2 + src/docs/C/Makefile.in | 572 ---------------------------- src/docs/Makefile.in | 556 --------------------------- src/pixmaps/Makefile.in | 446 ---------------------- 13 files changed, 56 insertions(+), 2828 deletions(-) commit 6278620274a976e3f65cbfa7af1ac22835082ba8 Author: Karel Zak Date: Mon Nov 19 14:56:49 2007 +0100 build-sys: remove stuff generated by intltool Signed-off-by: Karel Zak intltool-extract.in | 839 ------------------------------- intltool-merge.in | 1356 --------------------------------------------------- intltool-update.in | 1065 ---------------------------------------- 3 files changed, 0 insertions(+), 3260 deletions(-) commit 9d219659baf137c53a28a0bceb24f6ff48c3f188 Author: Karel Zak Date: Mon Nov 19 14:55:19 2007 +0100 build-sys: update global .gitignore file Signed-off-by: Karel Zak .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 9d5c6e67165a2aaa7ee02069e7ae8d01657daad7 Author: Karel Zak Date: Mon Nov 19 14:53:06 2007 +0100 build-sys: add m4/ Signed-off-by: Karel Zak m4/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 4de9ebb56ffe0325b179a6c9460eaf67f384c7db Author: Karel Zak Date: Sat Nov 17 02:16:09 2007 +0100 build-sys: cleanup po/ directory Signed-off-by: Karel Zak po/.gitignore | 15 +++ po/ChangeLog | 3 - po/Makefile.in.in | 263 ---------------------------------------------------- po/Makevars | 41 ++++++++ po/POTFILES.in | 7 +- po/update-potfiles | 11 ++ 6 files changed, 69 insertions(+), 271 deletions(-) commit 0d313e77b4a6a3079fcc4b486e5d8d50e728235c Author: Karel Zak Date: Sat Nov 17 02:12:16 2007 +0100 build-sys: initial cleanup Signed-off-by: Karel Zak configure.ac | 190 +++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 213 ------------------------------------------------------- src/Makefile.am | 37 ++++------ 3 files changed, 203 insertions(+), 237 deletions(-) commit ce18a83ae95f5b58252c7a08b416041461b8152b Author: Karel Zak Date: Sat Nov 17 02:10:40 2007 +0100 build-sys: update autogen.sh, remove libtoolize Signed-off-by: Karel Zak autogen.sh | 63 ++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 38 insertions(+), 25 deletions(-) commit 0fd5c605d279a26253e47465db97fe4f8a7ac855 Author: Karel Zak Date: Sat Nov 17 02:08:46 2007 +0100 build-sys: remove .spec file This is distribution neutral upstream. It's nonsense maintain upstream specific spec file. Signed-off-by: Karel Zak gnome-applet-vm.spec.in | 129 ----------------------------------------------- 1 files changed, 0 insertions(+), 129 deletions(-) commit 945331982c4eebec2c3ab28621c900f12e5d9eb8 Author: Karel Zak Date: Sat Nov 17 02:07:16 2007 +0100 build-sys: add backup files to gitignore Signed-off-by: Karel Zak .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit fbe4b987ae94571cb989a914c4e4e4fc6b9be4e2 Author: Karel Zak Date: Sat Nov 17 02:06:35 2007 +0100 docs: remove ChangeLog, cleanup NEWS We're going to generate docs/ReleaseNotes from "git log" rather than waste time with ChangeLog. Signed-off-by: Karel Zak ChangeLog | 98 ------------------------------------------------------------- NEWS | 44 +++++++++++++++------------ 2 files changed, 24 insertions(+), 118 deletions(-)