View previous topic :: View next topic |
Author |
Message |
Chris Miller
Joined: 27 Mar 2004 Posts: 514 Location: The Internet
|
Posted: Wed Apr 21, 2010 1:22 pm Post subject: New Update Schedule |
|
|
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 |
|
|
rko
Joined: 24 May 2006 Posts: 12
|
Posted: Thu Apr 22, 2010 7:56 am Post subject: new version |
|
|
thank you in advance - but can't it be earlier?javascript:emoticon('')
________
Ferrari Modulo specifications
Last edited by rko on Sun Feb 06, 2011 9:46 pm; edited 1 time in total |
|
Back to top |
|
|
HeiHon
Joined: 09 Aug 2008 Posts: 10
|
Posted: Sat Apr 24, 2010 5:24 am Post subject: |
|
|
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
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 |
|
|
hotzenplotz
Joined: 25 Mar 2006 Posts: 15
|
Posted: Tue Apr 27, 2010 3:11 pm Post subject: |
|
|
Hi Chris! Nice to see you give not up;) I hope you work on the port for unix/linux/BSD too... |
|
Back to top |
|
|
sandford
Joined: 16 Jan 2007 Posts: 3
|
Posted: Mon May 03, 2010 8:01 am Post subject: |
|
|
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 |
|
|
Chris Miller
Joined: 27 Mar 2004 Posts: 514 Location: The Internet
|
Posted: Sun May 09, 2010 2:01 am Post subject: |
|
|
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 |
|
|
Phrozen
Joined: 07 Aug 2007 Posts: 8
|
Posted: Wed May 12, 2010 6:22 pm Post subject: |
|
|
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 |
|
|
Chris Miller
Joined: 27 Mar 2004 Posts: 514 Location: The Internet
|
|
Back to top |
|
|
HateWork
Joined: 20 Oct 2007 Posts: 13
|
Posted: Thu Sep 02, 2010 12:27 am Post subject: |
|
|
Chris,
Any thread or wishlist for suggestions?
A bin paste (http://paste.dprogramming.com/ perhaps) for user suggested code? |
|
Back to top |
|
|
Lectus
Joined: 02 Dec 2006 Posts: 1
|
Posted: Mon Jan 07, 2013 7:27 pm Post subject: Is it still being developed? |
|
|
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 |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Sun Sep 07, 2014 7:06 pm Post subject: Re: Is it still being developed? |
|
|
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 |
|
|
|