9
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some comment on model.variations More... about 14 years ago
Fixed Date tag handling on new games in header More... about 14 years ago
Fixed KeyError on non-mandatory header items More... about 14 years ago
Merge changes from main repo More... about 14 years ago
Fixed Adjourned tab "Your Color" icon
MattTheCat
as Matthew Gatto
More... about 14 years ago
Don't use arrows in variations More... about 14 years ago
Made adjourned game infobar notification come up when the user logs on as well
MattTheCat
as Matthew Gatto
More... about 14 years ago
More undo fix More... about 14 years ago
[mq]: made-challenge-button-insensitive-upon-login.patch
MattTheCat
as Matthew Gatto
More... about 14 years ago
Fixed (hopefully) an auto-logout crash
MattTheCat
as Matthew Gatto
More... about 14 years ago
Made status displaying the game type of the game being played in the Players list of the Players tab
MattTheCat
as Matthew Gatto
More... about 14 years ago
Fixed crash upon having a match offer declined
MattTheCat
as Matthew Gatto
More... about 14 years ago
Fixed regression in which titles and player icons weren't being set correctly in the Players tab (and made FICSPlayer.titles a gobject property in the process)
MattTheCat
as Matthew Gatto
More... about 14 years ago
Fixed a crash upon receiving title information for a dummy account player (i.e. one of the titles is "(D)")
MattTheCat
as Matthew Gatto
More... about 14 years ago
Removed all of the Queue update stuff in PlayerTabSection which isn't necessary anymore now that status and rating change updates to the GUI are more fine-grained
MattTheCat
as Matthew Gatto
More... about 14 years ago
Added "Wild" rating info column to Player tab
MattTheCat
as Matthew Gatto
More... about 14 years ago
Limited the 'who' command input that we receive after finishing a FICS game to decrease the time the UI is frozen
MattTheCat
as Matthew Gatto
More... about 14 years ago
Merged with revision a4cb276849fb
MattTheCat
as Matthew Gatto
More... about 14 years ago
Renamed FICSPlayerOnline & FICSGamesInProgress to FICSPlayers and FICSGames since they're now used to store adjourned games and offline players, and made them GObject's so they can have their properties monitored and be stored in the Gtk.ListStore's of ICLounge.py. Introduced a FICSAdjournedGame subclass of FICGame and made AdjournedTabSection store it directly in its Gtk.ListStore. Added FICSPlayer.online property and made Rating.elo, FICSPlayer.{status,online,game}, and FICSGame.private all GObject properties and improved player status/rating update strategy to: player.copy(), change the relevant properties of the copy, and update the original with only differing properties to avoid emitting any property change signals unless a property actually changed. Added .display_* properties to FICSPlayers and FICSGames to move formatting and translatable code out of FICSLounge and centralize it. Moved alot of the player update and signal emission code out of FICSObjects and put it into the ic/managers/*.py. Made FICSGames store games in an alternate dictionary indexed by gameno and added a games.get_game_by_gameno() to access it, because sometimes FICS references games in its output only by gameno. Removed self.players from GameListManager and introduced substitutions: FICSPlayers.get_online_playernames(). Added an InfoBar notification for when a player we have an adjourned game with connects.
MattTheCat
as Matthew Gatto
More... about 14 years ago
Changed FICS admin icon
MattTheCat
as Matthew Gatto
More... about 14 years ago
Mainline helper More... about 14 years ago
Fixed undo bug More... about 14 years ago
Made chat window use FICSPlayer{Entered,Exited} signals and fixed bugs where private tells weren't sent to or received from players with titles
MattTheCat
as Matthew Gatto
More... about 14 years ago
Fixed missing date bug when game was tarted from enter notation menu More... about 14 years ago
Hide FICS passwords in log file More... about 14 years ago
imported patch disable-observe-button-when-player-is-playing-private-game.patch
MattTheCat
as Matthew Gatto
More... about 14 years ago
merge More... about 14 years ago
Implement missing undo More... about 14 years ago
Implemented prefer figures in notation option More... over 14 years ago
imported patch ficsobjects-cleanup.patch
MattTheCat
as Matthew Gatto
More... over 14 years ago