Re: The Current Status of DQt

2014-05-12 Thread Jonathan M Davis via Digitalmars-d
On Fri, 09 May 2014 09:56:09 + Kagamin via Digitalmars-d wrote: > > Please see this public service announcement: > > http://xkcd.com/1179/ > > Though it lists 20130227 as discouraged format, but it's a valid > ISO 8601 format, and phobos Date.toISOString generates string in > that format: > ht

Re: The Current Status of DQt

2014-05-09 Thread Kagamin via Digitalmars-d
On Friday, 9 May 2014 at 05:00:48 UTC, Russel Winder via Digitalmars-d wrote: Pacific Standard Time, UTC−8:00 Pakistan Standard Time, UTC+5:00 Philippine Standard Time, UTC+8:00 :-) I think we can infer that Andrei meant to say 09:00-08:00. Unless there is some shenanigans with moving the cl

Re: The Current Status of DQt

2014-05-08 Thread Russel Winder via Digitalmars-d
On Thu, 2014-05-08 at 20:09 +, Kagamin via Digitalmars-d wrote: > On Wednesday, 7 May 2014 at 20:02:20 UTC, Russel Winder via > Digitalmars-d wrote: > > On Wed, 2014-05-07 at 12:53 -0700, Andrei Alexandrescu via > > Digitalmars-d > > wrote: > > […] > >> 9 AM PST. Will do tomorrow. -- Andrei >

Re: The Current Status of DQt

2014-05-08 Thread Kagamin via Digitalmars-d
On Wednesday, 7 May 2014 at 20:02:20 UTC, Russel Winder via Digitalmars-d wrote: On Wed, 2014-05-07 at 12:53 -0700, Andrei Alexandrescu via Digitalmars-d wrote: […] 9 AM PST. Will do tomorrow. -- Andrei So what is that in ISO 8601 time. Get with the programme… ;-) Pacific Standard Time, UT

Re: The Current Status of DQt

2014-05-08 Thread FrankLike via Digitalmars-d
http://www.reddit.com/r/programming/comments/251s5i/tkd_cross_platform_gui_toolkit_for_d_based_on/ https://twitter.com/D_Programming/status/464434846849179648 https://www.facebook.com/dlang.org/posts/843295265684156 https://hn.algolia.com/#!/story/forever/0/Tkd Andrei Hello, TKD is very ni

Re: The Current Status of DQt

2014-05-08 Thread FrankLike via Digitalmars-d
http://www.reddit.com/r/programming/comments/251s5i/tkd_cross_platform_gui_toolkit_for_d_based_on/ https://twitter.com/D_Programming/status/464434846849179648 https://www.facebook.com/dlang.org/posts/843295265684156 https://hn.algolia.com/#!/story/forever/0/Tkd Andrei Hello, TKD is very ni

Re: The Current Status of DQt

2014-05-08 Thread Andrei Alexandrescu via Digitalmars-d
On 5/7/14, 12:53 PM, Andrei Alexandrescu wrote: On 5/7/14, 12:29 PM, Gary Willoughby wrote: On Sunday, 4 May 2014 at 17:51:50 UTC, Andrei Alexandrescu wrote: On 5/4/14, 9:19 AM, Gary Willoughby wrote: On Sunday, 4 May 2014 at 14:09:38 UTC, w0rp wrote: Best of luck to you guys. I encourage as

Re: The Current Status of DQt

2014-05-08 Thread Etienne Cimon via Digitalmars-d
On 2014-05-08 02:09, Jacob Carlborg wrote: On 08/05/14 00:22, Etienne wrote: Yes : Label label3 = new Label(shell, SWT.NONE); label3.setSize(100,20); label3.setLocation(30,150); label3.setBackground( new Color(display,200,111,50)); label3.setText( "Speak no evil" ); Thanks, I'll have a loo

Re: The Current Status of DQt

2014-05-07 Thread Jacob Carlborg via Digitalmars-d
On 08/05/14 00:22, Etienne wrote: Yes : Label label3 = new Label(shell, SWT.NONE); label3.setSize(100,20); label3.setLocation(30,150); label3.setBackground( new Color(display,200,111,50)); label3.setText( "Speak no evil" ); Thanks, I'll have a look. Could you please report an issue here as

Re: The Current Status of DQt

