My favorites | Sign in
Logo
                
Details: Show all Hide all

Today

  • 9 hours ago
    issue 190 (Disable toolbar) reported by julio.biason   -   Find a way to disable to toolbar, to give the grid more space.
    Find a way to disable to toolbar, to give the grid more space.
  • 14 hours ago
    issue 189 (Can cancel a reply if there is no text) reported by julio.biason   -   If someone remove all the text after starting a reply, the "Cancel" button becomes deactivated and there is no way to easily cancel the reply.
    If someone remove all the text after starting a reply, the "Cancel" button becomes deactivated and there is no way to easily cancel the reply.
  • 14 hours ago
    issue 188 (Error when pressing the menu button) reported by julio.biason   -   TypeError: _message_popup() takes at least 3 arguments (2 given)
    TypeError: _message_popup() takes at least 3 arguments (2 given)

Last 7 days

  • Jan 03, 2010
    issue 187 (Need a way to select networks) reported by julio.biason   -   When posting a message, at this point, we post to all networks. Since we only support Twitter at this point, it's not a big issue, but we need a way to show all the supported networks and a way to select to which networks the message will be send. My idea, so far, is to add a row of buttons with network shortcuts and let the used select which ones to message should be send. The buttons are toggle buttons, so clicking one will select/deselect the network. If no network is select, toggle all of them.
    When posting a message, at this point, we post to all networks. Since we only support Twitter at this point, it's not a big issue, but we need a way to show all the supported networks and a way to select to which networks the message will be send. My idea, so far, is to add a row of buttons with network shortcuts and let the used select which ones to message should be send. The buttons are toggle buttons, so clicking one will select/deselect the network. If no network is select, toggle all of them.
  • Jan 03, 2010
    issue 186 (Need a way to show messages from different networks) reported by julio.biason   -   So far, only Twitter is supported. But when other networks land, how will we differentiate each network? Ideas: 1) Different background color for each network, based on network shortcut. (Problem: We'll need different colors for links too.) 2) Show the network name in the text. (Problem: text area is pretty crowded already) If you want to vote or have any other suggestions, add in the comments.
    So far, only Twitter is supported. But when other networks land, how will we differentiate each network? Ideas: 1) Different background color for each network, based on network shortcut. (Problem: We'll need different colors for links too.) 2) Show the network name in the text. (Problem: text area is pretty crowded already) If you want to vote or have any other suggestions, add in the comments.
  • Jan 03, 2010
    ChangeLog10 (ChangeLog for the 1.0 release cycle.) Wiki page edited by julio.biason   -   Revision r430 Edited wiki page through web user interface.
    Revision r430 Edited wiki page through web user interface.
  • Jan 03, 2010
    ChangeLog10 (ChangeLog for the 1.0 release cycle.) Wiki page edited by julio.biason   -   Revision r429 Edited wiki page through web user interface.
    Revision r429 Edited wiki page through web user interface.
  • Jan 03, 2010
    ChangeLog10 (ChangeLog for the 1.0 release cycle.) Wiki page edited by julio.biason   -   Revision r428 Edited wiki page through web user interface.
    Revision r428 Edited wiki page through web user interface.
  • Jan 03, 2010
    mitter-1.0.0.alpha2.tar.gz (Mitter 1.0.0alpha2 "Bailiff, I want you to switch the j...) file uploaded by julio.biason   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Jan 03, 2010
    Quotes (Quotes of Mitter, from the internet) Wiki page edited by julio.biason   -   Revision r427 Edited wiki page through web user interface.
    Revision r427 Edited wiki page through web user interface.
  • Jan 03, 2010
    issue 89 (Add a timeout for requests) Labels changed by julio.biason   -  
    Labels: Type-Refactor Performance Component-Twitter Type-Defect
    Labels: Type-Refactor Performance Component-Twitter Type-Defect
  • Jan 03, 2010
    issue 180 (Remove "Ctrl" from message actions) changed by julio.biason   -   Removed from the accelerators.
    Status: Fixed
    Labels: Release-1.0.0a2
    Removed from the accelerators.
    Status: Fixed
    Labels: Release-1.0.0a2
  • Jan 03, 2010
    issue 174 (Display "in reply to") changed by julio.biason   -   Added a new field to point to the owner of the parent message. Added support to display that field in the pygtk interface.
    Status: Fixed
    Labels: Release-1.0.0a2
    Added a new field to point to the owner of the parent message. Added support to display that field in the pygtk interface.
    Status: Fixed
    Labels: Release-1.0.0a2
  • Jan 03, 2010
    issue 181 (Remove the message count in the statusbar) changed by julio.biason   -   Removed the count from the message.
    Status: Fixed
    Labels: Release-1.0.0a2
    Removed the count from the message.
    Status: Fixed
    Labels: Release-1.0.0a2
  • Jan 03, 2010
    issue 185 (Error trying to reply to a reply) Status changed by julio.biason   -   And I forgot to mark it as fixed >__<
    Status: Fixed
    And I forgot to mark it as fixed >__<
    Status: Fixed
  • Jan 03, 2010
    issue 185 (Error trying to reply to a reply) Labels changed by julio.biason   -   Added a small function to return the "current grid", based on the current page of the tabs. All message functions now use this.
    Labels: Release-1.0.0a2
    Added a small function to return the "current grid", based on the current page of the tabs. All message functions now use this.
    Labels: Release-1.0.0a2
  • Jan 03, 2010
    issue 178 ("Del" on status update deletes a message) changed by julio.biason   -   Couldn't find a way to disable the accelerators, so I disabled the actions themselves when entering the textarea. Since the callbacks happen just fine when the user updates the status or clicks on the grid again, nothing else needs to be done.
    Status: Fixed
    Labels: Release-1.0.0a2
    Couldn't find a way to disable the accelerators, so I disabled the actions themselves when entering the textarea. Since the callbacks happen just fine when the user updates the status or clicks on the grid again, nothing else needs to be done.
    Status: Fixed
    Labels: Release-1.0.0a2
  • Jan 03, 2010
    issue 170 (Mitter requires /usr/bin/python2.5) commented on by julio.biason   -   If my memory doesn't fail, Mitter crashes right from the start in Python 2.4. When it loads the code, it finds some statement that doesn't exist in 2.4 and crashes even before running the code. Or maybe not. I'll give it a go and, if someone reports, I'll add that noticed in the main code. The dependency on Python 2.5 is also listed on the README, so I guess some people will read it and realize what's wrong.
    If my memory doesn't fail, Mitter crashes right from the start in Python 2.4. When it loads the code, it finds some statement that doesn't exist in 2.4 and crashes even before running the code. Or maybe not. I'll give it a go and, if someone reports, I'll add that noticed in the main code. The dependency on Python 2.5 is also listed on the README, so I guess some people will read it and realize what's wrong.
  • Jan 03, 2010
    issue 182 (ImportError: No module named network) Labels changed by julio.biason   -  
    Labels: Release-1.0.0a2
    Labels: Release-1.0.0a2
  • Jan 03, 2010
    6 issues changed by julio.biason   -   Issues 79, 159, 168, 170, 177, 184
    Issues 79, 159, 168, 170, 177, 184
  • Jan 03, 2010
    issue 184 (TypeError: pixbuf_new_from_file() argument 1 must be string,...) Status changed by julio.biason   -   Awesome. I'm closing this issue, then. If you find anything else, feel free to report ;)
    Status: Fixed
    Awesome. I'm closing this issue, then. If you find anything else, feel free to report ;)
    Status: Fixed
  • Jan 03, 2010
    issue 184 (TypeError: pixbuf_new_from_file() argument 1 must be string,...) commented on by playpauseandstop   -   Works for me when i packed and installed mitter from fresh master.
    Works for me when i packed and installed mitter from fresh master.
  • Jan 03, 2010
    issue 170 (Mitter requires /usr/bin/python2.5) commented on by playpauseandstop   -   May be good idea to add checking of Python version in `mitter` script? And raising some exception (or log.error) to all people who using Python 2.4.
    May be good idea to add checking of Python version in `mitter` script? And raising some exception (or log.error) to all people who using Python 2.4.
  • Jan 03, 2010
    issue 177 (When changing info to reposts, also change the id) Status changed by julio.biason   -   Fixed on master.
    Status: Fixed
    Fixed on master.
    Status: Fixed
  • Jan 03, 2010
    issue 159 (Bad handling of '&' in usernames) Status changed by julio.biason   -   Closed on master.
    Status: Fixed
    Closed on master.
    Status: Fixed
  • Jan 03, 2010
    issue 185 (Error trying to reply to a reply) Labels changed by julio.biason   -  
    Labels: Priority-High
    Labels: Priority-High
  • Jan 03, 2010
    issue 184 (TypeError: pixbuf_new_from_file() argument 1 must be string,...) Labels changed by julio.biason   -  
    Labels: Component-PyGTK-UI Priority-High Affects-1.0.0alpha Type-Defect Usability
    Labels: Component-PyGTK-UI Priority-High Affects-1.0.0alpha Type-Defect Usability
  • Jan 03, 2010
    issue 181 (Remove the message count in the statusbar) Labels changed by julio.biason   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Jan 03, 2010
    issue 180 (Remove "Ctrl" from message actions) Labels changed by julio.biason   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Jan 03, 2010
    issue 177 (When changing info to reposts, also change the id) Labels changed by julio.biason   -  
    Labels: Priority-High
    Labels: Priority-High
  • Jan 03, 2010
    issue 176 (Interace priority) Labels changed by julio.biason   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Jan 03, 2010
    issue 175 (oAuth support) Labels changed by julio.biason   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Jan 03, 2010
    issue 155 ([Hope] Save config files to ~/.config/ and log files to ~/.c...) Labels changed by julio.biason   -  
    Labels: Priority-Medium Type-Refactor Component-Base Usability
    Labels: Priority-Medium Type-Refactor Component-Base Usability
  • Jan 03, 2010
    issue 174 (Display "in reply to") Labels changed by julio.biason   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Jan 03, 2010
    issue 159 (Bad handling of '&' in usernames) Labels changed by julio.biason   -  
    Labels: Type-Defect Component-PyGTK-UI Usability Priority-High
    Labels: Type-Defect Component-PyGTK-UI Usability Priority-High
  • Jan 03, 2010
    issue 143 (Icon not showing in notifcation area (ubuntu jaunty)) Status changed by julio.biason   -   I guess the problem is the change in the way notifications happen now. I was reading about it and it's COMPLETELY different. Ubuntu guys fixed most of their supported applications and other people (in contrib-like repos) must fix it themselves. Since I removed the DBUS notifications for 1.0 alpha, I may look at the proper notification once the code stabilizes enough to add new features.
    Status: Invalid
    I guess the problem is the change in the way notifications happen now. I was reading about it and it's COMPLETELY different. Ubuntu guys fixed most of their supported applications and other people (in contrib-like repos) must fix it themselves. Since I removed the DBUS notifications for 1.0 alpha, I may look at the proper notification once the code stabilizes enough to add new features.
    Status: Invalid
  • Jan 03, 2010
    issue 120 ([PATCH] Basic context menu providing "Settings" and "Quit" a...) Labels changed by julio.biason   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Jan 03, 2010
    issue 137 (notification display time) Status changed by julio.biason   -   Marking this as fixed for some reasons: 1) As mentioned, we can't control the timer. It's DBUS taking care of everything 2) Mute notifications was added. 3) 1.0 don't have any sort of notification at this point.
    Status: Fixed
    Marking this as fixed for some reasons: 1) As mentioned, we can't control the timer. It's DBUS taking care of everything 2) Mute notifications was added. 3) 1.0 don't have any sort of notification at this point.
    Status: Fixed
  • Jan 03, 2010
    issue 171 (Display Favourites) Labels changed by julio.biason   -  
    Labels: Priority-Low
    Labels: Priority-Low
  • Jan 03, 2010
    issue 172 (Retrieve favourites) Labels changed by julio.biason   -  
    Labels: Priority-Low
    Labels: Priority-Low
  • Jan 03, 2010
    issue 170 (Mitter requires /usr/bin/python2.5) Status changed by julio.biason   -   Removed all references to python2.5. Now we call it properly with #!/usr/bin/env python And let the flood of bugs of people trying to run in Python 2.4 begin! ;)
    Status: Fixed
    Removed all references to python2.5. Now we call it properly with #!/usr/bin/env python And let the flood of bugs of people trying to run in Python 2.4 begin! ;)
    Status: Fixed
  • Jan 03, 2010
    issue 184 (TypeError: pixbuf_new_from_file() argument 1 must be string,...) commented on by julio.biason   -   Hm... I added that. For some reason I thought it was complaining about mitter.png. Can you get pull again and see if that solves the problem? That would mean that setup is, actually, installing the pixmaps where I thought it would.
    Hm... I added that. For some reason I thought it was complaining about mitter.png. Can you get pull again and see if that solves the problem? That would mean that setup is, actually, installing the pixmaps where I thought it would.
  • Jan 03, 2010
    issue 185 (Error trying to reply to a reply) reported by julio.biason   -   What steps will reproduce the problem? 1. Wait for a reply. 2. Try to reply it. 3. Get error on the console What is the expected output? What do you see instead? Expected: start a reply Instead: Traceback (most recent call last): File "/Users/juliobiason/Source/mitter/mitterlib/ui/ui_pygtk.py", line 934, in _reply_message message = model.get_value(iter, 0) TypeError: iter must be a GtkTreeIter Please use labels and text to provide additional information. The problem is that the action is trying to get the selected message in the messages grid, not the grid of the current tab.
    What steps will reproduce the problem? 1. Wait for a reply. 2. Try to reply it. 3. Get error on the console What is the expected output? What do you see instead? Expected: start a reply Instead: Traceback (most recent call last): File "/Users/juliobiason/Source/mitter/mitterlib/ui/ui_pygtk.py", line 934, in _reply_message message = model.get_value(iter, 0) TypeError: iter must be a GtkTreeIter Please use labels and text to provide additional information. The problem is that the action is trying to get the selected message in the messages grid, not the grid of the current tab.
  • Jan 03, 2010
    issue 184 (TypeError: pixbuf_new_from_file() argument 1 must be string,...) commented on by playpauseandstop   -   Yeah. Seems that `mitter-error.png` or may be some other images not added to: 'data_files': [ ('share/pixmaps', ['pixmaps/mitter.png', 'pixmaps/mitter-new.png', 'pixmaps/unknown.png']), in `setup.py`.
    Yeah. Seems that `mitter-error.png` or may be some other images not added to: 'data_files': [ ('share/pixmaps', ['pixmaps/mitter.png', 'pixmaps/mitter-new.png', 'pixmaps/unknown.png']), in `setup.py`.
  • Jan 03, 2010
    issue 184 (TypeError: pixbuf_new_from_file() argument 1 must be string,...) Status changed by julio.biason   -   Seems the problem now is that the images are not going into the known directories (they should be in /usr/share/pixmaps). I'll try to install it on a VirtualBox and see what happens.
    Status: Accepted
    Seems the problem now is that the images are not going into the known directories (they should be in /usr/share/pixmaps). I'll try to install it on a VirtualBox and see what happens.
    Status: Accepted
  • Jan 03, 2010
    issue 173 (Need proper UTF-8 encoding) Labels changed by julio.biason   -   I tried my best to correct this, but it seems there is no right way to do it. A message in the Twitter-Developer-Talk ( http://groups.google.com/group/twitter-development-talk/browse_thread/thread/111e7b86133efcaf/da7b0bc49cc07c42?lnk=gst&q=Update+API+%28with+OAuth%29+failed+on+Unicode+tweet+%09%09%09%09#da7b0bc49cc07c42 ) points to the proper encoding (even after I mentioned some wrong encoding) There is also a lonk to a bug report ( http://code.google.com/p/twitter-api/issues/detail?id=433 ) and it seems that they are doing exactly what I tried to do. Out of ideas, I'm lowering it to Medium.
    Labels: Priority-Medium Priority-High
    I tried my best to correct this, but it seems there is no right way to do it. A message in the Twitter-Developer-Talk ( http://groups.google.com/group/twitter-development-talk/browse_thread/thread/111e7b86133efcaf/da7b0bc49cc07c42?lnk=gst&q=Update+API+%28with+OAuth%29+failed+on+Unicode+tweet+%09%09%09%09#da7b0bc49cc07c42 ) points to the proper encoding (even after I mentioned some wrong encoding) There is also a lonk to a bug report ( http://code.google.com/p/twitter-api/issues/detail?id=433 ) and it seems that they are doing exactly what I tried to do. Out of ideas, I'm lowering it to Medium.
    Labels: Priority-Medium Priority-High
  • Jan 02, 2010
    issue 184 (TypeError: pixbuf_new_from_file() argument 1 must be string,...) reported by playpauseandstop   -   Hi again ;) After fixing #182 and #183 i able to load cmd, tty or zork mitter interfaces (when i executing `mitter` after installed it to system via `rpm`), but pygtk interface still failed with next traceback: playpauseandstop@shep:~> mitter -i pygtk Traceback (most recent call last): File "/usr/local/bin/mitter", line 100, in <module> main() File "/usr/local/bin/mitter", line 89, in main display = interfaces.load(connection, preferred_interface) File "/usr/local/lib/python2.6/site-packages/mitterlib/ui/__init__.py", line 89, in load return module.Interface(connection, self._options) File "/usr/local/lib/python2.6/site-packages/mitterlib/ui/ui_pygtk.py", line 1330, in __init__ find_image('mitter-error.png')) TypeError: pixbuf_new_from_file() argument 1 must be string, not None
    Hi again ;) After fixing #182 and #183 i able to load cmd, tty or zork mitter interfaces (when i executing `mitter` after installed it to system via `rpm`), but pygtk interface still failed with next traceback: playpauseandstop@shep:~> mitter -i pygtk Traceback (most recent call last): File "/usr/local/bin/mitter", line 100, in <module> main() File "/usr/local/bin/mitter", line 89, in main display = interfaces.load(connection, preferred_interface) File "/usr/local/lib/python2.6/site-packages/mitterlib/ui/__init__.py", line 89, in load return module.Interface(connection, self._options) File "/usr/local/lib/python2.6/site-packages/mitterlib/ui/ui_pygtk.py", line 1330, in __init__ find_image('mitter-error.png')) TypeError: pixbuf_new_from_file() argument 1 must be string, not None
  • Jan 02, 2010
    issue 183 (ImportError: No module named helpers.console_utils) commented on by playpauseandstop   -   Thanks for fix. Works for me
    Thanks for fix. Works for me
  • Jan 02, 2010
    issue 183 (ImportError: No module named helpers.console_utils) Status changed by julio.biason   -   Meh, once again, I forgot to add directories to setup.py. I hope that's the last one now. (I checked before the commit, so I'm 80% sure that's the last one.)
    Status: Fixed
    Meh, once again, I forgot to add directories to setup.py. I hope that's the last one now. (I checked before the commit, so I'm 80% sure that's the last one.)
    Status: Fixed
  • Jan 02, 2010
    issue 182 (ImportError: No module named network) commented on by playpauseandstop   -   Thanks. Works for me.
    Thanks. Works for me.
 
Hosted by Google Code