It's time to release 0.9.5

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Nikolay
Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: It's time to release 0.9.5

Post by Nikolay »

All translation files has been updated. svn 721.
Thanks.
Vadim
Super User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: It's time to release 0.9.5

Post by Vadim »

So, revision 721 is 0.9.5 final :-)
https://moneymanagerex.svn.sourceforge. ... ases/0.9.5
Now we should build mmex for different OS and upload binaries on sourceforge.

I built Ansi and Unicode setups for Windows, but I don't know how to upload them to sourceforge (or I don't have rights to do that).
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Re: It's time to release 0.9.5

Post by madhan »

Binaries will be hosted here at codelathe.com site, please send me the binaries after building directly to me. I will update the new release in the site.
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Re: It's time to release 0.9.5

Post by madhan »

Release is going up. Windows is done. Mac PPC is done. I need Intel and builds for Linux.
elliswr
Super User
Posts: 102
Joined: Tue May 05, 2009 8:21 am
Are you a spam bot?: No
Location: Granbury, TX

Re: It's time to release 0.9.5

Post by elliswr »

Intel builds will come over next couple days. I have to muck around with new targets to build from branch source again. Sorry for everyone waiting on that.
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Re: It's time to release 0.9.5

Post by madhan »

ok No problem. I won't send out the release announcement till we get the Linux and Mac builds up.
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Re: It's time to release 0.9.5

Post by madhan »

Please note, there can be no more checkins into 0.9.5. We have already built the binaries.
Nikolay
Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: It's time to release 0.9.5

Post by Nikolay »

Hi Madhan,

For my oppinion we should fix bugs then recreate binaries.
Stupid bug: http://www.codelathe.com/forum/viewtopic.php?f=5&t=714

Regards
Nikolay
Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: It's time to release 0.9.5

Post by Nikolay »

And one more problem:
http://www.codelathe.com/forum/viewtopic.php?f=5&t=715

PS The problem is actual for 0.9.6.0 (trunc) too.
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Re: It's time to release 0.9.5

Post by madhan »

Nikolay, it appears these bugs were found after we released to 0.9.5. I think I am going to rollback to 0.9.4.2 till we resolve these issues.

Is someone planning to work on them?
elliswr
Super User
Posts: 102
Joined: Tue May 05, 2009 8:21 am
Are you a spam bot?: No
Location: Granbury, TX

Re: It's time to release 0.9.5

Post by elliswr »

This bug bug: viewtopic.php?f=5&t=714
I cannot recreate on Mac, but this may be due to me changing the control from wxStaticBitmap to wxBitmapButton because the wxStaticBitmap did not show up at all on Mac. So I'll change it back to wxStaticBitmap and continue to play with the code to see if I can get it to work on wxMac.
Vadim
Super User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: It's time to release 0.9.5

Post by Vadim »

I've fixed both bugs (http://www.codelathe.com/forum/viewtopic.php?f=5&t=714, http://www.codelathe.com/forum/viewtopic.php?f=5&t=715). So, I can build setups for Windows again. This release will be marked as 0.9.5.1. The real critical fix done for popup menu. We should publish 0.9.5.1. immediately.
elliswr
Super User
Posts: 102
Joined: Tue May 05, 2009 8:21 am
Are you a spam bot?: No
Location: Granbury, TX

Re: It's time to release 0.9.5

Post by elliswr »

Quick turnaround on those fixes, but this re-breaks the led on Mac, and wxstaticbitmaps still do not show (where as the wxbitmapbuttons did), so I don't guess we will address this for 0.9.5, I'll add it to the roadmap for 0.9.6
Vadim
Super User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: It's time to release 0.9.5

Post by Vadim »

I understand that my "fixed" means reverted changes. Apply these changes to trunk later and try do not change control's type if it's possible.
omalleypat
Super User
Posts: 112
Joined: Tue Jul 28, 2009 10:34 pm
Are you a spam bot?: No
Location: Atchison, KS

