shoefiti

Check-in [9bb433e5de]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:One list_box and calendar nav as per website (WIP!)

* Mainly due to the bug in the MinGW version of Shoes, which only
allows one list_box, I've moved to having one list_box for list
selection. The most recent year and month are fetched and the
calendar drawn for that.
* Use forward and back buttons, as per the Librelist website to
move the calendar forward and back.
* Work in progress!

Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9bb433e5de4a63ac26f14ff63f775bb01d5e773fcdecbfad2af17e2d8caf3dd9
User & Date: i5ivem@gmail.com 2010-04-22 15:52:51.000
Context
2010-04-23
13:50
Fix layout again Leaf check-in: 87dd659f52 user: i5ivem@gmail.com tags: trunk, v0.0.1
2010-04-22
15:52
One list_box and calendar nav as per website (WIP!)

* Mainly due to the bug in the MinGW version of Shoes, which only
allows one list_box, I've moved to having one list_box for list
selection. The most recent year and month are fetched and the
calendar drawn for that.
* Use forward and back buttons, as per the Librelist website to
move the calendar forward and back.
* Work in progress! check-in: 9bb433e5de user: i5ivem@gmail.com tags: trunk

2010-04-15
15:59
Fix rendering of mailpane when new calendar

* Removed commented out old code
* Hide calendar when selecting a new list or year
* Show calendar when selecting month
* Remove drawmailpane function from month listbox block
as don't need a new mailpane each time, just need to clear and
redraw. This was causing a scrollbar to appear in main window and
odd display glitches
* Replace with @messagelist.clear in the calendar function and just
one drawmailpane call at app initialisation
* Still room for improvement check-in: fb0c7e5ad8 user: i5ivem@gmail.com tags: trunk

Changes
Unified Diff Side-by-Side Diff Patch
Changes to shoefiti.rb.