Displaying 12 results from an estimated 12 matches for "gtktreeview".
2016 Jan 26
2
[PATCH] p2v: User can click on an interface name to identify the physical interface.
..., run 'ethtool --identify <if_name> 10', which (on supported
cards) flashes a light on the physical interface for 10 seconds,
allowing it to be identified by the operator.
This has a nasty bit of hidden UI, basically because Gtk makes it near
impossible to put a regular button into a GtkTreeView.
---
p2v/gui.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
p2v/virt-p2v.pod | 4 ++++
2 files changed, 71 insertions(+)
diff --git a/p2v/gui.c b/p2v/gui.c
index 92a7bc4..ed23753 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -414,6 +414,7 @@ static void populate_removable (G...
2016 Jan 26
1
[PATCH v2] p2v: User can click on an interface name to identify the
v1 -> v2:
Added a (now blue) underlined "Identify interface" link. It's not
really a link, but it looks like one, so hopefully should resolve
the previous UI issue.
Rich.
2016 Jan 26
3
Re: [PATCH] p2v: User can click on an interface name to identify the physical interface.
...39;, which (on supported
> > cards) flashes a light on the physical interface for 10 seconds,
> > allowing it to be identified by the operator.
> >
> > This has a nasty bit of hidden UI, basically because Gtk makes it near
> > impossible to put a regular button into a GtkTreeView.
> > ---
>
> Wouldn't it better than add a simple "Identify interface" next to the
> list? IMHO would be more explicit, and avoid spawning ethtool commands
> when not wanted.
I think do you mean another column with a label [not a button,
unfortunately] marked "...
2009 Jun 04
2
RGtk2 help: Show list of column names from dataset and categorize as factor or numeric
Hi UseRs,
I recently started working with the RGtk2 library. The documentation
is comprehensive and I've tried learning from the examples in most Gtk
tutorials (which have C code). This is a little problematic, but has
helped quite a bit in getting me started.
I would like to create a GUI for file selection, which then displays
the column names from the selected file, and provides the user
2023 Jan 30
11
[p2v PATCH 00/11] Expose virt-v2v's "-oo"; re-enable openstack
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1792141
Let the user pass "-oo" options from the kernel cmdline and from the GUI
to virt-v2v. This is primarily useful with the OpenStack output mode,
so reenable that mode.
Cc: Alban Lecorps <alban.lecorps at ubisoft.com>
Laszlo
Alban Lecorps (1):
Introduce "p2v.output.misc" for passing "-oo" options
2016 Jan 26
0
Re: [PATCH] p2v: User can click on an interface name to identify the physical interface.
...tify <if_name> 10', which (on supported
> cards) flashes a light on the physical interface for 10 seconds,
> allowing it to be identified by the operator.
>
> This has a nasty bit of hidden UI, basically because Gtk makes it near
> impossible to put a regular button into a GtkTreeView.
> ---
Wouldn't it better than add a simple "Identify interface" next to the
list? IMHO would be more explicit, and avoid spawning ethtool commands
when not wanted.
--
Pino Toscano
2016 Jan 26
0
Re: [PATCH] p2v: User can click on an interface name to identify the physical interface.
...> > > cards) flashes a light on the physical interface for 10 seconds,
> > > allowing it to be identified by the operator.
> > >
> > > This has a nasty bit of hidden UI, basically because Gtk makes it near
> > > impossible to put a regular button into a GtkTreeView.
> > > ---
> >
> > Wouldn't it better than add a simple "Identify interface" next to the
> > list? IMHO would be more explicit, and avoid spawning ethtool commands
> > when not wanted.
>
> I think do you mean another column with a label [not a...
2007 Aug 21
0
Branch 'vivi' - 10 commits - libswfdec/swfdec_button_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c vivified/core vivified/dock vivified/ui
...t;
+ <child>
+ <object class="GtkScrolledWindow" id="1">
+ <property name="hscrollbar-policy">automatic</property>
+ <property name="vscrollbar-policy">automatic</property>
+ <child>
+ <object class="GtkTreeView" id="x">
+ <child>
+ <object class="GtkTreeViewColumn" id="x">
+ <property name="title">Movie</property>
+ <child>
+ <object class="GtkCellRendererText" id="x"/>
+ <attribute...
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is
time to remove it from libguestfs.
[1] https://github.com/libguestfs/virt-p2v
[2] http://download.libguestfs.org/virt-p2v/
Pino Toscano (2):
Remove virt-p2v
Remove remaining virt-p2v bits
.gitignore | 4 -
Makefile.am | 7 +-
bash/Makefile.am
2016 Apr 04
2
[PATCH 1/2] Use 'error' function consistently throughout.
...8835793..c5fbc99 100644
--- a/p2v/gui.c
+++ b/p2v/gui.c
@@ -26,6 +26,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#include <error.h>
#include <locale.h>
#include <assert.h>
#include <libintl.h>
@@ -800,24 +801,18 @@ populate_disks (GtkTreeView *disks_list)
uint64_t size;
if (asprintf (&size_filename, "/sys/block/%s/size",
- all_disks[i]) == -1) {
- perror ("asprintf");
- exit (EXIT_FAILURE);
- }
+ all_disks[i]) == -1)
+ error (EXIT_FAI...
2015 Feb 14
2
[PATCH 0/2] Change guestfs__*
libguestfs has used double and triple underscores in identifiers.
These aren't valid for global names in C++.
(http://stackoverflow.com/a/228797)
These large but completely mechanical patches change the illegal
identifiers to legal ones.
Rich.
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...t;
+ <child>
+ <object class="GtkScrolledWindow" id="1">
+ <property name="hscrollbar-policy">automatic</property>
+ <property name="vscrollbar-policy">automatic</property>
+ <child>
+ <object class="GtkTreeView" id="x">
+ <child>
+ <object class="GtkTreeViewColumn" id="x">
+ <property name="title">Movie</property>
+ <child>
+ <object class="GtkCellRendererText" id="x"/>
+ <attribute...