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
2eb3f1f202
turned variables private, since I was crashing with the function names
15 years ago
Julio Biason
dc4e13796d
trying to make a smarter statusbar
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
35be91a92e
Timeout doesn't exist in Python 2.5, so we wrap it around a try/catch
...
and, in case of exception, we call it without the parameter.
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
10b2fe6926
UpdateBox emits a signal when the textarea gets focus, so we can disable
...
the message actions.
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
fcfade8b62
Shorter elapsed time messages (also, don't show seconds, since it tends
...
to keep changing all the time, but only when the user interacts with
mitter, which is kinda weird sometimes.)
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
069908f96d
Call the function instead of adding it (stupid lambdas); proper use of
...
N_.
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
d578e228ff
Cleanup to use gettext.
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
7275ea9b0b
Still trying to improve this debug message, 'cause catching unexpected
...
things is quite hard at this point.
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
Julio Biason
cea7dcce0c
Better log message.
15 years ago
Julio Biason
589fb940ed
replies receive a NetworkUser object, so it may be easier to change in in the future
15 years ago
Julio Biason
072f4c86b7
Updates are going now.
15 years ago
Julio Biason
c1587c3ceb
Closing the updatebox works.
15 years ago
Julio Biason
4133f83c4c
Unnecessary line break is unnecessary (and makes code harder to read)
15 years ago
Julio Biason
7ad74aa714
Moved threading classes to their own file, to reduce clutter in the main
...
pygtk file; created a update_box object too, to make it easier to set
the avatar and other things.
15 years ago
Julio Biason
177f6fd718
pep8 fixes
15 years ago
Julio Biason
0ab61b12e2
Uses into to avoid "0 minutes"
15 years ago
Julio Biason
697fcb4756
removed references to python2.5; now it's 'env python'
15 years ago
Julio Biason
32f26f20d0
PEP8 fixed
15 years ago
Julio Biason
bed1415bff
Images are related to the UI, not a general thing.
16 years ago
Julio Biason
6831e0ca36
Need to import the exception
16 years ago
Julio Biason
46bb00498a
Reweet command
16 years ago
Julio Biason
b7b3c334a2
"thread" is now available to all interfaces; Zork now can show threads
16 years ago
Julio Biason
da3b37f593
Need the __init__
16 years ago
Julio Biason
0f8c64163c
Only interfaces inside "ui"
16 years ago
Julio Biason
a494753038
Big mess ahead
16 years ago