Re: It's time to release 0.9.5

Post by omalleypat »

Two questions...

Were the changes to wxLED actually necessary? It seems from the descriptions of the problems that the change to wxLED should not have any effect. Vadim, can you reinstate those changes to check (I don't have windows either) so we can have the LED working correctly.

Secondly, I think that this whole problem of the viewing transactions control would be solved if we went to a wxListBox instead of the rightarrow button and creating a menu on click. It mimics the behavior of a listbox anyway when you click on it, is there any good reason why it is not a listbox to begin with? This should get rid of the problem once and for all and we could have it working on both systems in this release.
Vadim
Super User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: It's time to release 0.9.5

Post by Vadim »

If we continue to modify branch code, we do not release 0.9.5 even in next year.
P.S. Do not commit unrelated changes in single svn transaction next time. The rule is "one change - one commit".
omalleypat
Super User
Posts: 112
Joined: Tue Jul 28, 2009 10:34 pm
Are you a spam bot?: No
Location: Atchison, KS

Re: It's time to release 0.9.5

Post by omalleypat »

Ok, lets hold off on the menu, but the LED check should take less than five minutes...can you look at that one?
Vadim
Super User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: It's time to release 0.9.5

Post by Vadim »

omalleypat wrote:Ok, lets hold off on the menu, but the LED check should take less than five minutes...can you look at that one?
I am not an author of these changes, so I don't know what are you talking about. I checked my r730 and didn't see LED in reverted changes. r649 has "Fixed Stock Dialog LED on Mac" but this code remains in branch.
omalleypat
Super User
Posts: 112
Joined: Tue Jul 28, 2009 10:34 pm
Are you a spam bot?: No
Location: Atchison, KS

Re: It's time to release 0.9.5

Post by omalleypat »

Oops, I see...I saw a note in the svn email that the LED was changed, but that was in trunk, not the branch. Sorry about that. I just compiled the branch code and the LED works fine on mac. We can sort out trunk later.
elliswr
Super User
Posts: 102
Joined: Tue May 05, 2009 8:21 am
Are you a spam bot?: No
Location: Granbury, TX

Re: It's time to release 0.9.5

Post by elliswr »

I must have compiled the wrong target this morning. Sorry about that. So branch is good to go now right? The right arrow button is fixed and we are ready to build new binaries?
Vadim
Super User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: It's time to release 0.9.5

Post by Vadim »

Yes, this bug has fixed. I will build binaries for Win just now, and send ones to Madhan. And you build binaries for Mac. I hope new critical bugs will not be reported for 0.9.5.1 :-)

The 0.9.5.1 final revision is 735. I will make a tags\release\0.9.5.1 in svn when Madhan publish new release.
Nikolay
Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: It's time to release 0.9.5

Post by Nikolay »

It is advisable not to forget the new translations.
madhan
Site Admin
Posts: 99
Joined: Sun Nov 30, 2008 8:06 pm

Re: It's time to release 0.9.5

Post by madhan »

New 0.9.5.1 release is up for windows.
Please note that I will be traveling out of the country and will not have internet access from Sunday till Wednesday. If you want new builds to be put up, please send it by tomm.
elliswr
Super User
Posts: 102
Joined: Tue May 05, 2009 8:21 am
Are you a spam bot?: No
Location: Granbury, TX

Re: It's time to release 0.9.5

Post by elliswr »

Madhan,
I just sent you the last of the Mac binaries.
Nikolay
Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: It's time to release 0.9.5

Post by Nikolay »

Hi guys,

The binaries should have MD5 sum to awoid case is like this:
mrgingles wrote:
Hi Nikolay,
did you do any changes to the program after my post?
I have just redownloaded the program this morning (few minutes ago) and everithing has worked fine, without deleting the file mmexini.db3.

Thanks ^^
http://www.codelathe.com/forum/posting. ... f=5&p=1895
Post Reply