Poll: Do you like EasyList?
Poll Options
Do you like EasyList?

Reply
Thread Tools
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#31
Originally Posted by Berserk View Post
I've made the mistake once to vote without looking at QA (didn't know about it), so I won't do that again
For convenience for other users, here is the list:
http://wiki.maemo.org/Extras-testing...t#QA_checklist

I will have a look at testing when time allows it
Thanks for that information. I've put that link in the OP as well so people won't forget to use the checklist before voting for the app.
__________________
Please give or donate your 2 cents to help me keep on going.
 
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#32
Originally Posted by Willem Liu View Post
Thanks for that information. I've put that link in the OP as well so people won't forget to use the checklist before voting for the app.
Nice! but the link is wrong now
Please use "Copy link location", you've copied the link-text now
__________________
Wallpaeper - Desktop background manager (in Extras!)
Config Reader - Export all Gconf to an HTML file + compare feature (Extras-testing)
Even though these programs are available for free, I would appreciate any donations
 
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#33
Originally Posted by Berserk View Post
Nice! but the link is wrong now
Please use "Copy link location", you've copied the link-text now
Oops! Fixed it now :P
__________________
Please give or donate your 2 cents to help me keep on going.
 
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#34
I'm going through the QA testing now and found a small bug:
(it won't prevent a thumbs up vote, since it's a small bug)

When "Sort A-Z" is enabled, uppercase comes before lowercase, while it shouldn't make a diffference. Maybe "Qt::CaseInsensitive" will solve it
Also, I had 1, 2, 10 and 20 in the list.
The were shown in this order:
1
10
2
20
Not a big issue, but it might be better to make it count as normal. That seems quite hard to accomplish to me
__________________
Wallpaeper - Desktop background manager (in Extras!)
Config Reader - Export all Gconf to an HTML file + compare feature (Extras-testing)
Even though these programs are available for free, I would appreciate any donations
 

The Following User Says Thank You to Berserk For This Useful Post:
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#35
Originally Posted by Berserk View Post
I'm going through the QA testing now and found a small bug:
(it won't prevent a thumbs up vote, since it's a small bug)

When "Sort A-Z" is enabled, uppercase comes before lowercase, while it shouldn't make a diffference. Maybe "Qt::CaseInsensitive" will solve it
Also, I had 1, 2, 10 and 20 in the list.
The were shown in this order:
1
10
2
20
Not a big issue, but it might be better to make it count as normal. That seems quite hard to accomplish to me
The case sensitive thing is a good one. I haven't thought about it. The number thing is something I did think about and thought it would have to be as it is, maybe I can come up with something along the way, but for now I can't see an easy solution for it.
__________________
Please give or donate your 2 cents to help me keep on going.
 
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#36
There is a new version in Extras-Develop:

0.3.10
  • Alphabetical sorting now ignores case.
  • Checked items now have grey text instead of white and are striked through.

Just uploaded so might still be hot :P Also it might take a while before the autobuilder has imported the sources.

Still waiting for 0.3.8 to hit Extras.

Package page (for Karma voting):
http://maemo.org/packages/package_in...asylist/0.3.8/

But don't forget to follow the Quality Assurance checklist here
__________________
Please give or donate your 2 cents to help me keep on going.
 
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#37
Fresh from the oven, nice
Thanks for the update and new feature!

I did notice some trouble with your changelog.
In every changelog, all the previous changelogs have to be included, under the new one. You can take my changelog for reference:
http://repository.maemo.org/extras-t...r_0.4.2.tar.gz
__________________
Wallpaeper - Desktop background manager (in Extras!)
Config Reader - Export all Gconf to an HTML file + compare feature (Extras-testing)
Even though these programs are available for free, I would appreciate any donations
 

The Following User Says Thank You to Berserk For This Useful Post:
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#38
Originally Posted by Berserk View Post
Fresh from the oven, nice
Thanks for the update and new feature!

I did notice some trouble with your changelog.
In every changelog, all the previous changelogs have to be included, under the new one. You can take my changelog for reference:
http://repository.maemo.org/extras-t...r_0.4.2.tar.gz
Thanks for your example. From now on I will include previous changes in the changelog as well.
I was somehow under the impression that the repository would keep track of all of them automatically, because QtCreator would clear the changelog with every version number increment.
But I'll include all previous logs from now on.
__________________
Please give or donate your 2 cents to help me keep on going.
 
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#39
I didn't understand it first either, I was completely new to Debian packaging
But when you make the changelog that way, it should show up properly on the package page I see a few initial releases now
__________________
Wallpaeper - Desktop background manager (in Extras!)
Config Reader - Export all Gconf to an HTML file + compare feature (Extras-testing)
Even though these programs are available for free, I would appreciate any donations
 
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#40
There is a new version in Extras-Develop now. Last night I've made versions 0.3.11 and 0.3.12 which followed soon afterwards, because I left a bug in there.

Changelog:

easylist (0.3.12) unstable; urgency=low
* Fixed sorting problem.

easylist (0.3.11) unstable; urgency=low
* Fixed Sort A-Z bug. Caused list to disappear when turned on with option "Checked To Bottom" turned off.

easylist (0.3.10) unstable; urgency=low
* Alphabetical sorting now ignores case.
* Checked items now have grey text instead of white and are striked through.

easylist (0.3.9) unstable; urgency=low
* Alphabetical sorting now possible.
* Label "Checked bottom" changed to "Checked to bottom".
* Automatic display orientation detection now possible.

easylist (0.3.8) unstable; urgency=low
* Added transition effect when switching between Edit list view and List view.
* Cleaned up source code.
* Using QStackedWidget for handling multiple views now.

easylist (0.3.5) unstable; urgency=low
* Significantly changed the source code.
* Divided in multiple classes.
* Using QStackedWidget now for the multiple views.
* Added uncheck all button.

easylist (0.3.4) unstable; urgency=low
* Now supports sorting checked items to bottom of the list.
__________________
Please give or donate your 2 cents to help me keep on going.
 
Reply

Tags
shoppinglist

Thread Tools

 
Forum Jump


All times are GMT. The time now is 22:49.