FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

New Update Schedule

 
Post new topic   Reply to topic     Forum Index -> DFL
View previous topic :: View next topic  
Author Message
Chris Miller



Joined: 27 Mar 2004
Posts: 514
Location: The Internet

PostPosted: Wed Apr 21, 2010 1:22 pm    Post subject: New Update Schedule Reply with quote

Hello D world. Starting in May DFL will have monthly maintenance releases. This will include updates for new compiler and Tango releases, and bug fixes.

First up in May will probably include the following:
- Updating support for current compiler versions; Phobos (D1 and D2) and Tango.
- Dropping compatibility for older compilers and libraries.
- Updating the installer; potentially dropping Tango support (installer only).
- Updating the main DFL page; point to the current monthly package.

Please let me know any thoughts you might have about DFL or Entice. I don't have plans yet about updating Entice, but I intend on keeping it alive.

Updates including new features will also be accepted from the community and reviewed for inclusion, and possibly giving svn access.
Back to top
View user's profile Send private message
rko



Joined: 24 May 2006
Posts: 12

PostPosted: Thu Apr 22, 2010 7:56 am    Post subject: new version Reply with quote

thank you in advance - but can't it be earlier?javascript:emoticon('Razz')
________
Ferrari Modulo specifications


Last edited by rko on Sun Feb 06, 2011 9:46 pm; edited 1 time in total
Back to top
View user's profile Send private message
HeiHon



Joined: 09 Aug 2008
Posts: 10

PostPosted: Sat Apr 24, 2010 5:24 am    Post subject: Reply with quote

Yeah! Good news. Big thanks. I particularly look forward to using DFL with current D1 and current Tango. Entice just works nicely for me.

Edit:

I just saw the new DFL-r84 Very Happy

I tested it with dmd-1.060 and Tango-r5460 and at least my test apps work!

Thanks again.


Last edited by HeiHon on Wed May 12, 2010 12:40 pm; edited 1 time in total
Back to top
View user's profile Send private message
hotzenplotz



Joined: 25 Mar 2006
Posts: 15

PostPosted: Tue Apr 27, 2010 3:11 pm    Post subject: Reply with quote

Hi Chris! Nice to see you give not up;) I hope you work on the port for unix/linux/BSD too...
Back to top
View user's profile Send private message
sandford



Joined: 16 Jan 2007
Posts: 3

PostPosted: Mon May 03, 2010 8:01 am    Post subject: Reply with quote

Hi Chris. Glad to see that regular updates are coming, though I'm a little sad not to see any of my patches/support updates get in. Unfortunately, my project does rely on my extended version of Treeview, so I won't be testing/using this immediately. I'll try and get an updated patch done shortly.
Take care,
-Robert
Back to top
View user's profile Send private message
Chris Miller



Joined: 27 Mar 2004
Posts: 514
Location: The Internet

PostPosted: Sun May 09, 2010 2:01 am    Post subject: Reply with quote

Hi sandford, I appreciate your help. I can't directly accept changes only for D2 because it might not be compatible with D1, but I do look to it when making my changes, so it does help. Thanks.

As to your extensions to treeview, I wonder if the below example will do what you want, without needing the extension:
Code:
   private void tv_afterLabelEdit(Object sender, NodeLabelEditEventArgs ea)
   {
      if(ea.label.length < 5) // Example requirement.
      {
         // Fix this tree node for the user.
         ea.cancelEdit = true;
         ea.node.text = "Better label";
      }
   }
Back to top
View user's profile Send private message
Phrozen



Joined: 07 Aug 2007
Posts: 8

PostPosted: Wed May 12, 2010 6:22 pm    Post subject: Reply with quote

Excellent news!!! I've been wanting to use DFL again for some time. I keep up with tango and d1 current releases and it's been a long time since I used DFL for that reason.

All tango examples compile and work correctly with latest tango 0.99.9 binary release (with dmd 1.056) and dsss 0.78, except for dirlistview.d (some tango deprecated issues nothing big). I'm using latest DFL trunk (r84 at the moment).

I love to see this updates coming! I would suggest/love some dsss config files for building the library if posible. Anyway thanx for the great news.

About Entice I would love to see it coming along with current releases of DFl, I used to work with them a lot.
Back to top
View user's profile Send private message
Chris Miller



Joined: 27 Mar 2004
Posts: 514
Location: The Internet

PostPosted: Mon May 17, 2010 12:13 am    Post subject: New Snapshot dfl-20100516 Reply with quote

A new snapshot with an installer is up:
http://wiki.dprogramming.com/Dfl/Snapshots

This includes support for Tango 0.99.9 but not including dfl.socket because Tango's socket was changed to a struct.

I'm considering removing dfl.socket and making it an addon. Any thoughts on this?
Back to top
View user's profile Send private message
HateWork



Joined: 20 Oct 2007
Posts: 13

PostPosted: Thu Sep 02, 2010 12:27 am    Post subject: Reply with quote

Chris,

Any thread or wishlist for suggestions?
A bin paste (http://paste.dprogramming.com/ perhaps) for user suggested code?
Back to top
View user's profile Send private message
Lectus



Joined: 02 Dec 2006
Posts: 1

PostPosted: Mon Jan 07, 2013 7:27 pm    Post subject: Is it still being developed? Reply with quote

Hi!
DFL is a nice library.
But I don't see many updates anymore. (or maybe I'm looking at the wrong place)
Is it still being developed?

Thanks
Back to top
View user's profile Send private message
jcc7



Joined: 22 Feb 2004
Posts: 657
Location: Muskogee, OK, USA

PostPosted: Sun Sep 07, 2014 7:06 pm    Post subject: Re: Is it still being developed? Reply with quote

Lectus wrote:
Is it still being developed?
It looks like someone has been working on a D2 version at: https://github.com/Rayerd/dfl
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> DFL All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group