[Savannah-register-public] [task #13179] Submission of GNU libdbh

2014-04-11 Thread Dr. Edscott Wilson Garcia
URL: http://savannah.gnu.org/task/?13179 Summary: Submission of GNU libdbh Project: Savannah Administration Submitted by: edscott_wilson Submitted on: Fri 11 Apr 2014 03:37:50 PM GMT Should Start On: Fri 11 Apr 2014 12:00:00 AM

Re: [Hdf-forum] hdf5 1.8.9 on mingw made easy.

2012-07-19 Thread edscott wilson garcia
18, 2012, at 6:05 PM, edscott wilson garcia wrote: Hi forum, In order to get hdf5 1.8.9 to compile cleanly with no fuzz on mingw, just patch two files, configure.in and src/Makefile. Then regenerate scripts with aclocal autoheader libtoolize automake autoconf. Finally run

[Hdf-forum] hdf5 1.8.9 on mingw made easy.

2012-07-18 Thread edscott wilson garcia
Hi forum, In order to get hdf5 1.8.9 to compile cleanly with no fuzz on mingw, just patch two files, configure.in and src/Makefile. Then regenerate scripts with aclocal autoheader libtoolize automake autoconf. Finally run configure with the option --with-mingw, compile and enjoy. The

Bug#660241: libhypre-2.4.0: should be two packages: libhypre-openmpi and libhypre-mpich2

2012-02-17 Thread Edscott Wilson Garcia
Package: libhypre-2.4.0 Version: 2.4.0b-7 Severity: important Hypre works fine with mpich2. Instalation via debian package invariably ties it up with openmpi. When target user has a preference for mpich2 (or a specific need for mpich2), the libhypre debian package is no good. Package should be

Re: FVWM: Plans for Drag-N-Drop menus and Desktop Icons?

2006-04-26 Thread Edscott Wilson Garcia
On Mon, 24 Apr 2006, Michelle Konzack wrote: Hello Renato, Am 2006-04-22 12:46:11, schrieb seventh guardian: I did ask for some kind of support for this a while ago. Since then I got used to not having it, but even so ended up using rox as a desktop app. You can also use xffm-4.3

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Edscott Wilson Garcia
a permanent record of your response. -- Edscott Wilson Garcia [EMAIL PROTECTED]

Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Edscott Wilson Garcia
or this code to be > licenced under the GPL. > > Kind regards, > Angus > > ps, if you reply to lyx-devel@lists.lyx.org, we'll have a permanent > record of your response. > -- Edscott Wilson Garcia <[EMAIL PROTECTED]>

Re: Accelerators don't work

2004-10-04 Thread edscott wilson garcia
El mié, 29-09-2004 a las 10:46, Pramod Patangay escribió: Hi All, I am trying to add accelerators to menu items. But they don't seem to work as they should. There's a menuitem which when activated will hide the menu bar. But once the menu bar is hidden, none of the accelerators work. I

gtktreeview bug or feature?

2004-06-24 Thread edscott wilson garcia
the mouse is over the expander, but I have not found out how to do so. Edscott Wilson Garcia ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

treeview and left hand mouse

2004-04-30 Thread edscott wilson garcia
Is there any way to swap mouse buttons 1 and 3 for left hand people within a gtk2 app? In particular I'm looking to be able to expand/collapse treeview nodes without messing with the private gtk stuff used to determine if the click occurred on the expander symbol. TIA, Edscott Wilson Garcia

Re: Problem with GtkTreeModel, simultaneous iterating and append

2003-10-21 Thread edscott wilson garcia
On Mon, 2003-10-20 at 08:49, Boszormenyi Zoltan wrote: Hi, is it possible to append a row to a TreeModel while having an iterator going through the same model? Probably a hack but... if you append the row to a treepath greater than that of the iterator, no problem. But if you append it to a

passing events to userland

2003-10-11 Thread edscott wilson garcia
Hi, I'm using Hiroyuki's toshiba_acpi patch (posted on the freebsd-mobile list), and it captures the extra buttons for acpi settings. I want to use such events to do things in userland. Does anybody know how to pass make a kernel module generate a specific keypress event in userland? Any ideas

Re: passing on signals

2003-10-02 Thread edscott wilson garcia
On Tue, 2003-09-30 at 20:09, edscott wilson garcia wrote: Hi, Does anybody know the correct way to pass on keypressed signals received by one widget to another? Either of the following two lines causes gtk to segfault when signal received by GtkCombo is passed to GtkEntry

Re: passing on signals

2003-10-02 Thread edscott wilson garcia
to be processed by the event loop and be non-blocking. Just a hypothesis... On Thu, 2003-10-02 at 14:04, Sven Neumann wrote: Hi, edscott wilson garcia [EMAIL PROTECTED] writes: Does anybody know the correct way to pass on keypressed signals received by one widget to another? Either

deprecated GtkCombo

2003-10-02 Thread edscott wilson garcia
This is what I hear from Owen: +--- Additional Comments From [EMAIL PROTECTED] 2003-10-02 15:08 --- +I don't know what you mean set as a user signal handler + +But connecting to events on combo-popwin is certainly not +legitimate. + +And in any case GtkCombo is being deprecated for

Re: deprecated GtkCombo

2003-10-02 Thread edscott wilson garcia
On Thu, 2003-10-02 at 14:55, Owen Taylor wrote: There is a new GtkComboBox widget in CVS which will replace GtkCombo and GtkOptionMenu for GTK+-2.4. But what I was saying was not that you should be using something different, but rather saying that RFE's for GtkCombo won't be accepted. And

passing on signals

2003-09-30 Thread edscott wilson garcia
); gtk_signal_emit_by_name (GTK_OBJECT (entry), key_press_event,event,data); TIA, Edscott Wilson Garcia ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: (no subject)

