Julio Biason
03bfa103f1
changed the function signature to be used by PyGTK
15 years ago
Julio Biason
ff1e9c345c
better default colors for user and tags
15 years ago
Julio Biason
aa1ac95e57
using the (user|group|tag)_regexp
15 years ago
Julio Biason
535b8f477c
better regexp
15 years ago
Julio Biason
e72faecf9c
support for user, groups and hashtags regexps
15 years ago
Julio Biason
f399e3398d
underline links, so they can be seen no matter the color
15 years ago
Julio Biason
64125794f1
bumped everything to alpha 7
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
f604076fb7
Bumped for release 1.0.0 alpha 6.
15 years ago
Julio Biason
57240f9083
Added a "sdist" target, 'cause I'm always calling it instead of going
...
for setup.py first.
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
c2fb976a54
Set proper default values for fields, so ConfigOpt doesn't get confused
...
and save "None"s in the config file.
15 years ago
Julio Biason
e8ad88b23c
Merge branch 'master' of gitorious.org:mitter/mainline
15 years ago
Julio Biason
cf01f355a1
Merge branch 'errors'
15 years ago
Julio Biason
fef5865c47
Bump deb version
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
b927b0cff4
Defined the __str__ method for all exceptions/warnings. Next step is to
...
show it when we get those.
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
2e9e600c81
Updated cheat-codes with the window-title option and the timeout.
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
294d4ff8b4
Updated messages file.
15 years ago
Julio Biason
9729639656
Check every single python file in the directory for translations.
15 years ago
Julio Biason
dbfba45c45
Moved the check to the makefile.
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
ea65108ea2
changed where the prefix is generated to get the proper one when you reply to reposts
15 years ago
Julio Biason
ee4d2e30fe
Add the network name in the replies too
15 years ago
Julio Biason
50a9d27018
Deleted the wrong character when changing to american spelling.
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
acae3ef886
Forgot to add the new objects in the MANIFEST
15 years ago
Julio Biason
9274e12757
Status Iconc changing properly (the amount of debug messags is annoying,
...
though)
15 years ago
Julio Biason
746887b616
This should fix the problem with displaying replies, as it wasn't
...
showing as "in reply to".
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