View Single Post
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#1
Written in C++ using the Qt Framework.

EasyList is a very simple task/shopping list app. You can enter plain text where every newline results in a new list item. The list item is a checkbox. The list is saved and also which items are checked.
You can also clear all checked items from the list.
You can uncheck all checked items easily.
You can sort checked items to the bottom.
You can sort checked items from A-Z.
You can sort checked items from A-Z and have the checked items sorted to the bottom.
Auto orientation is implemented.
Orientation is automatically set to landscape when keyboard is slide open.
From version 0.3.15 EasyList also supports multiple lists.

From version 0.3.24 EasyList supports a Sync functionality. The sync functionality syncs with a web interface which is setup in EasyList by default so you don't have to do anything for this:
http://www.willemliu.nl/qt/maemo/easylist/getList.php
To have a more managable URL you can now also set it to:
http://easylist.willemliu.nl/getList.php


In order to maintain your own remote list you need to sign up here:
http://easylist.willemliu.nl/
The credentials for your account needs to be set under the Settings window in EasyList. And after that you can use the Sync button in EasyList to sync with this remote list.
Syncing might take up to a few seconds, depending on the socket state of your internet connection. The socket can be in some kind of power saving state from which it needs to wake up. This could take several seconds.

You can find the project page here:
https://garage.maemo.org/projects/easylist/

EasyList PHP website:
The PHP code is now attached in the zip file. The ZIP file includes all the PHP files and a SQL file which creates two empty tables: lists and users.

I hope you find it useful.
Attached Images
    
Attached Files
File Type: zip easylist.zip (19.8 KB, 273 views)
__________________
Please give or donate your 2 cents to help me keep on going.

Last edited by Willem Liu; 2012-01-19 at 20:41.