1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
compiles now More... almost 23 years ago
adding the ui for the bbconf plugin More... almost 23 years ago
adding te preference widget for the bbconf plugin More... almost 23 years ago
added a bbconf plugin. doesnt compile yet. not sure why. More... almost 23 years ago
adding a "bbconf" plugin which will hold configuration options for the bbconf program. More... almost 23 years ago
added the reset and help buttons More... almost 23 years ago
saving and loading now occurs, and calls the plugins' save() and load() More... almost 23 years ago
changing fixed colorbutton height to 30 from 22
vanRijn
as vanrijn
More... almost 23 years ago
tabbing fixes for panel widgets
vanRijn
as vanrijn
More... almost 23 years ago
fixing tab order for widgets, w00t
vanRijn
as vanrijn
More... almost 23 years ago
added files to the project More... almost 23 years ago
moved the TreeNode class out of plugin.h into tree.h More... almost 23 years ago
the ui is no longer being used. the dialog has been coded by hand, based on what qt designer spit out before. More... almost 23 years ago
when done loading the plugins, it will auto select the first item in the listview now More... almost 23 years ago
widget stack is working now, and added a splitter to the main dialog. More... almost 23 years ago
half working new dialog More... almost 23 years ago
toolbox now shows all widgets now, w00t
vanRijn
as vanrijn
More... almost 23 years ago
redoing the main dialog More... almost 23 years ago
putting UIC_NOT_NEEDED back in
vanRijn
as vanrijn
More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
fixed the configure.in back up More... almost 23 years ago
added the main dialog's ui More... almost 23 years ago
added files for this to compile ;) More... almost 23 years ago
added the ui More... almost 23 years ago
so many changes. got a main form now! More... almost 23 years ago
- first stab at implementing subclass slots... will check compilation of said stab tomorrow...
vanRijn
as vanrijn
More... almost 23 years ago
- moving buildui.sh to main root =:) (yeah, yeah, I know...) so we don't have to maintain it in different places. Also, replaced `ls | head` with -nt builtin shell test to see which file's newer.
vanRijn
as vanrijn
More... almost 23 years ago
adding layout to toolbar_base and window_base; adding get/set slots for base widgets
vanRijn
as vanrijn
More... almost 23 years ago
removing old files not needed anywhere
vanRijn
as vanrijn
More... almost 23 years ago
- *sigh* - fixing configure.in again - okay, here's the thing. I think that kdevelop uses admin/configure.in.min to recreate configure.in every time that it does something (dang kdevelop). So I changed admin/configure.in.min in the hopes that the next time kdevelop does something, it at least keeps the changes that I've put into configure.in. I think the problem is that since the project was based on a mini-kde2 one, it copied in the configure.in.min file for that sort of an environment. Hopefully it's fixed now. If not, we'll need to create a dummy normal-qt2 project and copy the entire admin directory over the top of what we have. But I think we should be good now, at least configure-issues related.
vanRijn
as vanrijn
More... almost 23 years ago