Commit Graph

211 Commits

Author SHA1 Message Date
Mark Long 4017192546 More cleanup of binaryfile/intbasicfile/textfile 2025-10-04 12:49:18 -05:00
Mark Long e337551099 Updated DiskFile to use smart pointers 2025-10-03 17:23:50 -05:00
Mark Long 80ff9e9b3d More work on diskfiles 2025-10-03 17:20:37 -05:00
Mark Long f5618e435c More iterative improvments to src/applesoftfile 2025-10-03 17:01:21 -05:00
Mark Long 43f3d615e4 Broke character set classes into their own files 2025-10-01 00:01:31 -05:00
Mark Long 9d92358194 Updated OpCodes class 2025-09-30 23:48:17 -05:00
Mark Long 2b07c13fcc Broke TSPair into its own files. Added project notes. 2025-09-30 23:22:35 -05:00
Mark Long cb48b154b6 Cleaned up old-school style signal/slot connects/disconnects 2025-09-30 21:42:43 -05:00
Mark Long 64a909e055 Modernized and cleaned up src/ui/widgets 2025-09-30 21:36:35 -05:00
Mark Long 31b3a93e39 Modernized src/ui/viewers classes 2025-09-30 21:19:15 -05:00
Mark Long 7f2ec45d1a Changed viewer UI files to use unique_ptr instances 2025-09-30 21:06:57 -05:00
Mark Long 69500e4c14 Improved CMakeLists ordering and readability 2025-09-30 20:56:48 -05:00
Mark Long 620fe4394e Updated diskexplorer files and some other various cleanup 2025-09-30 20:51:51 -05:00
Mark Long dca1bf01de Updating TextFile 2025-09-30 20:40:05 -05:00
Mark Long 05fd56d4e3 Cleaned up src/ui/diskexplorer code 2025-09-30 20:32:03 -05:00
Mark Long 4123b83bbf Adding note for where to find file format for Relocatable Files 2025-09-30 17:52:52 -05:00
Mark Long 438cb82817 Fixed RelocatableFile viewer 2025-09-30 17:46:05 -05:00
Mark Long 46a021ecba Modernized src/memory and reorganized src/relocatablefile 2025-09-30 15:08:23 -05:00
Mark Long 2bfb0b375e Further cleanup of the jumplines code 2025-09-30 14:33:52 -05:00
Mark Long 5273bc8f9e Moved jumplines classes into binaryfile directory 2025-09-30 14:20:13 -05:00
Mark Long 99567ed701 Cleaning up internals/jumplines code 2025-09-30 14:16:14 -05:00
Mark Long c25fb2ad2d Cleanup and moderinzation of other files in src/diskfiles/dos33 2025-09-30 13:47:19 -05:00
Mark Long 8dd63089f8 Updating VTOC signature 2025-09-30 13:30:32 -05:00
Mark Long fed7d1d830 More cleanup of src/binaryfile 2025-09-30 12:13:15 -05:00
Mark Long e52b4c0745 Formatting cleanup 2025-09-30 11:53:49 -05:00
Mark Long db484d7133 Encapsulated SymbolSize and AssemblerSymbol into AssemblerSymbols class 2025-09-30 11:43:51 -05:00
Mark Long 5776dcb4b3 Cleaned up binaryfile subdir more. 2025-09-30 11:35:06 -05:00
Mark Long e3fa26890b Removed another naked pointer 2025-09-30 11:17:41 -05:00
Mark Long b8db63ae45 Removed more unnecessary bare pointer references. 2025-09-30 11:05:17 -05:00
Mark Long b66c765052 Made the instance of BinaryFileMetadata a reference value instead of a pointer value 2025-09-30 10:52:06 -05:00
Mark Long 0474ff90cd Cleaned up files in src/binaryfile 2025-09-30 10:35:18 -05:00
Mark Long d22ef69e43 Cleaned up src/applesoftfile/* 2025-09-30 10:00:19 -05:00
Mark Long 63360db227 Further improved GenericFile tree 2025-09-30 09:35:39 -05:00
Mark Long 4254758495 Added attributes to GenericFile and its descendants 2025-09-30 09:23:05 -05:00
Mark Long b191a39f39 Modernized interface to GenericFile and aligned all inherited classes 2025-09-30 09:17:22 -05:00
Mark Long 6af6de33e8 Fixed MemoryUsageMap to use composition instead of inheritance. 2025-09-28 20:50:36 -05:00
Mark Long a5b0a65ccd Converted enum to enum class in ApplesoftFormatter. Also improved inline initialization 2025-09-28 20:33:25 -05:00
Mark Long 961cf6e8fd Modernized some code, cleaned up inline initialization, and moved from QVector to QList 2025-09-28 20:22:05 -05:00
Mark Long 6a7e81b6b8 Fixed warning in HiresScreenWidget.cxx 2025-09-28 16:12:48 -05:00
Mark Long 99da19935c Removed legacy .pro file and support files 2025-09-28 15:51:24 -05:00
Mark Long 69476215cd Moving to CMAKE 2025-09-28 15:37:32 -05:00
Mark Long 27026e27cc Finishing normalizing filenames and extensions 2025-09-28 14:02:35 -05:00
Mark Long c89b625437 Continuing to normalize filenames and extentions 2025-09-28 12:55:36 -05:00
Mark Long f8e1d5bbb4 Continuing to normalize filenames 2025-09-28 01:14:43 -05:00
Mark Long 223440cdb4 Continuing to normalize filenames 2025-09-28 00:51:57 -05:00
Mark Long fa8da4e75e Updating AppleSAWS.pro 2025-09-28 00:28:15 -05:00
Mark Long 4f21550206 Continuing to normalize filenames 2025-09-28 00:22:39 -05:00
Mark Long 42c4f25a27 Normalizing some file names and paths 2025-09-28 00:12:09 -05:00
Mark Long e70be2950c Updating build settings. 2025-09-27 23:44:21 -05:00
Mark Long 342aea0009 Moved hiresviewwidget.* to widgets directory 2025-09-27 23:36:15 -05:00