268 Commits

Author SHA1 Message Date
Daniel P. Berrange
ca2cdbf8ba Turn on automake's silent build rules if available 2010-01-12 12:43:01 +00:00
Daniel P. Berrange
d5cee6df0c Various cleanups for Glib/GTK and BZ 474213 2010-01-12 12:05:30 +00:00
raven
64c4b4d3c3 Sending translation for Polish 2010-01-11 21:44:02 +00:00
Daniel P. Berrange
c3d4d61340 Add 'pl' to LINGUAS. Remove accidentally committed .pot file and
add it to .hgignore. Add RPM specfile magic for translations.
Fix typo in about.glade URL
2010-01-11 17:00:37 +00:00
raven
90eccfdcc0 Sending translation for po/pl.po 2010-01-11 16:44:48 +00:00
Daniel P. Berrange
50f48b4d91 Add support for i18n of the UI
Add all the boilerplate code required for doing i18n of the UI.
No translations available yet though
2010-01-11 16:01:20 +00:00
Yann E. MORIN"
acf61455a3 viewer: fix build on 'old' GTK2
Debian lenny has gtk2 2.12.12, which is missing gtk_widget_get_window.
Provide our own function if GTK2 <= 2.12 .

Highly inspired from: http://osdir.com/ml/svn-commits-list/2009-08/msg00725.html
2009-08-15 11:19:24 +02:00
Daniel P. Berrange
e04d3e9a18 Added tag release-0.2.0 for changeset b38a2c67ebfd 2009-07-29 13:31:33 +01:00
Daniel P. Berrange
758370e71f Update for 0.2.0 release release-0.2.0 v0.2.0 2009-07-29 13:31:23 +01:00
Daniel P. Berrange
417d694e72 Disable compile errors in plugin till we figure out what's up with the header files 2009-07-29 13:20:26 +01:00
Daniel P. Berrange
a3066539d3 Update deps in rpm 2009-07-29 13:20:08 +01:00
Daniel P. Berrange
0f20335a4f Ensure VNC display is centered if being scaled 2009-07-29 12:43:30 +01:00
Daniel P. Berrange
831411aacb Ensure password is not echoed 2009-07-29 12:39:16 +01:00
Daniel P. Berrange
bc55a8d757 Add support for libvirt graphical auth 2009-07-29 12:35:27 +01:00
Daniel P. Berrange
852825ae5e Pull auth code out into separate file 2009-07-29 11:21:11 +01:00
Daniel P. Berrange
3680317d91 Make plugin work again 2009-07-28 21:51:20 +01:00
Daniel P. Berrange
e135b1c2f7 Add compatability logic for drivers without domain event support 2009-07-28 21:16:40 +01:00
Daniel P. Berrange
d35abc160a Fix mouse / key grab vs modifier disabling mixup 2009-07-28 21:00:56 +01:00
Daniel P. Berrange
296f91c549 Pull glib event loop integration into tree until libvirt-glib is more mature 2009-07-28 20:48:43 +01:00
Daniel P. Berrange
6acb3856b6 Re-write the way scaling/resizing works
* Default to auto-resize mode where we try to fit the VNC widget 1:1 in the main window
* If local desktop is not large enough for VNC widget, scale down, maintaining aspect ratio
* Allow the user to turn off auto-resize and have total manual control over window size
* Always scale the display in fullscreen mode
2009-07-28 20:26:34 +01:00
Daniel P. Berrange
49ed212ef1 Add a --debug command line flag 2009-07-28 12:19:28 +01:00
Daniel P. Berrange
334db181e0 Fix waiting for a VM that does not initially exist 2009-07-28 12:10:52 +01:00
Daniel P. Berrange
a9c5318923 Move most of viewer code out into viewer.c 2009-07-28 12:06:18 +01:00
Daniel P. Berrange
af4ddcb244 Initial mingw32 build support 2008-11-28 07:24:56 -05:00
Daniel P. Berrange
11e5b8b9ee Use g_strdup & friends 2008-11-28 07:08:22 -05:00
Daniel P. Berrange
67a38decce Remove unused usleep code 2008-11-28 11:03:28 +00:00
Daniel P. Berrange
61a05530b1 Re-write completely to use Glade, libvirt events, and libvirt-glib integration 2008-11-26 13:03:50 -05:00
Daniel P. Berrange
9951d5e831 Fix rule to use DESTDIR on plugin install 2008-11-03 11:04:39 +00:00
Richard W.M. Jones
fb01700365 * configure.ac, src/Makefile.am, src/main.c, src/usleep.c: Support
for building on Windows using MinGW compiler toolchain (or
	for cross-compiling using the same).

	* .hgignore: Ignore some generated files.
2008-10-10 12:37:23 +01:00
Daniel P. Berrange
e2712473f6 Add error message when conecting to inactive VM (Hiroyuki Kaguchi) 2008-06-17 04:02:50 -04:00
Daniel P. Berrange
5feb3b8e18 Use GTK apis for option parsing (Guido G\374nther) 2008-04-27 23:41:26 -04:00
Daniel P. Berrange
4455a4c413 Avoid caching inactive domain to workaround issues with older XenD (Hiroyuki Kaguchi) 2008-04-23 22:54:29 -04:00
Daniel P. Berrange
e1a52e1273 Call gtk_init early to ensure it grabs args like --sync 2008-04-22 10:15:31 -04:00
Daniel P. Berrange
508e70ada2 Fix manpage typo 2008-04-08 15:17:24 -04:00
Daniel P. Berrange
823fccd570 Bump GTK dep to 2.10.0 2008-03-21 16:07:01 -04:00
Daniel P. Berrange
d109dade7e Added tag release-0.0.3 for changeset 05f9c167354b 2008-03-10 10:49:38 -04:00
Daniel P. Berrange
9475f2a710 Refresh news / changelog for release release-0.0.3 v0.0.3 2008-03-10 10:49:29 -04:00
Daniel P. Berrange
0de0e908fd Added -plugin sub RPM, disabled by default, except for autobuild 2008-03-09 16:36:17 -04:00
Daniel P. Berrange
a0890ddbef Relax firefox plugin version to 1.5.0 2008-03-08 14:04:10 -05:00
Daniel P. Berrange
713c975850 Disable scaling by default if running on composited window 2008-03-07 17:16:06 -05:00
Daniel P. Berrange
a7166279e5 Block view menu accelerator & remove debug 2008-03-07 13:33:29 -05:00
Daniel P. Berrange
cfde34bf4c Added support for desktop scaling with OpenGL 2008-03-07 12:53:56 -05:00
Daniel P. Berrange
0154dca5b9 Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings 2008-03-05 18:24:16 -05:00
Daniel P. Berrange
12a72a27d9 Disable menu accelerators when keyboard is grabbed (Chris Lalancett) 2008-03-05 17:08:13 -05:00
Daniel P. Berrange
c0f869e0cf Fix type in autogen.sh output (Chris Lalancett) 2008-03-05 17:07:43 -05:00
Daniel P. Berrange
7438cdaf51 Added browser plugin (Richard Jones) 2008-01-25 16:27:04 -05:00
Daniel P. Berrange
a26c5cea4e Refactor main method for viewer to prepare for plugin (Richard Jones 2008-01-25 16:14:34 -05:00
Daniel P. Berrange
dda6211509 Whitespace fix 2008-01-11 17:43:30 -05:00
Daniel P. Berrange
df57c7a73f Hide chars in passwd field 2008-01-11 17:42:03 -05:00
Daniel P. Berrange
7e8477d805 Fix a few typos (Atsushi SAKAI) 2008-01-10 20:15:54 -05:00