root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @128 [128] 18 months cmccurdy fixed a bug that prevents changing the listening status for the …
(edit) @127 [127] 18 months cmccurdy changing the song's listened status is now unsupported if it can be proved …
(edit) @126 [126] 18 months cmccurdy added the code to cancel a currently-running submission
(edit) @125 [125] 18 months cmccurdy included a parameter in the Makefile to break the 'Scrobble Tracks' text …
(edit) @124 [124] 18 months cmccurdy fixed a bug wherein the web services widget is not created if a user name …
(edit) @123 [123] 18 months cmccurdy fixed the error from last check in
(edit) @122 [122] 18 months cmccurdy added necessary ui changes for the cancel action
(edit) @121 [121] 18 months cmccurdy added a feature to cancel submission, but working with qt 4.3 & pyqt 4.2 …
(edit) @119 [119] 18 months cmccurdy fixed ticket #19; fixed submission algorithm to quit when the window is …
(edit) @118 [118] 18 months cmccurdy added a regular expression to make certain output phrases bold
(edit) @117 [117] 18 months cmccurdy fixed a bug that submitted songs out of order when errors were encountered
(edit) @116 [116] 18 months cmccurdy fixed timeout length
(edit) @115 [115] 18 months cmccurdy added a shorter timeout to the submission/handshake phase
(edit) @114 [114] 19 months cmccurdy added a sleep timer so it doesn't monopolize cpu time while waiting for a …
(edit) @113 [113] 19 months cmccurdy added a resource/ui makefile
(edit) @112 [112] 19 months cmccurdy forgot to add the version :/
(edit) @111 [111] 19 months cmccurdy started a setup.py file for automated installs
(edit) @110 [110] 19 months cmccurdy fixed a bug that prevented redrawing the original row color in the web …
(edit) @109 [109] 19 months cmccurdy added expanded ranges for certain web service data
(edit) @108 [108] 19 months cmccurdy made clicked items actually open links
(edit) @107 [107] 19 months cmccurdy finished adding data renderers, re-enabled mouse wheel scrolling for the …
(edit) @106 [106] 19 months cmccurdy fixed bug #17, regarding the drawing of half-circles
(edit) @105 [105] 19 months cmccurdy removed an unnecessary status bar text edit, added data renderers for the …
(edit) @104 [104] 19 months cmccurdy added a lot of data renderers for web services, closed ticket #16
(edit) @103 [103] 19 months cmccurdy fixed layout issues with friend/neighbor displays
(edit) @102 [102] 19 months cmccurdy added basic functionality to the 'Friends List' selection
(edit) @101 [101] 19 months cmccurdy moved the spinner to CustomGraphicsItems?.py
(edit) @100 [100] 19 months cmccurdy removed a windows-only flag to os.open
(edit) @99 [99] 19 months cmccurdy moved image downloading to the bar graphics class
(edit) @98 [98] 19 months cmccurdy forgot to include CustomGraphicsItems?.py on last commit
(edit) @97 [97] 19 months cmccurdy cleaned up bar chart displays, added images when hovering
(edit) @96 [96] 19 months cmccurdy fixed an xml handler, and added a few data renderers
(edit) @95 [95] 19 months cmccurdy created a function to display data in a chart
(edit) @94 [94] 19 months cmccurdy fixed a few data retrieval bugs, started work on the user top artists view
(edit) @93 [93] 19 months cmccurdy got the background color to draw correctly
(edit) @92 [92] 20 months cmccurdy removed unnecessary objects from the spinner
(edit) @91 [91] 20 months cmccurdy added some code to render user profile info
(edit) @90 [90] 20 months cmccurdy resized the spinner, but it segfaults when exiting regarding qtimer
(edit) @89 [89] 20 months cmccurdy moved status spinner to the toolbar
(edit) @88 [88] 20 months cmccurdy fixed the bug in ticket #14 regarding passing logs from the command line
(edit) @87 [87] 20 months cmccurdy fixed some dumb array handling errors and modified the main window's …
(edit) @86 [86] 20 months cmccurdy changed submit routine to deal with failures more gracefully
(edit) @85 [85] 20 months cmccurdy added threading to the request for web services information and the …
(edit) @84 [84] 21 months cmccurdy added a prototype for a "waiting" spinner
(edit) @83 [83] 21 months cmccurdy added more handlers and implemented calling them. still does not interpret …
(edit) @82 [82] 21 months cmccurdy fixed a few class definition errors in xmlhandlers.py, added a little bit …
(edit) @81 [81] 21 months cmccurdy added handlers for every supported xml format that will come back
(edit) @80 [80] 21 months cmccurdy added more xml handlers
(edit) @79 [79] 21 months cmccurdy added web services xml handling code
(edit) @78 [78] 21 months cmccurdy decided to let the client parse xml
(edit) @77 [77] 21 months cmccurdy updated/tested web services function
(edit) @76 [76] 21 months cmccurdy added a prototype function for retrieving web services data
(edit) @75 [75] 21 months cmccurdy did some more work on the web services UI, including data entry for each …
(edit) @72 [72] 21 months cmccurdy changes made to tag it to 0.3
(edit) @70 [70] 21 months cmccurdy fixed some errors regarding empty passwords and failed submissions
(edit) @69 [69] 21 months cmccurdy began work on UI additions for last.fm web services
(edit) @68 [68] 21 months cmccurdy changed the aesthetics of disabling options
(edit) @67 [67] 21 months cmccurdy running a backup in the GUI now shows which file it was backed up to
(edit) @66 [66] 21 months cmccurdy fixed a few bugs related to empty passwords
(edit) @65 [65] 21 months cmccurdy changed password handling to use md5 hashes, as per ticket #9
(edit) @64 [64] 21 months cmccurdy forgot to add UI elements to prompt for the password
(edit) @63 [63] 21 months cmccurdy closed ticket #11, fixed a few small bugs
(edit) @62 [62] 21 months cmccurdy added the ability to omit a password in the options and config file, as …
(edit) @61 [61] 21 months cmccurdy enabled the automatic backup of a log file
(edit) @60 [60] 21 months cmccurdy added a new option to the option dialog
(edit) @59 [59] 21 months cmccurdy fixes involved with the use of optparse
(edit) @58 [58] 21 months cmccurdy added the option to prompt for password on the command line
(edit) @57 [57] 21 months cmccurdy switched from getopt to optparse
(edit) @56 [56] 21 months cmccurdy aesthetic changes, and added an about dialog
(edit) @55 [55] 21 months cmccurdy fixed the segfault problem
(edit) @54 [54] 21 months cmccurdy discovered segfaults on my laptop. just some tests to see if it is …
(edit) @53 [53] 21 months cmccurdy added the option to backup a log file, as per ticket #6
(edit) @52 [52] 21 months cmccurdy added a message handling thread to eliminate calling qt methods from the …
(edit) @51 [51] 21 months cmccurdy forgot to include some unicode handling in the GUI
(edit) @49 [49] 21 months cmccurdy fixed issue with setting the progress bar when the log is empty
(edit) @48 [48] 21 months cmccurdy end of merge from 0.2 branch to trunk (hopefully)
(edit) @47 [47] 21 months cmccurdy continued merge of 0.2 to trunk
(edit) @46 [46] 21 months cmccurdy start of merge from 0.2 branch to trunk
(edit) @31 [31] 22 months cmccurdy got an official client ID from last.fm admins
(edit) @26 [26] 22 months cmccurdy Fixed bug #10
(edit) @23 [23] 22 months cmccurdy fixed functionality of the config file reading
(edit) @21 [21] 22 months cmccurdy Fixed ticket #4 regarding config file use
(edit) @19 [19] 22 months cmccurdy fixed two small bugs
(edit) @18 [18] 22 months cmccurdy fixed bug regarding reading maximum song submitted at one time from a …
(edit) @16 [16] 22 months cmccurdy fixed bug regarding -P argument (ticket #1)
(edit) @14 [14] 22 months cmccurdy fixed bad code, verified that config-file reading works
(edit) @13 [13] 22 months cmccurdy added configuration file handling; also checks for a default conf file if …
(edit) @12 [12] 22 months cmccurdy code cleanup and future command line argument handling