1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
menu plugin functionality
vanRijn
as vanrijn
More... over 22 years ago
Starting to add load functionality to the menu plugin. More... over 22 years ago
adding filedialog preview widget and breaking it out from tb_main.cc
vanRijn
as vanrijn
More... over 22 years ago
more changes for menu editor
vanRijn
as vanrijn
More... over 22 years ago
added the modified() slot and connected some stuff to it. nice work on the menu one so far! :) More... over 22 years ago
- umm. increasing initial version number to 1.0 out of prideful reasons - adding menu editor plugin, woot
vanRijn
as vanrijn
More... over 22 years ago
- umm. changed load order so we do bbconf first in plugin list.... - made bbconf actually presentable and usable.... - changed Blackbox Style Editor to Style Editor for brevity's sake....
vanRijn
as vanrijn
More... over 22 years ago
adding image files for bbconf plugin, changing preferences class
vanRijn
as vanrijn
More... over 22 years ago
woot!! - working file preview dialog now.... (duh--stupid stinking empty constructor....) - redid help widget to actually do something useful - changed caption for preferences_base--although I'm still not satisfied with it....
vanRijn
as vanrijn
More... over 22 years ago
- adding save_as() and open_new() to plugin.... - using these for open/save_as dialog
vanRijn
as vanrijn
More... over 22 years ago
adding file preview functionality (beginnings of)
vanRijn
as vanrijn
More... over 22 years ago
w00t!!
vanRijn
as vanrijn
More... over 22 years ago
cleaned up code a smidge
vanRijn
as vanrijn
More... over 22 years ago
w00t. toolbox is now working for style-file loading. All our widgets and panels are being populated properly, as far as I can tell (haven't dug too horribly deep, but it looks good). All we have left for toolbox is the style-file opening (easy), "save as" (also easy), and the actual style-file writing (not too hard).
vanRijn
as vanrijn
More... over 22 years ago
plugin class now writes flat files. added clearSaveResources() -- clears out the to-save database. should be called at the top of "save()" so as to get a fresh db to put your stuf into, otherwise it'll double in size every time you hit 'apply'. saveResourceBlank() -- inserts a blank line at the end of the to-save db saveResourceComment(QString) -- inserts a comment at the end of the to-save db prefixed with a "! " to make it a comment in the XrmDatabase. got rid of the call to savedb() in themes::save() so as to not empty all our style files. More... over 22 years ago
almost done implementing writing the files ourselves.. gotta add a saveResource() or two. and just write the qlist to the file that i am now opening. More... over 22 years ago
umm.
vanRijn
as vanrijn
More... over 22 years ago
plugin is gunna save stuff in a QList.. started that.. More... over 22 years ago
stink
vanRijn
as vanrijn
More... over 22 years ago
trying hard link in CVS
vanRijn
as vanrijn
More... over 22 years ago
removing test--failed
vanRijn
as vanrijn
More... over 22 years ago
testing symlinks in CVS
vanRijn
as vanrijn
More... over 22 years ago
removed 'moddb' from Plugin. now the new db entries are merged with the old. More... over 22 years ago
had fixed one version of loaddb() but missed the other. fixed it now. More... over 22 years ago
for the plugin class: loading the database now resets the 'moddb' so saving is always a properly fresh database. More... over 22 years ago
got the themes plugin saving/loading the 'misc' page. At the moment, saving a XrmDB will write a new one from scrath, sorta, tho that's broken too. Need to figure out how to deal with having less style.comment.*'s in the new db... More... over 22 years ago
improved the save functionality of the class Plugin. added the ability to save/load the type QColor. More... over 22 years ago
added some functions to class Plugin. added some sample code and comments to theme.cc More... over 22 years ago
- um. changing the main widget--we really don't need a "new" button, I don't think, so I'm taking it off--I can add it on later if I must. - themes.cc now has the beginnings of a loader--it will pick up the style file that blackbox is currently using and it's getting ready to load the widgets and panels with it.
vanRijn
as vanrijn
More... over 22 years ago
- adding 2 new files for themes ease of use - adding get/set functions for all tbwidget classes. these should be all set to go. We still need to add accessors to the panels to use these
vanRijn
as vanrijn
More... over 22 years ago