2014-05-07 Thread FrankLike via Digitalmars-d
On Thursday, 8 May 2014 at 05:17:09 UTC, Johhttps://github.com/FrankLikeps://github.com/FrankLike/dflrote: On Thursday, 8 May 2014 at 03:06:48 UTC, FrankLike wrote: https://github.com/SeijiFujita/dfl-examples-d2 Do you have any screenshots? Thanks. get the DFL by https://github.com/FrankLike

Re: The Current Status of DQt

2014-05-07 Thread FrankLike via Digitalmars-d
I'm not sure if dfl would have layouts? Can you make the elements stretch along with the window resize action without writing custom algorithms? DFL is so good,someone will do it. Frank

Re: The Current Status of DQt

2014-05-07 Thread John via Digitalmars-d
On Thursday, 8 May 2014 at 03:06:48 UTC, FrankLike wrote: https://github.com/SeijiFujita/dfl-examples-d2 Do you have any screenshots? Thanks.

Re: The Current Status of DQt

2014-05-07 Thread Etienne Cimon via Digitalmars-d
On 2014-05-07 23:04, FrankLike wrote: Sweet, as I see it works and there's plenty of documentation about swt. Not much can beat a 2.6MB standalone application with a 2mb footprint! I test on windows 7,it's size is 2829k,with a 2836k footprint. But DFL's is 778k with a 2724k. example:gith

Re: The Current Status of DQt

2014-05-07 Thread FrankLike via Digitalmars-d
https://github.com/SeijiFujita/dfl-examples-d2

Re: The Current Status of DQt

2014-05-07 Thread FrankLike via Digitalmars-d
Sweet, as I see it works and there's plenty of documentation about swt. Not much can beat a 2.6MB standalone application with a 2mb footprint! I test on windows 7,it's size is 2829k,with a 2836k footprint. But DFL's is 778k with a 2724k. example:github.com/SeijiFujita/dfl-examples-d2 Fr

Re: The Current Status of DQt

2014-05-07 Thread Etienne via Digitalmars-d
On 2014-05-07 3:30 PM, Jacob Carlborg wrote: On 2014-05-07 20:18, Etienne wrote: Sweet, as I see it works and there's plenty of documentation about swt. Not much can beat a 2.6MB standalone application with a 2mb footprint! It could use a dub.json file though Yeah, that's on my todo list.

Re: The Current Status of DQt

2014-05-07 Thread Etienne via Digitalmars-d
On 2014-05-07 6:22 PM, Etienne wrote: On 2014-05-07 3:30 PM, Jacob Carlborg wrote: On 2014-05-07 20:18, Etienne wrote: Sweet, as I see it works and there's plenty of documentation about swt. Not much can beat a 2.6MB standalone application with a 2mb footprint! It could use a dub.json file th

Re: The Current Status of DQt

2014-05-07 Thread Andrei Alexandrescu via Digitalmars-d
On 5/7/14, 1:02 PM, Russel Winder via Digitalmars-d wrote: On Wed, 2014-05-07 at 12:53 -0700, Andrei Alexandrescu via Digitalmars-d wrote: […] 9 AM PST. Will do tomorrow. -- Andrei So what is that in ISO 8601 time. Get with the programme… Where's that units library when you need it?

Re: The Current Status of DQt

2014-05-07 Thread Russel Winder via Digitalmars-d
On Wed, 2014-05-07 at 12:53 -0700, Andrei Alexandrescu via Digitalmars-d wrote: […] > 9 AM PST. Will do tomorrow. -- Andrei So what is that in ISO 8601 time. Get with the programme… ;-) -- Russel. = Dr Russel Winder

Re: The Current Status of DQt

2014-05-07 Thread Andrei Alexandrescu via Digitalmars-d
On 5/7/14, 12:29 PM, Gary Willoughby wrote: On Sunday, 4 May 2014 at 17:51:50 UTC, Andrei Alexandrescu wrote: On 5/4/14, 9:19 AM, Gary Willoughby wrote: On Sunday, 4 May 2014 at 14:09:38 UTC, w0rp wrote: Best of luck to you guys. I encourage as many people as possible to give writing D GUI lib

Re: The Current Status of DQt