2003-09-17 Thread edscott wilson garcia
On Wed, 2003-09-17 at 15:05, Philippe wrote: Hello, I've got a dialog with three treeviews and one treemodel filled with the names of all the users for the system. I'd like the three treeviews to use the same treemodel. yet they must not display the same users. my question is : is there a

Re: TreeView width?

2003-09-17 Thread edscott wilson garcia
On Wed, 2003-09-17 at 07:07, Igor Gorbounov wrote: Hi, All! Is there any reliable method for calculating the size of a filled TreeView before showing it, for proper setting the size of a window containing this treeview? get_width() for TreeViewColumns returns 0, get_width() for the treeview

GtkCombo with active glist

2003-09-02 Thread edscott wilson garcia
Does anybody how to have a gtkCombo where the associated GList is visible the entry is receiving keyboard input? I mean, something like what you see in mozilla while typing something into the location entry? Can that behaviour be achieved in gtk without some ugly hack? TIA Edscott

Re: GtkTreeModel

2003-09-02 Thread edscott wilson garcia
On Sun, 2003-08-31 at 13:27, Christer Palm wrote: Hi! A question for all you GtkTreeModel wizards out there; I have implemented a custom GtkTreeModel to model a directory tree. For obvious performance reasons, I need to delay the scanning of a subdirectory until the user actually

Re: problem with g_locale_to_utf8()

2003-08-31 Thread edscott wilson garcia
On Fri, 2003-08-29 at 12:28, Paulo Ricardo Batista Mesquita wrote: Hello guys, I am writing an application that receives data in portuguese language, it runs both Linux (English) and Windows (Brazilian Portuguese). In the beginning, I was writing the code using non English characters,

Re: Changing [entire] background of a GtkTextView

2003-08-31 Thread edscott wilson garcia
On Sat, 2003-08-30 at 20:48, Vadim Berezniker wrote: Vadim Berezniker wrote: I want to change the entire background of a GtkTextView to the background of its parent container. Using Tags, I can only change the background of the parts of the view with text. Changing the background using

toshiba-acpi-extras

2003-08-17 Thread edscott wilson garcia
Does anybody know if there are plans to port the toshiba-acpi-extras from linux to the freebsd kernel? Without these additional acpi variables it is not possible to adjust the LCD brightness for recent Toshiba laptops (satellite 2400,2450,2455 and others). Not being able to dim the LCD screen is

incorrect keyboard response

2003-07-28 Thread edscott wilson garcia
I am installing FreeBSD on a new laptop but have problems with the keyboard within X. Symptoms: if the pause between stroking key1 and key2 is short, key1 is repeated. When: FreeBSD 5.1, always. FreeBSD 4.8, only when the XKEYBOARD extension is enabled. I've tried modifying the key repeat

