shoefiti

Timeline
Login

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

19 check-ins

2014-02-11
12:10
CC0 to Unlicense Leaf check-in: a7ddcc4db1 user: atomicules@users.noreply.github.com tags: master, trunk
2013-07-16
11:37
Create LICENSE check-in: f4b65aa806 user: atomicules@lavabit.com tags: master, trunk
2011-08-03
13:11
First tentative steps towards porting to Green Shoes

I.e. doesnt currently work. Launches a brief window
but crashes from view instantly.
Lots of things don't work and will need changing:

* Seems like widths/heights need to be changed from
percentages to decimal
* Threading doesn't seem to work. At least not mine
* Definite issues using clear{...}
* Can't use debug(), just use "puts" instead Leaf check-in: 390ac16b92 user: i5ivem@gmail.com tags: origin/green, trunk

2010-05-26
13:43
Fix README check-in: d556156e5d user: i5ivem@gmail.com tags: master, trunk
13:41
Add download instructions to README check-in: c09017e318 user: i5ivem@gmail.com tags: master, trunk
13:36
Fix image url in README check-in: 57c8eb733f user: i5ivem@gmail.com tags: master, trunk
13:33
Adding README and screenshot check-in: 8a0c949b73 user: i5ivem@gmail.com tags: master, trunk
13:02
Not working - further attempts to get Class approach working

* Can't get the message list to draw properly using this class approach.
The Shoes para, etc bits seem to get ignored. As does the @messagelist
(the whole window scrolls)
* Perhaps a class is not the best thing to use: Ideally need to flush each
time as at the moment objects just get added to it for each date that is
clicked on, but old ones aren't removed. Perhaps should use a hash or
array for potential thread sorting, etc. check-in: 1a9d98c852 user: i5ivem@gmail.com tags: master, trunk

2010-04-29
16:13
WIP! Start using Class for emails, drawing/layout broken

* Have started developing a class for the emails
* Although it still works-ish the layout is a bit broken again
such as the message list now resulting in the whole window scrolling
also message list is not being drawn properly
* Likely due to the class cuasing shoes objects to be out of scope, etc
Need to read and understand Shoes rules. check-in: c732c2af6c user: i5ivem@gmail.com tags: master, trunk

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

2010-04-07
16:12
Redraw calendar each time check-in: d43fb93b4f user: i5ivem@gmail.com tags: trunk
2010-04-06
16:16
Started making less-clever, but more usuable lists check-in: c2b66f1570 user: i5ivem@gmail.com tags: trunk
15:17
Playing about with re-using list drop downs check-in: 6475c16072 user: i5ivem@gmail.com tags: trunk
2010-04-04
22:37
Fix message pane displaying only latest message check-in: 9971bce308 user: i5ivem@gmail.com tags: trunk
2010-03-24
14:46
First attempt at UI layout, email bodies load

* Laying out application as desired, with scrolling message pane
* Message bodies are now returned, have to check for plain text messages
and mutlipart messages. check-in: 23acb16814 user: i5ivem@gmail.com tags: trunk

2010-03-23
17:25
Basics of App now working

* Not displaying message bodies because need to parse and sanitize first
* Doesn't redraw anything if you select a different month/list, etc
* I.e. very rough around the edges. check-in: cb38509564 user: i5ivem@gmail.com tags: trunk

14:28
Initial commit of app check-in: 698b55c0f7 user: i5ivem@gmail.com tags: trunk