2014-05-07 Thread Gary Willoughby via Digitalmars-d
On Tuesday, 6 May 2014 at 23:05:40 UTC, Etienne wrote: It requires a lot of tcl/tk source files (900 files) and 2 dlls, but I think a workaround can be found for them to be packed in an in-place unpacker app by compiling on top of it (I'm looking into this right now). It would be good to have a

Re: The Current Status of DQt

2014-05-07 Thread Jacob Carlborg via Digitalmars-d
On 2014-05-07 20:18, Etienne wrote: Sweet, as I see it works and there's plenty of documentation about swt. Not much can beat a 2.6MB standalone application with a 2mb footprint! It could use a dub.json file though Yeah, that's on my todo list. and the Color object gives me a memory error w

Re: The Current Status of DQt

2014-05-07 Thread Gary Willoughby via Digitalmars-d
On Sunday, 4 May 2014 at 17:51:50 UTC, Andrei Alexandrescu wrote: On 5/4/14, 9:19 AM, Gary Willoughby wrote: On Sunday, 4 May 2014 at 14:09:38 UTC, w0rp wrote: Best of luck to you guys. I encourage as many people as possible to give writing D GUI libraries a go, and perhaps we can all learn fr

Re: The Current Status of DQt

2014-05-07 Thread Etienne via Digitalmars-d
On 2014-05-07 2:40 AM, Jacob Carlborg wrote: On 07/05/14 01:05, Etienne wrote: I've just started using tkd and the memory usage is 3.4MB on windows for a Hello World. It requires a lot of tcl/tk source files (900 files) and 2 dlls, but I think a workaround can be found for them to be packed in

Re: The Current Status of DQt

2014-05-07 Thread Jacob Carlborg via Digitalmars-d
On 07/05/14 01:05, Etienne wrote: I've just started using tkd and the memory usage is 3.4MB on windows for a Hello World. It requires a lot of tcl/tk source files (900 files) and 2 dlls, but I think a workaround can be found for them to be packed in an in-place unpacker app by compiling on top

Re: The Current Status of DQt

2014-05-06 Thread Etienne via Digitalmars-d
On 2014-05-05 7:00 PM, FrankLike wrote: http://forum.dlang.org/thread/wdddgiowaidcojbrk...@forum.dlang.org Worth a reddit announcement tomorrow morning? -- Andrei TkD is nice,but the exe's Memory usage is 6.8~7M,but DFL's only 2.8~3M,and only a single file on windows 7. https://github.com/

Re: The Current Status of DQt

2014-05-05 Thread Etienne Cimon via Digitalmars-d
On 2014-05-04 09:26, w0rp wrote: Qt 4 support basically arises from what is easy to do right now. Supporting Qt 5 doesn't seem that far off. I went with Qt 4 for now because it's easier, and at this stage it's more important to work with something that can actually work and learn from that, than

Re: The Current Status of DQt

2014-05-05 Thread FrankLike via Digitalmars-d
http://forum.dlang.org/thread/wdddgiowaidcojbrk...@forum.dlang.org Worth a reddit announcement tomorrow morning? -- Andrei TkD is nice,but the exe's Memory usage is 6.8~7M,but DFL's only 2.8~3M,and only a single file on windows 7. https://github.com/Rayerd/dfl, https://github.com/FrankLIK

Re: The Current Status of DQt

2014-05-04 Thread Xavier Bigand via Digitalmars-d
Le 04/05/2014 18:19, Gary Willoughby a écrit : On Sunday, 4 May 2014 at 14:09:38 UTC, w0rp wrote: Best of luck to you guys. I encourage as many people as possible to give writing D GUI libraries a go, and perhaps we can all learn from each other. Done ;) http://forum.dlang.org/thread/wdddgiow

Re: The Current Status of DQt

2014-05-04 Thread Andrei Alexandrescu via Digitalmars-d
On 5/4/14, 9:19 AM, Gary Willoughby wrote: On Sunday, 4 May 2014 at 14:09:38 UTC, w0rp wrote: Best of luck to you guys. I encourage as many people as possible to give writing D GUI libraries a go, and perhaps we can all learn from each other. Done ;) http://forum.dlang.org/thread/wdddgiowaidc

Re: The Current Status of DQt

2014-05-04 Thread w0rp via Digitalmars-d
On Sunday, 4 May 2014 at 16:19:32 UTC, Gary Willoughby wrote: On Sunday, 4 May 2014 at 14:09:38 UTC, w0rp wrote: Best of luck to you guys. I encourage as many people as possible to give writing D GUI libraries a go, and perhaps we can all learn from each other. Done ;) http://forum.dlang.org

