updated dummy m anga file to have more throughout class defination for per volume/chapters, I still need to update the actual manga_pages and the manga_info classes then we can make a move on working on the 'meta' constructor for all of these objects to test the manga index + manga pagation/viewer
broke off the viewer into its own file for now, and in middle of updating the manga_info class in the DummyManga.rb file, not done, still need to work on defining the API, and may export some of that settings/newly defined stuff into the manga_page, i might even re-create that API to be a bit more consistant
Working volume/chapter/page pagation, and 'goto' from the combobox menu, now i need to alter the dummy class to start to randomize some of the paramters so i can test to ensure various functions are working properly with the pagation and the combobox selection, then I need to probably clean up and make the actual callbacks being more 'generic'
Tweaked the manga-view.glade file to allow me to hide/show any "group" of combo boxs like page, chapter, volume on a per manga site basis, however one thing is ticking off is, there seems to be no easy way to allocate spaces to the widget on a "ratio" basis
I give up for tonight, i got the auto-renew on the chapters part to work, but just not the volume, i have to *double click* to get it to advance to the next page, which is quite irrating, seems like there's something screwed up in the state..... pisses me off
Well the next page function works, but when it switches to next chapter, it needs double click to get next page, and when it switches to next volume, it needs a triple click to get to the next page, this is not optimal, I also caught a "non-intutive" part of the API that got me, it had to do with the translation between chapters and volumes....
Added some inital API draft into the manga-pages.txt but they're out of date now, probably should remove them. Then also created a 'DummyManga.rb' which will implement the 'interface' and will be using sample data out of DummyManga-Data directory so I will be able to use it to test out the interface and 'rough it up' some more
Moved the old notes, and created 3 new notes that will be the cleaned up/finalized 'general api' for each part of the data backend, then i will fill out the format that it is required, and what to do if the data does not exit, or does not exist yet but will exist if more information is fetched, and so forth, then once that is done it will be time to formally define the API
created a rough draft manga list in glade, need to classify all of the data types used first, which is listed in both of the text files included in this commit, the sql-manga-data.txt is the file that has list of all sites collected in one spot and some attempts of simpifying it has been done, still need a ton of cleaning up and deciding what is important data and what is not