1
I Use This!
Inactive

Commits : Listings

Analyzed 41 minutes ago. based on code collected about 7 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added the modified() slot and changed() signal to the KeysConf widget. have changed() being fired when the user adds a command, changes a command, or deletes a command More... over 22 years ago
added the functionality to the keybindings plugin for adding commands, and for editing the commands and removing them, which is accessed by double-clicking on the command to edit/remove. More... over 22 years ago
fixed the sorting issue! added some stuff to keybindings ui! More... over 22 years ago
increased the listview's width by 1, to get rid of the horizontal scrollbar. More... over 22 years ago
removed a printf statement from win.cc More... over 22 years ago
fixed a typo in win.cc for connecting the apply button to it's slot More... over 22 years ago
changed the plugin's modified()/setModified() functions to isModified()/setIsModified() so as to aoid confusion with the widget's modified() slot and what was modified() property of a plugin. More... over 22 years ago
couldnt sleep. gr. thot of stuff. changed a couple slots in plug.h from public to protected, and renamed reset() to load() as this is more appropriate. the MainWindow's fucntion remains reset() and changed its save() to apply(). added load() to the constructor of all of the plugins. fixed up the bbconf plugin to be more clean, added some functions to get rid of duplicate code. More... over 22 years ago
wow. k.. got rid of Plugin::close() as it was pretty pointless now. changed all teh plugins to reset their modifiedValues. Keybindings will work as soon as the slots/signals are all set up for the widgets! (vanrijn.. look at the others if you're confused or just dont worry about it. i can do it when you're done the dialogs. but its basically, in designer, adding slots to everything (protected) called modified(), and then in the impl class, add a signal called changed() and make modified() do nothing but call changed(). then also in the designer, you have to make *all* of the widgets connect to the main widget's modified() slot. the custom widgets you've made already have a changed() signal, and they do the same thing inside of them. pretty slick. ill do it or explain further later if you don't follow what i'm talking about. im sure youre thoroughly confused! (if you even read this) i think thats about all of the changes on this commit.. fun! oh, and whats with that QFont error in the TWTextSel widget? oh, ya, and check out the widgets.cw in plugins/themes, maybe that shoiuld be moved somewhere else. load it into designer and have a peek, its pretty sliq. (you load it in the "edit custom widgets" dialog in case you forget). More... over 22 years ago
got these slots to work right. class Plugin is now a subclass of QObject. added modified() setModified() setModified(bool) to the class Plugin, which the plugins can use, and the MainWindow can use. the themes plugin now will ask you to save your settings if something is changed and you leave it's widgets! w0Op! More... over 22 years ago
the themes plugin should be keeping track of being modified or not.. but its not working. some kid of QT slot/signal problem going on. compiles tho. changed win.cc so that plugins can only add one widget at the top level of the tree. (they can put more in their tree, but only one is added to the ListView) More... over 22 years ago
changed the accelerators on the toolbox plugin's main page so they don't clash with the MainWindow's 'Alt+A' hotkey. More... over 22 years ago
added a min height to tb_main so that it starts with the dialog not partly hidden. would be *nice* to have a scrollabr on this page... added a protected slot: modified() to all of the toolbox plugin's widgets and forms. added a signal: changed() to all of the toolbox plugin's widgets and forms. connected up the singals and slots so that when anything is modified in any of the widgets, the modified() slot on the toolbox plugin's forms is fired. this will next we used to keep track of it anything on the forms has been modified. added the widgets.cw file. this is a custom widget description file. load it into qt designer to set the slots, signals, properties and other things for each custom widget. More... over 22 years ago
added reset() functionality to the bbconf plugin More... over 22 years ago
fixing compile error--header for new class moved to keybindings.h
vanRijn
as vanrijn
More... over 22 years ago
adding new files for real keybindings configurator
vanRijn
as vanrijn
More... over 22 years ago
adding ui for keyconf base class
vanRijn
as vanrijn
More... over 22 years ago
default button didnt work, no more default button More... over 22 years ago
added tr()'s and made &Apply the default button on the main window More... over 22 years ago
made dialogs work right, made the main window a widget instead of a dialog. woop More... over 22 years ago
improved dialog code More... over 22 years ago
made the prompt dialog's buttons focus right More... over 22 years ago
fixed refresh problem More... over 22 years ago
stuff. dialog to prompt saving, on exit not quite right yet More... over 22 years ago
changed the plugin structure, removed the ok/cancel buttons More... over 22 years ago
added the tb_main files which were missing More... over 22 years ago
adding ui for main toolbox widget
vanRijn
as vanrijn
More... over 22 years ago
- let's see.... adding new files for themes plugins--an image and a new base class--tb_main - buildui.sh--added a couple of echos to make it easier to tell what the heck it's doing - configure/configure.in changed/regenerated with new directory info - tried switching order for main.cc's plugin list to no avail - redid window base class so we don't take up so much vertical space - fixed all base widget classes (had a New Item left in a dropdown on accident) - added widget_main and ToolboxMain to themes files, complete with slots that haven't been implemented yet
vanRijn
as vanrijn
More... over 22 years ago
<shrug> More... over 22 years ago
hitting apply, applies the selected QT widget style to the app in the bbconf plugin. this is temporary sorta, and just to show how it will be, not final. More... over 22 years ago