Re: The Current Status of DQt

2014-05-04 Thread Gary Willoughby via Digitalmars-d
On Sunday, 4 May 2014 at 14:09:38 UTC, w0rp wrote: Best of luck to you guys. I encourage as many people as possible to give writing D GUI libraries a go, and perhaps we can all learn from each other. Done ;) http://forum.dlang.org/thread/wdddgiowaidcojbrk...@forum.dlang.org

Re: The Current Status of DQt

2014-05-04 Thread w0rp via Digitalmars-d
On Sunday, 4 May 2014 at 13:32:13 UTC, Xavier Bigand wrote: With a friend we created the DQuick project cause of our major interest of the QtQuick (also called QML) part of Qt framework and also for the reason you invoke. For us phobos already aim to implement same things than QtCore, and wrapp

Re: The Current Status of DQt

2014-05-04 Thread Xavier Bigand via Digitalmars-d
Le 04/05/2014 11:21, "Marc Schütz" " a écrit : A "meta" question, not related to your specific implementation: While Qt is certainly the most powerful and comprehensive portable GUI framework, it also contains lots of code that's not related to user interfaces: strings, multi-threading support,

Re: The Current Status of DQt

2014-05-04 Thread Russel Winder via Digitalmars-d
On Sun, 2014-05-04 at 13:15 +, w0rp via Digitalmars-d wrote: […] > I'm only interested in getting the GUI parts of Qt to work. A lot > of the features of Qt exist I think because there wasn't a > reasonable portable alternative in C++ at the time. I think with > D, there are or will be bette

Re: The Current Status of DQt

2014-05-04 Thread w0rp via Digitalmars-d
On Sunday, 4 May 2014 at 13:08:38 UTC, Joseph Rushton Wakeling via A remark about your README: it lists as dependencies "A recent Qt 4 version, like Qt 4.8". I think you should be far more explicit, far earlier in the README, about exactly which Qt versions are supported. Pretty much the fir

Re: The Current Status of DQt

2014-05-04 Thread w0rp via Digitalmars-d
On Sunday, 4 May 2014 at 09:21:30 UTC, Marc Schütz wrote: A "meta" question, not related to your specific implementation: While Qt is certainly the most powerful and comprehensive portable GUI framework, it also contains lots of code that's not related to user interfaces: strings, multi-thread

Re: The Current Status of DQt

2014-05-04 Thread Joseph Rushton Wakeling via Digitalmars-d
On 03/05/14 13:00, w0rp via Digitalmars-d wrote: Hello everyone. From time to time, people ask in the newsgroup and also IRC about Qt bindings for D, so I thought it would be a good idea to give people an update on where my own bindings stand. First, if you want to take a look at my code as it st

Re: The Current Status of DQt

2014-05-04 Thread via Digitalmars-d
A "meta" question, not related to your specific implementation: While Qt is certainly the most powerful and comprehensive portable GUI framework, it also contains lots of code that's not related to user interfaces: strings, multi-threading support, file abstractions, containers, databases inte

Re: The Current Status of DQt

2014-05-03 Thread FrankLike via Digitalmars-d
I think Get experience from QML to create a D binding to Qt, that is better than binding to QML. the Go's The programming thinking is not same to the C++,and D. DQt is Working hard more, but has significant effect for D. DQt is very clear.

Re: The Current Status of DQt

2014-05-03 Thread FrankLike via Digitalmars-d
I'm intersting for DQt is better than QML.

Re: The Current Status of DQt

2014-05-03 Thread Russel Winder via Digitalmars-d
On Sat, 2014-05-03 at 11:00 +, w0rp via Digitalmars-d wrote: […] > 2. I have not yet implemented signals and slots. Two options for > this involve generating QMetaObject instances for classes, > possibly via template mixins, which do what 'moc' does for C++. A > second option is to use Qt5 f

Re: The Current Status of DQt

2014-05-03 Thread Jonathan M Davis via Digitalmars-d
On Sat, 03 May 2014 11:00:37 + w0rp via Digitalmars-d wrote: > So, I am eager to hear what people think about all of this. Does > anyone like the work that I have done, and will it be useful? > Have I committed some terrible crime against nature, for which I > must be punished? Does anyone hav