Julio Biason
f399e3398d
underline links, so they can be seen no matter the color
15 years ago
Julio Biason
512ff3b3dd
fixed the way we work with volatile messages when updating status
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
de0e77fd47
Refresh in any case; the user could have changed the refresh interval.
15 years ago
Julio Biason
d23eb9834f
Changed the way the system behaves when there are no networks set up;
...
re-arranged the settings window to show networks first, so the user can
understand that she/he needs to add something.
15 years ago
Julio Biason
dc87c2105f
I removed the parenthesis in the last commit and forgot to add them back
...
in the resulting string.
15 years ago
Julio Biason
b5b35a734c
Do casts due the enabling of Warnings as Exceptions.
15 years ago
Julio Biason
755065359c
Enable warnings as errors; show exception messages.
15 years ago
Julio Biason
0c734eec45
Removed really silly code.
15 years ago
Julio Biason
604387c5fd
Refresh action is disabled when getting new messages.
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
918a23afc2
Show the time for the next update.
15 years ago
Julio Biason
86e9a38188
Recheck actions when the updatebox closes.
15 years ago
Julio Biason
3ed7bd1414
PEP8'd and Pyflake'd
15 years ago
Julio Biason
2247300cd6
Do not change the statusicon if we don't have a status icon
15 years ago
Julio Biason
4520e26bc5
Re-enable the update action after a failed update.
15 years ago
Julio Biason
d3458a25fb
Abort also in case of empty replies.
15 years ago
Julio Biason
12ad096374
Using a custom filter for the title, to fix the problem with ConfigOpt
...
and Mitter getting confused about formating strings.
15 years ago
Julio Biason
6168f74353
Trying to make the window title string configurable, but having issues
...
with ConfigOpt trying to save it back.
15 years ago
Julio Biason
0071b5de4b
show the number of messages and replies in the title (idea by renatux)
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
9274e12757
Status Iconc changing properly (the amount of debug messags is annoying,
...
though)
15 years ago
Julio Biason
7533abc005
Oopsies.
15 years ago
Julio Biason
74b441ed04
Removed all the _action_* variables; everything should be accessible via
...
the _action_group variable now.
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
04d937a94d
Reposting also works now.
15 years ago
Julio Biason
c14b8dfb71
Fixed the reply message problem; startign to "expose" the action group
...
to the whole interface, as the idea is to replace the several actions
around the code to simply call them directly from the action group.
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
0278d4707e
Proper name for the window resize event callback; when an avatar is
...
available, redraw only the visible grid (the other one will be queue for
redraw anyway when the user change tabs.)
15 years ago
Julio Biason
d578e228ff
Cleanup to use gettext.
15 years ago
Julio Biason
af9f151c3a
Removed references to _grids (which doesn't exist anymore) from the
...
updates.
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
dcea7ce649
Still not good enough.
15 years ago
Julio Biason
64bcaace19
This removes the invisible vertical scroll, although I'm not sure *why*
...
it fixed.
15 years ago
Julio Biason
b1f67f4177
Changing the update action sensitivity on the right place, althought it
...
doesn't seem like it is doing the way I want.
15 years ago
Julio Biason
417eceb302
Fixed problem with new 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