Commit History

Author SHA1 Message Date
  Maarten ter Huurne f5b0b0f2f8 Fixed secondary sort order: if primary key uses reverse order, stick to normal order for secondary key. 16 years ago
  Manuel Bilderbeek 0c85f31241 Added testing of machines, see ChangeLog 16 years ago
  David Heremans 2e6a57f65f Fixed the compagny spelling 16 years ago
  Maarten ter Huurne fd1f56578c Use list comprehension instead of append(). 16 years ago
  Maarten ter Huurne e6d1cf3235 Minor cosmetic fixes. 16 years ago
  Maarten ter Huurne 836ae6fc52 We only want to use new-style classes, so use "object" as a base class if there is no actual base class. 16 years ago
  Maarten ter Huurne 05e035499c Various cleanups. 16 years ago
  Maarten ter Huurne cea234deec Cosmetic fixes. 16 years ago
  Maarten ter Huurne 006ceb13a1 Various cleanups, mostly (but not all) cosmetical. 16 years ago
  Maarten ter Huurne 93596b8171 Various cosmetic fixes. 16 years ago
  Maarten ter Huurne d4c470df78 Improved layout and added some TODOs. 16 years ago
  Manuel Bilderbeek 5f4ef945ea Use quotes around executable name to prevent problems if the path has spaces (e.g. on Windows when it's in Program Files) 16 years ago
  Manuel Bilderbeek c5c482d442 Removed some old cruft, cleaned up the config code and removed the debugger config, which was mostly duplicated and not used yet anyway 16 years ago
  Manuel Bilderbeek 246b30939d Removed some code duplication, which I forgot to remove earlier... 16 years ago
  Manuel Bilderbeek 3265016f5e Oops, forgot to save one file for the previous cleanup... 16 years ago
  Manuel Bilderbeek baa0146e04 Minor cleanups in preventing unused variable warnings 16 years ago
  Manuel Bilderbeek 5a307c7fde More restructuring of media handlers, using base classes to factor out common code. Used to properly create a mappertype history feature, which may not work perfectly yet. 16 years ago
  David Heremans d7ca265085 Quick check in from some WIP, currently the callback applyMedia will set disks/carts in the old machine before the switch is made it seems. 16 years ago
  David Heremans 3357cfe198 whoops, previous commit trashed some of Quibus' changes... 16 years ago
  David Heremans 1a6ef93dc4 more splitters and slideshow widgetsm and some more ui for the softwaredb 16 years ago
  Maarten ter Huurne e982eb33bf Fixed error in previous commit: if isinstance returns False, __cmp__ should return a nonzero value. 16 years ago
  Maarten ter Huurne 529b1e7987 Do instanceof() checks in __eq__ and __cmp__. Use decorator for static methods. Improved docstrings. Wrapped long lines. 16 years ago
  David Heremans 39089b55ef some more openmsxcd stuff (bugfixes, slideshow widgets) 16 years ago
  Manuel Bilderbeek 40da583170 Fixed bug with browsing media 16 years ago
  Manuel Bilderbeek 067ba25dc3 Enabled multiple select for IPS patches 16 years ago
  Manuel Bilderbeek dee02ded7d Some clean ups: use inheritance more normally and remove unused function 16 years ago
  Manuel Bilderbeek 51907edbe2 Query medium in a new slot. Sometimes there's already something in it, e.g. in case of hard disks 16 years ago
  Manuel Bilderbeek 1533341818 Forgotten rename from cassette player to cassette deck 16 years ago
  Manuel Bilderbeek b2e2ad64ec Add baseclass for patchable media to prevent keeping patchlists for media that cannot have patches 16 years ago
  Manuel Bilderbeek 46b6d60a77 Quick fix for bug in updates on volume-settings which are registered as machineN::name 16 years ago