Commit Graph

  • 8122bd7da6 … and say it's a Markdown. master Julio Biason 2013-01-02 13:01:18 -0200
  • 5d96e5e12e Markdownify the readme. Julio Biason 2013-01-02 13:00:22 -0200
  • b764c236ad update sphinx options for 1.0 Julio Biason 2010-07-26 17:17:56 -0300
  • 5ab5ee7e7b workaround for twitter sending two elements in the rate limit Julio Biason 2010-07-19 16:02:21 -0300
  • 8e366de68f test for duplicate error Julio Biason 2010-06-22 11:20:15 -0300
  • 0395a05a58 keep the current selected line visible Julio Biason 2010-06-21 14:53:22 -0300
  • e45aac9130 speed up, but the grid moves the cursor out of visibility Julio Biason 2010-06-21 13:59:29 -0300
  • 3661926e5a changed the regexp to include everything except punctuation. I think it may go all around (greedy), though. Julio Biason 2010-05-17 15:21:33 -0300
  • 56e115b604 Oops (taken2k4 found my missing apostrophe) Julio Biason 2010-05-12 13:11:34 -0300
  • 19ae99386d the ok button now emits a signal so the interface can work properly Julio Biason 2010-05-10 14:37:51 -0300
  • dcb7fbfe84 added an "add" button to post messages directly from the updatebox Julio Biason 2010-05-18 09:19:16 -0300
  • 46f5174b54 removed double destroy notification Julio Biason 2010-05-18 09:18:51 -0300
  • 873b438d53 added smartbar in the manifest Julio Biason 2010-05-18 09:18:22 -0300
  • edae9d45f6 oops Julio Biason 2010-05-04 10:45:36 -0300
  • e3f6877f6d updated to the release time Julio Biason 2010-04-23 16:47:00 -0300
  • 988e676982 another reduction of the warp mode to remove the horizontal scrolling Julio Biason 2010-04-23 16:30:11 -0300
  • 777b11588e check if the regexps exist before trying to use them (lots of "None"s being highlighted because of no checking)" Julio Biason 2010-04-23 10:00:28 -0300
  • ac9680a766 A missing timeout that would break in Python 2.5 Julio Biason 2010-04-22 14:04:33 -0300
  • 618086eb3d Python 2.5 don't have 'setter' decoration, so we change this to property() Julio Biason 2010-04-22 14:04:06 -0300
  • 8bb6055172 wrong call to statusbar Julio Biason 2010-04-20 10:49:16 -0300
  • 64b08c11ec adding pairs on exceptions Julio Biason 2010-04-20 10:02:02 -0300
  • 7b4c6cb71b replaced all references to _update_statusbar to _statusbar.volatile Julio Biason 2010-04-18 18:13:43 -0300
  • 03bfa103f1 changed the function signature to be used by PyGTK Julio Biason 2010-04-18 17:05:30 -0300
  • ff1e9c345c better default colors for user and tags Julio Biason 2010-04-18 14:36:20 -0300
  • aa1ac95e57 using the (user|group|tag)_regexp Julio Biason 2010-04-18 11:33:58 -0300
  • 535b8f477c better regexp Julio Biason 2010-04-18 11:15:37 -0300
  • e72faecf9c support for user, groups and hashtags regexps Julio Biason 2010-04-18 11:02:13 -0300
  • f399e3398d underline links, so they can be seen no matter the color Julio Biason 2010-04-18 11:01:58 -0300
  • 64125794f1 bumped everything to alpha 7 Julio Biason 2010-04-18 10:47:35 -0300
  • 512ff3b3dd fixed the way we work with volatile messages when updating status Julio Biason 2010-04-18 10:27:45 -0300
  • 2eb3f1f202 turned variables private, since I was crashing with the function names Julio Biason 2010-04-18 10:26:36 -0300
  • dc4e13796d trying to make a smarter statusbar Julio Biason 2010-04-16 18:19:20 -0300
  • 6d290a44ac Don't clip the avatars. Julio Biason 2010-04-16 14:21:52 -0300
  • f604076fb7 Bumped for release 1.0.0 alpha 6. Julio Biason 2010-04-16 09:14:48 -0300
  • 57240f9083 Added a "sdist" target, 'cause I'm always calling it instead of going for setup.py first. Julio Biason 2010-04-16 09:14:26 -0300
  • de0e77fd47 Refresh in any case; the user could have changed the refresh interval. Julio Biason 2010-04-14 09:41:32 -0300
  • 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. Julio Biason 2010-04-14 09:29:37 -0300
  • c2fb976a54 Set proper default values for fields, so ConfigOpt doesn't get confused and save "None"s in the config file. Julio Biason 2010-04-14 09:23:03 -0300
  • e8ad88b23c Merge branch 'master' of gitorious.org:mitter/mainline Julio Biason 2010-04-13 06:57:54 -0300
  • cf01f355a1 Merge branch 'errors' Julio Biason 2010-04-13 06:57:39 -0300
  • fef5865c47 Bump deb version Julio Biason 2010-04-12 09:07:13 -0300
  • dc87c2105f I removed the parenthesis in the last commit and forgot to add them back in the resulting string. Julio Biason 2010-04-11 19:53:53 -0300
  • b5b35a734c Do casts due the enabling of Warnings as Exceptions. Julio Biason 2010-04-11 19:07:14 -0300
  • 755065359c Enable warnings as errors; show exception messages. Julio Biason 2010-04-11 17:54:28 -0300
  • b927b0cff4 Defined the __str__ method for all exceptions/warnings. Next step is to show it when we get those. Julio Biason 2010-04-11 17:48:08 -0300
  • 0c734eec45 Removed really silly code. Julio Biason 2010-04-11 10:33:33 -0300
  • 604387c5fd Refresh action is disabled when getting new messages. Julio Biason 2010-04-11 10:22:12 -0300
  • 2e9e600c81 Updated cheat-codes with the window-title option and the timeout. Julio Biason 2010-04-11 10:16:39 -0300
  • 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. Julio Biason 2010-04-11 10:15:11 -0300
  • 918a23afc2 Show the time for the next update. Julio Biason 2010-04-11 08:14:01 -0300
  • 86e9a38188 Recheck actions when the updatebox closes. Julio Biason 2010-04-10 17:37:54 -0300
  • 294d4ff8b4 Updated messages file. Julio Biason 2010-04-08 17:08:13 -0300
  • 9729639656 Check every single python file in the directory for translations. Julio Biason 2010-04-08 17:07:55 -0300
  • dbfba45c45 Moved the check to the makefile. Julio Biason 2010-04-08 17:06:05 -0300
  • 3ed7bd1414 PEP8'd and Pyflake'd Julio Biason 2010-04-08 14:23:53 -0300
  • 2247300cd6 Do not change the statusicon if we don't have a status icon Julio Biason 2010-04-08 12:16:21 -0300
  • 4520e26bc5 Re-enable the update action after a failed update. Julio Biason 2010-04-08 12:02:27 -0300
  • d3458a25fb Abort also in case of empty replies. Julio Biason 2010-04-08 12:01:26 -0300
  • 12ad096374 Using a custom filter for the title, to fix the problem with ConfigOpt and Mitter getting confused about formating strings. Julio Biason 2010-04-08 10:18:51 -0300
  • 6168f74353 Trying to make the window title string configurable, but having issues with ConfigOpt trying to save it back. Julio Biason 2010-04-08 07:50:42 -0300
  • 0071b5de4b show the number of messages and replies in the title (idea by renatux) Julio Biason 2010-04-07 10:02:31 -0300
  • ea65108ea2 changed where the prefix is generated to get the proper one when you reply to reposts Julio Biason 2010-04-07 09:49:18 -0300
  • ee4d2e30fe Add the network name in the replies too Julio Biason 2010-04-07 09:48:09 -0300
  • 50a9d27018 Deleted the wrong character when changing to american spelling. Julio Biason 2010-04-06 14:04:31 -0300
  • 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.) Julio Biason 2010-04-06 07:34:11 -0300
  • acae3ef886 Forgot to add the new objects in the MANIFEST Julio Biason 2010-04-05 17:32:37 -0300
  • 9274e12757 Status Iconc changing properly (the amount of debug messags is annoying, though) Julio Biason 2010-04-05 17:19:14 -0300
  • 746887b616 This should fix the problem with displaying replies, as it wasn't showing as "in reply to". Julio Biason 2010-04-05 16:56:51 -0300
  • 7533abc005 Oopsies. Julio Biason 2010-04-05 15:58:41 -0300
  • 74b441ed04 Removed all the _action_* variables; everything should be accessible via the _action_group variable now. Julio Biason 2010-04-05 15:41:26 -0300
  • 10b2fe6926 UpdateBox emits a signal when the textarea gets focus, so we can disable the message actions. Julio Biason 2010-04-05 13:56:47 -0300
  • 04d937a94d Reposting also works now. Julio Biason 2010-04-05 12:33:22 -0300
  • 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. Julio Biason 2010-04-05 12:26:08 -0300
  • 7f23cc447e Quick fix mode is prone to failures. Julio Biason 2010-04-05 11:43:55 -0300
  • 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. Julio Biason 2010-04-05 11:37:27 -0300
  • 66b647af69 Removed a bunch of annoying logs. Julio Biason 2010-04-05 09:54:01 -0300
  • 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.) Julio Biason 2010-04-04 22:37:14 -0300
  • dfbc09c041 Added a 'message-changed' signal, so grids can signal when the user selects another message. Julio Biason 2010-04-04 22:22:00 -0300
  • ee30e44468 Plugging the 'count-changed' signal. Julio Biason 2010-04-04 22:03:27 -0300
  • 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.) Julio Biason 2010-04-04 21:21:43 -0300
  • 069908f96d Call the function instead of adding it (stupid lambdas); proper use of N_. Julio Biason 2010-04-04 21:19:51 -0300
  • 76c22f851d American spelling from now on (don't ask me why) Julio Biason 2010-04-04 21:02:58 -0300
  • 49ac5af90f proper freeze/thaw functions (mistyped them before); timesince is needed here; allow queuing redraws from outside. Julio Biason 2010-04-04 19:57:20 -0300
  • 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.) Julio Biason 2010-04-04 19:56:13 -0300
  • d578e228ff Cleanup to use gettext. Julio Biason 2010-04-04 19:55:34 -0300
  • af9f151c3a Removed references to _grids (which doesn't exist anymore) from the updates. Julio Biason 2010-04-04 19:22:30 -0300
  • 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. Julio Biason 2010-04-04 19:21:57 -0300
  • b97b3c85de Some code reorganization; realized we can use the embedded "user" property to get the current user username (which will also make our lifes easier when we switch to oauth and the username won't be in the _options.) Julio Biason 2010-04-04 09:48:00 -0300
  • 7275ea9b0b Still trying to improve this debug message, 'cause catching unexpected things is quite hard at this point. Julio Biason 2010-04-04 09:47:24 -0300
  • 0cb152a2d9 Grids are now their own object. This should make things easier (although code is a complete mess at this point.) Julio Biason 2010-04-04 09:32:23 -0300
  • cea7dcce0c Better log message. Julio Biason 2010-04-04 09:31:51 -0300
  • 22407454ce netowkr_name now is part of the message. Julio Biason 2010-04-04 09:31:24 -0300
  • be022dac79 Makes the network name available straight out of the bat. Julio Biason 2010-04-04 09:30:52 -0300
  • 7d0a1b825f Merge branch 'updatebox' of git://gitorious.org/mitter/mainline into updatebox Julio Biason 2010-03-29 21:46:04 -0300
  • c6f6cedab3 reply_prefix(), link(), can_repost(), can_reply(), can_delete() and can_favourite() were removed in favour of a properties in the NetworkData object (since those values wouldn't change for a message.) Julio Biason 2010-03-29 21:41:30 -0300
  • dcea7ce649 Still not good enough. Julio Biason 2010-03-29 11:05:21 -0300
  • 64bcaace19 This removes the invisible vertical scroll, although I'm not sure *why* it fixed. Julio Biason 2010-03-29 11:00:29 -0300
  • b1f67f4177 Changing the update action sensitivity on the right place, althought it doesn't seem like it is doing the way I want. Julio Biason 2010-03-28 19:47:56 -0300
  • 0c5b452310 Updated MANIFEST with the new libs Julio Biason 2010-03-28 15:53:42 -0300
  • 417eceb302 Fixed problem with new message. Julio Biason 2010-03-28 15:29:39 -0300