summaryrefslogtreecommitdiff
path: root/gladeui/glade-signal-model.h
Commit message (Collapse)AuthorAgeFilesLines
* Headers cleanupJuan Pablo Ugarte2020-09-211-0/+1
| | | | Add missing copyright notes
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-1/+1
|
* Removed glade3 stringJuan Pablo Ugarte2012-05-171-1/+1
|
* Added support for signal detail. Fixes bug #670792 "Unable to connect to ↵Juan Pablo Ugarte2012-03-231-0/+1
| | | | specific notify signals."
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-241-1/+1
|
* * gladeui/glade-signal-model.[ch]:Tristan Van Berkom2011-01-101-26/+27
| | | | | - Fixed indentation - Relicense as LGPL as Johannes Schmid said that was ok.
* gladeui: Reduce signal-model columns, add cell_data_funcs insteadJohannes Schmid2011-01-091-4/+0
| | | | Fixes a lot of drawing glitches in the tree view.
* gladeui: Implemented devhelp column in signal-editor, fixed some bugs.Johannes Schmid2011-01-091-0/+1
|
* glade-signal-editor: Adapt to tristan's UI wishesJohannes Schmid2011-01-071-1/+1
|
* gladeui: Implement version warning and tooltips in signal-modelJohannes Schmid2011-01-051-1/+2
|
* gladeui: Fix changes due to member sealingJohannes Schmid2011-01-051-2/+2
|
* signal-editor: Update model correctly when adding/changing/removingJohannes Schmid2010-07-091-1/+1
| | | | Show widgets with associated signals in bold when there are handlers defined.
* signal-editor, signal-model: Added adding and changing of signal handlersJohannes Schmid2010-07-081-2/+3
| | | | Also fixed the iter->stamp stuff to change correctly when an iterator becomes invalid.
* signal-model: Implemented signal model inside GladeSignalEditorJohannes Schmid2010-06-291-1/+3
| | | | | This is the initial implementation, it is able to show all signals and also shows a dummy signal handler to be able to add new handlers to a signal.
* signal-model: Initial implementationJohannes Schmid2010-06-061-0/+68
Doesn't work yet...