Association Subscribers Manager and Open source stuffs

To content | To menu | To search

Tuesday 9 March 2010

Association Subscribers Manager under Sourceforge's lights

Hi,

A bit after the Association Subscribers Manager v3.1 release, I was contacted by Lee Schlesinger from Sourceforge.net for an interview about Association Subscribers Manager. The result of this interview is available here:

http://sourceforge.net/blog/along-comes-association-subscribers-manager/

You can learn some fresh things about the futur of Association Subscribers Manager. Speaking of that, I currently have a very interesting conversation with a French association (I'll put the link in the comment after asking for the permission) and the person I'm talking with have lots of good ideas that will be implemented in the next release (mostly because I should have had those ideas before the release).

Enjoy !

Arnaud Dupuis

Tuesday 23 February 2010

Association Subscribers Manager v3.1 is out !

I am very pleased to announce the immediate availability of Association Subscribers Manager 3.1 !
This one is a major bugfixe version and feature improvement of Association Subscribers Manager.
I want to particularly thanks all testers for their feedback and welcome a new member in the team : Márcio Moraes.
You can download packages and installer at :
You can report bugs and ask for new features at:
You can also visit the website for more information :
Here is a list of the main changes :
Association Subscribers Manager version 3.1
 - add theme feature
 - add custom fields feature
 - add more compilation macros to help packagers
 - huge settings system code rewrite to make it simplier
 - GUI changes to reflect settings update
 - fix a bug wich was refreshing the edit fields and the main list view many times, causing the keyboard cursor to be sent at the end of an edit line at each typed characters
 - fix a character encoding problem in mail sending
 - fix and improve the updater/download manager
Association Subscribers Manager is available as a source package (GNU/Linux, Mac OS X, BSD*, Windows, require a compiler), binary package for Linux and windows installer.
Enjoy !
NOTE: more packages are to come in the upcoming hours/days.

Tuesday 9 February 2010

Association Subscribers Manager v3.1 new release date

  Hi,

after a look at the auto-updater issue, I found out that the problem is deeper than I first thought. Mainly built on the QHttp class, this updater's architecture is old and poorly done. I will re-code it before releasing anything.

So the new (estimated) release date is the 22th of February. This date is a maximum and I could release it before if the work is finished and tested earlier.

Arnaud Dupuis

Monday 8 February 2010

Association Subscribers Manager v3.1 release delayed

Hi,

Due to issues in the auto-updater, the release of Association Subscribers Manager is delayed at least until tomorrow. Stay tuned for more informations.

Arnaud Dupuis

Friday 29 January 2010

New feature in 3.1: splitted user settings

Hi,

Today I will continue to unveil Association Subscribers Manager new features. Actually it is not really a new feature, it is more an improvement.

Anyway, settings was sure a hard part in previous version of Association Subscribers Manager, until now ! Started with the 3.1 version, ladies and gentlemen, behold the new simplicity of the settings system ! Basically settings have been splitted in two : association settings and application ones. They are both accessible through the toolbar.

The idea is to make users life more simple by presenting only relevant informations. What I mean is : when you want to add a new activity with new fees, you do not really care about the locales of the application. So even if the amount of options have not decrease (actually, with custom fields, it increased) the settings system is more easy to use. Mainly because there is now only 3 or 4 tabs of settings instead of 8 !

That is certainly not the killing feature of the 3.1 version of Association Subscribers Manager but it sure will make life easier for many people. Here is some screenshots of the new settings organisation :

Application settings:

(please note that in those screenshots Association Subscribers Manager was not compiled with the updater support so the "Updates" tab is missing).

Association settings:


Enjoy !

Arnaud Dupuis

Monday 25 January 2010

Association Subscribers Manager v3.1 BETA1 released

Hi,

The first beta version of Association Subscribers Manager version 3.1 have just been released ! Has usual, you can find files and bug tracker/feature requests tracker at :

You can download packages and installer at :
https://sourceforge.net/projects/assuma/files/

You can report bugs and ask for new features at:
http://sourceforge.net/tracker/?group_id=211536

This version features many changes and the most important are:

  • add theme feature
  • add custom fields feature
  • add more compilation macros to help packagers
  • huge settings system code rewrite to make it simpler
  • GUI changes to reflect settings update
  • many bugfixes
I would like to use this release announcement to welcome and thanks Márcio Moraes for his work on the Brazilian Portuguese translation. He is the new official maintainer of this translation. Welcome aboard matey !

For the moment only the source packages is available, windows and GNU/Linux installers will comes later. As usual, this beta version's translation and documentation are not up-to-date, they will be in the stable release 2 weeks from now.

Enjoy !

Arnaud Dupuis & the Association Subscribers Manager team.

Sunday 24 January 2010

New feature in 3.1: Custom fields

Hi,

First of all, happy birthday blog ! This is the 100th post of this blog ! Woohoo ! Ok then if it's a birthday I have to come with something big and nice... Let's say custom fields in Association Subscribers Manager !

The first beta version of Association Subscribers Manager v3.1 will be out in few hours and will have a long requested feature : custom fields. The principle is that there is a bunch of pre-defined fields in Association Subscribers Manager and they cover a large scale of classical associations/clubs needs, but they certainly cannot covers for all the needs of every users. So for this users, it is now possible to add user defined fields and to use them like any other fields in Association Subscribers Manager.

Custom fields can be of many types:

  • "One line text" : create a one line input field (based on a QLineEdit)
  • "Multiple line text" : create a multiple line input field (based on a QTextEdit)
  • "Date selector" : create a date input field with popup calendar (based on a QDateEdit)
  • "Ok/Not ok combobox" : create a yes/no combo box with editable label (based on QComboBox)
  • "Multiple value selector" : create a free combo box with customizable items (also based on a QComboBox)
  • "Fee field" : create a fee input field, fee being a floating point number (based on a QDoubleSpinBox)
All those fields are 100% customizable and can be used (after an application restart) directly in the subscriber's edition part of Association Subscribers Manager. You can also follow everyday news through Twitter.

Check this video for an introduction:

Until the official release of Association Subscribers Manager, I will feed you with videos and screenshots of the new features of the 3.1 version.

Arnaud Dupuis