ehci in kernel

2003-07-28 Thread edscott wilson garcia
I have already done everything to make my usb keyboard work in FreeBSD (both 4.8 and 5.1) to no avail. It detects is correctly and sets it up as supposed to, but the show does not go on. In linux the usbkeyboard works but there is also a ehci controller loaded (ehci-hcd 00:1d.7: Intel Corp.

Re: glib 2.2.2 - g_tree

2003-07-27 Thread edscott wilson garcia
On vie, 2003-07-25 at 04:41, Albert Pala wrote: i want to ask if someone can help me: in my program at starup i create huge balanced tree ( ~3*10^6 items ) from fixed file. it took about 8s on my computer. how can i rearrange the input file to get shorter time ? ( minimize number of

Re: Geting a GtkTreeModel out of GtkTreeViewColumn

2003-07-08 Thread edscott wilson garcia
El mar, 08-07-2003 a las 11:24, Andrej Prsa escribió: Hello, everyone! Could anyone please tell me if it's possible to extract the parent GtkTreeModel out of GtkTreeViewColumn? Or, if someone could maybe suggest a better way to extract the data from the selected column in a function where

Re: Trouble with GtkTreeModel co.

2003-07-04 Thread edscott wilson garcia
El vie, 04-07-2003 a las 11:38, Andrej Prsa escribió: Hi, everyone! I am trying to upgrade from CLists to GtkTreeViews since my transition from 1.2 to 2.0. I have a spin button that declares how many rows a GtkTreeModel (with a GtkListStore) should contain; attached to the changed signal

Re: Re[2]: Better accelerator keys support

2003-07-03 Thread edscott wilson garcia
El jue, 03-07-2003 a las 05:13, Martin Stubenschrott escribió: Well, if the widget has the focus, then the space bar is natural. Sorry, I think I didn't specify this clearly enough. I mean, when the focus is on one button I can activate any other button with the Alt-key support. Space bar

Re: Better accelerator keys support

2003-07-02 Thread edscott wilson garcia
El lun, 30-06-2003 a las 14:54, Martin Stubenschrott escribió: Hi, I am not sure if this is acutally a GTK+ or Gnome thing, but there's is really one thing with keyboard accelerators which could be massively improved. In GTK+, if you have a button Test (sorry, i am/was only a windows

checking for headers

2003-01-22 Thread edscott wilson garcia
do I have to add so that it will search /usr/local/include in FreeBSD? MTIA, Edscott Wilson Garcia To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

front end to pkg_xxx

2002-09-24 Thread edscott wilson garcia
I've been thinking about writing a gtk2 frontend for the pkg_ series of programs (pkg_add, pkg_create, pkg_delete, pkg_info, pkg_update, pkg_version) but maybe it's already been done. Has it been done before? Edscott Wilson Garcia To Unsubscribe: send mail to [EMAIL PROTECTED

crash on gtk_tree_selection_get_selected

2002-08-31 Thread edscott wilson garcia
() from /usr/lib/libglib-2.0.so.0 #17 0x403a3720 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #18 0x400ee2b3 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #19 0x0804c487 in main (argc=1, argv=0xb9f4) at xfsamba.c:236 Would this be a bug in gtk2? (using RH gtk2-2.0.2-4). Edscott Wilson

[Xpert]application crash: xfree4.2+xinerama

2002-05-17 Thread edscott wilson garcia
is screen0 0 0: Geoforce AGP 32 MB screen1 LeftOf screen0: Matrox milenium 2Mb screen2 LeftOf screen1: Matrox milenium 2Mb Everything worked fine until xfree4.2, installed with redhat 7.3. thank you, Edscott Wilson Garcia ___ Xpert mailing list [EMAIL

Re: about two-way pipes or threads

2001-02-14 Thread Edscott Wilson Garcia
On Wednesday 14 February 2001 08:56, Ronald Bultje wrote: I have another thing. I am probably doing something terribly wrong. Can you give me the names of these applications you wrote using this technique (and/or HTTP-locations) so I can look in their source. Maybe that helps... Ronald The