clgui-devel Mailing List for Command line GUI
Brought to you by:
bain_online
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(14) |
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Prachi <pra...@gm...> - 2005-02-18 14:25:28
|
Hi , Use testscript for testing. Prachi. |
From: Prachi <pra...@gm...> - 2005-02-11 14:36:59
|
Hi , I have added generic setgeometry support .. check the code and let me know the changes if any I'll send the hide / show code for widgets soon Prachi. |
From: Prachi <pra...@gm...> - 2005-02-11 05:12:01
|
Hi , I have got qt.3.1 which has support for trayicon for windows and embedded. qt.2.3. has got support for trayicon. But i have to download it. I'll download it today eve and let u know. I have started coding for hide , show and setGeometry. (Generic apis) Prachi. On Tue, 8 Feb 2005 12:13:28 +0530, BAIN <bai...@gm...> wrote: > I forgot to mention, > i also want generic support for hiding and making visible the widgets > including main window. > > On Tue, 8 Feb 2005 12:12:36 +0530, BAIN <bai...@gm...> wrote: > > > Hi Abhijit, > > > > > > for main window -> they have given api's to set style , color etc. ... > > > so are we interested in that ? > > Not for now, > > For main window all i care about is geometry, infact i would like to > > have a generic function for all widgets to set geometry as all of them > > will have it. > > > > > pushButton : > > > > > > setGeometry > > i would like this generic can you investigate if you can do this ? i > > mean given a widget you should be able to set its geometry regardless > > of the widget type. > > > > > setAutoDefault > > > setDefault > > > > > textedit : > > > > > > setWordwrap > > > setReadonly > > Ok > > > > > setItalic , bold, underline > > Not needed > > > > > listbox : > > > > > > setCurrentItem > > > settopItem > > > setBottomItem > > > setSelected > > > setAutoscroll > > > setBottomscrollbar > > Looks good > > > > > Should I start implementing any of them ? If u want some more to be > > > added let me know > > > > I also want one more widget/feature i am not really sure what i should > > call it. I want tray icon support for the application. > > This is needed for dot one release. > > Can you investigate? > > > > -- > > BAIN > > http://abhijit.adotout.net > > > > -- > BAIN > http://abhijit.adotout.net > |
From: BAIN <bai...@gm...> - 2005-02-08 06:43:34
|
I forgot to mention, i also want generic support for hiding and making visible the widgets including main window. On Tue, 8 Feb 2005 12:12:36 +0530, BAIN <bai...@gm...> wrote: > > Hi Abhijit, > > > > for main window -> they have given api's to set style , color etc. ... > > so are we interested in that ? > Not for now, > For main window all i care about is geometry, infact i would like to > have a generic function for all widgets to set geometry as all of them > will have it. > > > pushButton : > > > > setGeometry > i would like this generic can you investigate if you can do this ? i > mean given a widget you should be able to set its geometry regardless > of the widget type. > > > setAutoDefault > > setDefault > > > textedit : > > > > setWordwrap > > setReadonly > Ok > > > setItalic , bold, underline > Not needed > > > listbox : > > > > setCurrentItem > > settopItem > > setBottomItem > > setSelected > > setAutoscroll > > setBottomscrollbar > Looks good > > > Should I start implementing any of them ? If u want some more to be > > added let me know > > I also want one more widget/feature i am not really sure what i should > call it. I want tray icon support for the application. > This is needed for dot one release. > Can you investigate? > > -- > BAIN > http://abhijit.adotout.net > -- BAIN http://abhijit.adotout.net |
From: BAIN <bai...@gm...> - 2005-02-08 06:42:43
|
> Hi Abhijit, > > for main window -> they have given api's to set style , color etc. ... > so are we interested in that ? Not for now, For main window all i care about is geometry, infact i would like to have a generic function for all widgets to set geometry as all of them will have it. > pushButton : > > setGeometry i would like this generic can you investigate if you can do this ? i mean given a widget you should be able to set its geometry regardless of the widget type. > setAutoDefault > setDefault > textedit : > > setWordwrap > setReadonly Ok > setItalic , bold, underline Not needed > listbox : > > setCurrentItem > settopItem > setBottomItem > setSelected > setAutoscroll > setBottomscrollbar Looks good > Should I start implementing any of them ? If u want some more to be > added let me know I also want one more widget/feature i am not really sure what i should call it. I want tray icon support for the application. This is needed for dot one release. Can you investigate? -- BAIN http://abhijit.adotout.net |
From: Prachi <pra...@gm...> - 2005-02-08 05:58:13
|
Hi Abhijit, for main window -> they have given api's to set style , color etc. ... so are we interested in that ? pushButton : setGeometry setAutoDefault setDefault textedit : setWordwrap setReadonly setItalic , bold, underline listbox : setCurrentItem settopItem setBottomItem setSelected setAutoscroll setBottomscrollbar Should I start implementing any of them ? If u want some more to be added let me know -Prachi. |
From: Prachi <pra...@gm...> - 2005-01-30 13:44:05
|
Hi , In case of insert item ..i tried to find function for removing \n .. tried to use getdelim (But it works only in case of files i guess) .. let me know about it I have added remove list item support ..test it ./player.sh -Prachi. |
From: BAIN <bai...@gm...> - 2005-01-29 10:36:08
|
Use the usual procedure to build To try the player ./player.sh type a path to the directory with some mp3s in the upper text box click go the list box should show all the files in directory select any mp3 file click play it should be played using mpg123 stop kills mpg123 do anything other than these actions and you will be probably screwed :-)) The first usable(?) app anyways. This completes POC -- BAIN |
From: Prachi <pra...@gm...> - 2005-01-27 05:09:14
|
Hi, In case of find item, i have to return data (numbered item) from server to client .... In clguiserver , u have returned only int ...I m not getting how to return my string in case of find item in list box. -Prachi. |
From: Prachi <pra...@gm...> - 2005-01-24 14:13:06
|
On Fri, 21 Jan 2005 15:58:19 +0530, BAIN <bai...@gm...> wrote: > > > Please execute it when u are root :) > Patch to fix that Patch applied..working correctly Prachi. > -- > BAIN > > > |
From: Prachi <pra...@gm...> - 2005-01-21 05:31:26
|
On Thu, 20 Jan 2005 21:09:11 +0530, Prachi <pra...@gm...> wrote: > Hi, > > I have added listbox support ...with insert item event handling of listbox. > But , i m not getting y it attaches 1 more char to the actual input > text of insert item. > > Execute it in similar way u executed ur code > > add ./ to PATH > and testscript > > Please execute it when u are root :) > > Working on remove item code..will send the new code to u soon > > > -Prachi. > |
From: Prachi <pra...@gm...> - 2005-01-20 15:39:14
|
Hi, I have added listbox support ...with insert item event handling of listbox. But , i m not getting y it attaches 1 more char to the actual input text of insert item. Execute it in similar way u executed ur code add ./ to PATH and testscript Please execute it when u are root :) Working on remove item code..will send the new code to u soon -Prachi. |
From: BAIN <bai...@gm...> - 2005-01-16 11:38:19
|
Crap!! again forgot the attachement. Attached ! On Sun, 16 Jan 2005 17:04:17 +0530, BAIN <bai...@gm...> wrote: > Latest changelog > > 1. Clean up > 2. Added get text and set text > 3. Test app now shows lot more intelligence > 4. Added clients under qmake > > $./qmake main.pro > $make > > thats it , ofcourse add './' to your path > > then > $./testscript > > Keep clicking till it shows quit button, notice the text box now shows > coordinates of next button to be expected. Still keep clicking and go > on adding columns till the column starts showing all quit buttons. > Notice the text box changed? > Quit will now ofcourse quit the app. > > The whole sample is still utterly useless, but was fun coding it anyway. > > Next on the list TODO > > 1. Add list box support > 2. Create sample app mp3 player > > -- > BAIN > -- BAIN |
From: BAIN <bai...@gm...> - 2005-01-16 11:34:25
|
Latest changelog 1. Clean up 2. Added get text and set text 3. Test app now shows lot more intelligence 4. Added clients under qmake $./qmake main.pro $make thats it , ofcourse add './' to your path then $./testscript Keep clicking till it shows quit button, notice the text box now shows coordinates of next button to be expected. Still keep clicking and go on adding columns till the column starts showing all quit buttons. Notice the text box changed? Quit will now ofcourse quit the app. The whole sample is still utterly useless, but was fun coding it anyway. Next on the list TODO 1. Add list box support 2. Create sample app mp3 player -- BAIN |
From: BAIN <bai...@gm...> - 2005-01-16 07:44:32
|
oops sorry, attached now. On Sat, 15 Jan 2005 20:25:15 +0530, Prachi <pra...@gm...> wrote: > Cool... > But i didn't get the new attachment (clgui-0.0.5) > > U are simply great.... :) > > Prachi. > > > On Sat, 15 Jan 2005 18:17:35 +0530, BAIN <bai...@gm...> wrote: > > Hi, > > > > Successfully added event handling and also incroporated text box support, > > The text box is changed to QTextEdit from QLineEdit to have multiline > > capability. > > > > There is also a sample application named testscript > > > > Compile as usual > > $./qmake -o Makefile clguiserver.pro > > $./make ( No need to manually add compile flags) > > $./makeclients > > > > to test fire up testscript > > small glitch here you will need to add "./" in you path so that the > > script finds all the tools. > > so do > > $export PATH=$PATH:./ > > $./testscript > > > > should give you a window with button and a text box > > click on the button and it produces more buttons. > > Actually the button executes testevh which adds more buttons. > > nothing usefull but exciting neway :-) > > > > THINGS TO DO: > > 1. Add text box get text and set text functions. > > 2. Add button and text box set parameters. > > > > This should give us something usefull in real life. > > time for clgui-0.1.0 appraoching fast, > > > > Chao. > > BAIN > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by: Beat the post-holiday blues > > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > > _______________________________________________ > > clgui-devel mailing list > > clg...@li... > > https://lists.sourceforge.net/lists/listinfo/clgui-devel > > > -- BAIN |
From: BAIN <bai...@gm...> - 2005-01-15 12:47:43
|
Hi, Successfully added event handling and also incroporated text box support, The text box is changed to QTextEdit from QLineEdit to have multiline capability. There is also a sample application named testscript Compile as usual $./qmake -o Makefile clguiserver.pro $./make ( No need to manually add compile flags) $./makeclients to test fire up testscript small glitch here you will need to add "./" in you path so that the script finds all the tools. so do $export PATH=$PATH:./ $./testscript should give you a window with button and a text box click on the button and it produces more buttons. Actually the button executes testevh which adds more buttons. nothing usefull but exciting neway :-) THINGS TO DO: 1. Add text box get text and set text functions. 2. Add button and text box set parameters. This should give us something usefull in real life. time for clgui-0.1.0 appraoching fast, Chao. BAIN |
From: BAIN <bai...@gm...> - 2005-01-15 07:17:26
|
Hi forgot to mention,if regenerated, the makefile will have to be manually edited to add -DCOMPILE_QT to CXX_FLAGS On Fri, 14 Jan 2005 16:06:10 +0530, BAIN <bai...@gm...> wrote: > Hi, > > Finally i got some qt test setup so now i can test all the code. > I did some fix up and now the server works as i wanted it. > > Neway this code should compile with > > ./qmake > ./make > ./makeclients > > to test it just fire up > ./clguiserver & > > This should display the blank app, switch back to console and give > ./clguibutton --create --height 20 --width 100 --posx 10 --posy 10 > > This should add a button on the dialog, bingo!! > > more buttons can be added with > ./clguibutton --create --height 20 --width 100 --posx 10 --posy 20 > ./clguibutton --create --height 20 --width 100 --posx 10 --posy 30 > ( note the changed coordinate posy ) > > -- > BAIN > > > -- BAIN |
From: BAIN <bai...@gm...> - 2005-01-14 10:36:34
|
Hi, Finally i got some qt test setup so now i can test all the code. I did some fix up and now the server works as i wanted it. Neway this code should compile with ./qmake ./make ./makeclients to test it just fire up ./clguiserver & This should display the blank app, switch back to console and give ./clguibutton --create --height 20 --width 100 --posx 10 --posy 10 This should add a button on the dialog, bingo!! more buttons can be added with ./clguibutton --create --height 20 --width 100 --posx 10 --posy 20 ./clguibutton --create --height 20 --width 100 --posx 10 --posy 30 ( note the changed coordinate posy ) -- BAIN |
From: BAIN <bai...@gm...> - 2005-01-03 09:40:39
|
Well i was rather thinking about not calling a.exec at all and calling a.handle_events (or something similar which i am quite sure is there) periodically but that rather won't scale well. So now we must thread our code and make one thing wait on a.exec permanently. Fortunately we can still avoid pthread dependancy. The command processing is needed only at arbitrary instances and we can use signal mechanism. We will install do_server function as our signal handler and then call a.exec and won't do any further processing in main all clients will emit sig_user to server whenever they want to issue command. The signal handler will call do server and will handle the command and simply exit. Will give you the rearchitected code by next monday. -- BAIN |
From: Prachi <pra...@re...> - 2005-01-03 09:22:59
|
=A0=0AHi ,=0A=0A sorry for the delay...i was out of station ..=0A =0A in= t QApplication::exec ()=0A=0A=0AEnters the main event loop and waits until = exit() is called or the main widget is destroyed, and Returns the value tha= t was set via to exit() (which is 0 if exit() is called via quit()). =0A=0A= =0A I checked how the execution takes place.=0A=0A After adding w= idget say button using =0A./clguibutton params=0A=0A It displays th= e application. You can give the next command=0Aeven without closing the win= dow. But in order to see the addition of next widgets u have to close previ= ous window. =0A=0A=0A I also tried to use a.quit and a.exit..=0A=0A = But it doesnt help in this case. Let me know the next step.=0A=0A P= rachi.=0A |
From: BAIN <bai...@gm...> - 2004-12-20 09:44:34
|
-- BAIN |
From: BAIN <bai...@gm...> - 2004-12-17 08:33:26
|
The commands i am using right now to compile are gcc clguiserver.c (cpp copied to c) gcc -o clguibutton clguibutton.c clgui_client_common.c clgui_lock.c -- BAIN |
From: BAIN <bai...@gm...> - 2004-12-17 08:29:38
|
-- BAIN |
From: BAIN <bai...@gm...> - 2004-12-13 14:50:50
|
http://autoqt.sourceforge.net/ can you try this? Just download the latest version, the howto is in the doc/html/index.html -- BAIN |
From: BAIN <bai...@gm...> - 2004-12-13 13:36:03
|
-- BAIN |