-
When attempting to grab images off the network, in the time interval between the initial request for the image and the request being fulfilled the iter ceases to be valid. Therefore, we need to store paths (which are persistent) and convert back to iters when needed.
Without the attached patch, twitux repeatedly crashes when it has no cached avatars (removing contents of...
2009-02-21 23:10:57 UTC in Twitux
-
Trying the new tracker, still can't attach.
2009-02-21 22:19:13 UTC in Twitux
-
I've got a patch to do this, but I don't appear to be able to add files to this report. Can this be fixed, or is there someone I should email?.
2009-02-20 17:04:04 UTC in Twitux
-
Most notification bubbles tend to be "attached" to a tray icon, but this isn't the case for Twitux, and they instead draw over the tray icon area, which blocks my viewing other program's statuses while Twitux is showing a status.
The attached patch fixes this, and also upgrades the libnotify requirement to 0.4.1 as that's the first version that the required function is available in.
2009-02-17 12:45:39 UTC in Twitux
-
I've been running it pretty much 24/7 (machine it's on gets left on overnight), and haven't seen *any* crashes. Can you get a full ("thread apply all bt" to gdb) stacktrace? I might be able to do something with that (I do various bug triage and fixing for the Gnome project :-)
2009-02-13 11:11:07 UTC in Twitux
-
I've been running with this patch (plus a couple of others I've recently submitted) on the SVN trunk for the past week, and haven't seen any issues yet.
2009-02-12 12:16:53 UTC in Twitux
-
Currently, when I post to Twitter, I get notified about it, which is a bit redundant and kinda silly. OTOH, maybe others like this. To allow for both camps, the attached patch adds a preferences option for not receiving "self" updates (and only enabled if the display and/or sound notifications are enabled).
(I *think* this is my last little gripe with Twitux, and will probably go back to...
2009-02-11 15:04:36 UTC in Twitux
-
Whoops. Slightly old version... "#define MAX_SIZE 73" should possibly be "#define MAX_SIZE 75" (although 73 also works.)
2009-02-10 16:44:16 UTC in Twitux
-
Here's a fix that scales all user icons to no more than 75 pixels if they exceed that size. 75 is a picked-out-of-the-air number based on looking at a few sanely sized icons. Also, for some deranged reason I can't attach this patch as a file so here's it copy+pasted.
diff --git a/src/twitux-app.c b/src/twitux-app.c
index 89f9da4..055e029 100644
--- a/src/twitux-app.c
+++ b/src/twitux-app.c
@@...
2009-02-10 16:43:04 UTC in Twitux
-
I've just uploaded a v2 edition of the patch that instead of feeding off of the hourly limit (which will fail badly if you've got other tools also accessing Twitter at a fast rate) and instead looks at the requests remaining for this hour and the time till next reset in order to determine a sane rate to refresh at. For users who aren't accessing Twitter with anything else, this should behave as...
2009-02-06 13:37:45 UTC in Twitux