r96 | scott | 2009-04-17 20:18:19 -0700 (Fri, 17 Apr 2009) | 1 line
r69 | scott | 2008-05-06 14:20:49 -0700 (Tue, 06 May 2008) | 4 lines
Fixed about menu and nicklist issues with quit
- quit wasn't removing users from the nicklist, fixed
- "About editor" label changed to "about"
r68 | scott | 2008-05-06 12:49:23 -0700 (Tue, 06 May 2008) | 9 lines
Various bug fixes for CuIRC...
Client is almost usable now. Fixes include:
- TextEditor input widget stays in focus at all times
- Page up and page down actually scroll the main screen (although the scroll
gets reset on incoming message).
- /msg no longer crashes client (same with /kick).
r67 | scott | 2008-05-04 15:30:03 -0700 (Sun, 04 May 2008) | 1 line
r66 | scott | 2008-05-04 11:27:23 -0700 (Sun, 04 May 2008) | 1 line
r65 | scott | 2008-05-03 23:10:55 -0700 (Sat, 03 May 2008) | 9 lines
Finally, after hours and hours of futzing with it, I think I got
Curses::UI::POE reasonably refactored.
There is a bunch of commented out code that looks like it can be jettisoned,
and I can't seem to find out the purpose of this "callbackmodalfocus" override,
it seems nothing of this nature exists in Curses::UI.
Fixed the tests, whoot.
r64 | scott | 2008-05-03 17:32:00 -0700 (Sat, 03 May 2008) | 21 lines
''Updated Tests and Major Refactor''
This has been a major refactoring of Curses::UI::POE to make it a lot more
palpable and easier to understand. I've fallen out of love with programming in
a big hash-ref.
- Fixes
-
- Migrated to a object-states and a more OO approach.
- Cleaned up the handling of modality so as to not be so dependent upon odd
hash references, and the like.
- Extended session interaction to allow Curses::UI::POE constructor to take
more POE::Session options, including:
- package_states
- object_states
- options
- args
- Updated tests so they're compatible with latest Curses::UI version...should
probably remove language tests.
- Updated session test so it does full regression to ensure session
integration works.
- Bumped version to 0.03
r13 | scottmc | 2006-04-04 23:52:04 -0700 (Tue, 04 Apr 2006) | 3 lines
''Added old perl modules''
'''Starting to think maybe I should structure the new repository differently'''