Julio Biason
618086eb3d
Python 2.5 don't have 'setter' decoration, so we change this to property()
15 years ago
Julio Biason
03bfa103f1
changed the function signature to be used by PyGTK
15 years ago
Julio Biason
aa1ac95e57
using the (user|group|tag)_regexp
15 years ago
Julio Biason
f399e3398d
underline links, so they can be seen no matter the color
15 years ago
Julio Biason
6d290a44ac
Don't clip the avatars.
15 years ago
Julio Biason
b5b35a734c
Do casts due the enabling of Warnings as Exceptions.
15 years ago
Julio Biason
3ed7bd1414
PEP8'd and Pyflake'd
15 years ago
Julio Biason
6b5701f10a
Add grid and iterator in the selected message, so it's easier to track
...
those messages back; delete action uses the grid and iterator to remove
the message from the grid when the operation completes successfully;
the network layer will take care of the favorite status, which will be
returned after the call (in case of error, an exception should be
raised.)
15 years ago
Julio Biason
7f23cc447e
Quick fix mode is prone to failures.
15 years ago
Julio Biason
41340e8009
Added a "selected" property with the selected message; changed the
...
signatures for mark_all_read and clear_posts, since they are not
triggered from widgets anymore.
15 years ago
Julio Biason
66b647af69
Removed a bunch of annoying logs.
15 years ago
Julio Biason
dfbc09c041
Added a 'message-changed' signal, so grids can signal when the user
...
selects another message.
15 years ago
Julio Biason
ee30e44468
Plugging the 'count-changed' signal.
15 years ago
Julio Biason
e2c2379191
More american spelling; added an avatar cache to be shared between all
...
the grids. Messages are displayed properly now (although the interface
doesn't respond properly when messages are selected.)
15 years ago
Julio Biason
49ac5af90f
proper freeze/thaw functions (mistyped them before); timesince is needed
...
here; allow queuing redraws from outside.
15 years ago
Julio Biason
e53d5dae06
moved public functions to the bottom of the file, to make them easier to
...
find. Probably needs big comments to show them more properly.
15 years ago
Julio Biason
0cb152a2d9
Grids are now their own object. This should make things easier (although
...
code is a complete mess at this point.)
15 years ago