Re: [Gambas-user] gb.data: Trie class

2014-09-23 Thread Benoît Minisini
Le 23/09/2014 21:47, Tobias Boege a écrit : > Also, Benoit: tell me what you think about the interface. I documented > everything in the source code (c_trie.c). > The interface seems perfect. It's just the name "Trie" that I find ugly. :-) Another point on the implementation: you should not use m

Re: [Gambas-user] gb.data: Trie class

2014-09-23 Thread Benoît Minisini
Le 23/09/2014 21:47, Tobias Boege a écrit : > Hi, > > in revision #6506, I added two classes to gb.data: Trie and TriePrefix. > Together they implement a Patricia Trie[0] a.k.a. Radix tree a.k.a. Prefix > tree. > > Trie is the data container. It works just like a Collection. TriePrefix can > be use

[Gambas-user] gb.data: Trie class

2014-09-23 Thread Tobias Boege
Hi, in revision #6506, I added two classes to gb.data: Trie and TriePrefix. Together they implement a Patricia Trie[0] a.k.a. Radix tree a.k.a. Prefix tree. Trie is the data container. It works just like a Collection. TriePrefix can be used to limit searches to a common prefix. This way you can s

Re: [Gambas-user] DateBox popup transparency issue

2014-09-23 Thread Randall Morgan
Hi Beniot, Try this for checking desktops. It works for me on Ubuntu 12.04. This of course is a BASK script... if [ "$XDG_CURRENT_DESKTOP" = "" ]then desktop=$(echo "$XDG_DATA_DIRS" | sed 's/.*\(xfce\|kde\|gnome\).*/\1/')else desktop=$XDG_CURRENT_DESKTOPfi desktop=${desktop,,} # convert to

Re: [Gambas-user] DateBox popup transparency issue

2014-09-23 Thread Tobias Boege
On Tue, 23 Sep 2014, Willy Raets wrote: > On di, 2014-09-23 at 18:36 +0200, Beno??t Minisini wrote: > > Le 23/09/2014 17:46, Tobias Boege a ??crit : > > > Hi, > > > > > > someone reported an issue with DateBox's chooser popup. After > > > double-clicking > > > on a date, the popup would stay halfw

Re: [Gambas-user] DateBox popup transparency issue

2014-09-23 Thread Willy Raets
On di, 2014-09-23 at 18:36 +0200, Benoît Minisini wrote: > Le 23/09/2014 17:46, Tobias Boege a écrit : > > Hi, > > > > someone reported an issue with DateBox's chooser popup. After > > double-clicking > > on a date, the popup would stay halfways transparent and flicker according > > to > > the mo

Re: [Gambas-user] DateBox popup transparency issue

2014-09-23 Thread Benoît Minisini
Le 23/09/2014 17:46, Tobias Boege a écrit : > Hi, > > someone reported an issue with DateBox's chooser popup. After double-clicking > on a date, the popup would stay halfways transparent and flicker according to > the mouse movements. The attached screenshot kind of shows this. Project is > also at

Re: [Gambas-user] Installation package(s)

2014-09-23 Thread Willy Raets
On di, 2014-09-23 at 15:34 +0200, Benoît Minisini wrote: > Le 23/09/2014 15:20, Willy Raets a écrit : > > On di, 2014-09-23 at 04:59 -0700, Charlie wrote: > >> Thanks for the reply but I am still confused. I have tried a few of the > >> .deb > >> files but they don't seem to work so which one? > >

Re: [Gambas-user] Installation package(s)

2014-09-23 Thread Willy Raets
On di, 2014-09-23 at 15:34 +0200, Benoît Minisini wrote: > Le 23/09/2014 15:20, Willy Raets a écrit : > > On di, 2014-09-23 at 04:59 -0700, Charlie wrote: > >> Thanks for the reply but I am still confused. I have tried a few of the > >> .deb > >> files but they don't seem to work so which one? > >

Re: [Gambas-user] Installation package(s)

2014-09-23 Thread Benoît Minisini
Le 23/09/2014 15:20, Willy Raets a écrit : > On di, 2014-09-23 at 04:59 -0700, Charlie wrote: >> Thanks for the reply but I am still confused. I have tried a few of the .deb >> files but they don't seem to work so which one? >> >> control_1.0.4-0ubuntu1_all.deb >> control_1.0.4-0ubuntu1_amd64.chang

Re: [Gambas-user] Installation package(s)

2014-09-23 Thread Willy Raets
On di, 2014-09-23 at 04:59 -0700, Charlie wrote: > Thanks for the reply but I am still confused. I have tried a few of the .deb > files but they don't seem to work so which one? > > control_1.0.4-0ubuntu1_all.deb > control_1.0.4-0ubuntu1_amd64.changes > control_1.0.4-0ubuntu1.diff.gz > control_1.0

Re: [Gambas-user] Request for implementation

2014-09-23 Thread Willy Raets
On di, 2014-09-23 at 02:29 +0200, Benoît Minisini wrote: > Le 22/09/2014 01:20, Willy Raets a écrit : > > Hi all, > > > > It would be nice if the translator in IDE could update some extra info > > in the translation files (.po) > > > > Example: > > #, fuzzy > > msgid "" > > msgstr "" > > "Project-I

Re: [Gambas-user] Installation package(s)

2014-09-23 Thread Charlie
Thanks for the reply but I am still confused. I have tried a few of the .deb files but they don't seem to work so which one? control_1.0.4-0ubuntu1_all.deb control_1.0.4-0ubuntu1_amd64.changes control_1.0.4-0ubuntu1.diff.gz control_1.0.4-0ubuntu1.dsc control_1.0.4.orig.tar.gz control-gtk_1.0.4-0ub