summaryrefslogtreecommitdiff
path: root/gladeui/glade-signal-model.c
Commit message (Collapse)AuthorAgeFilesLines
* Headers cleanupJuan Pablo Ugarte2020-09-211-0/+2
| | | | Add missing copyright notes
* Rename GladeSignalClass to GladeSignalDef and declare it as boxedCorentin Noël2019-06-141-27/+27
|
* GladeSignalClass: rename glade_signal_class_get_typeCorentin Noël2019-06-091-6/+6
|
* Couple of fixes for memory leaks found with valgrindCorentin Noël2019-05-211-4/+8
| | | | Most of them are unfreed string and missed GList elements.
* introspection: Add many annotations to sourcesCorentin Noël2019-04-011-3/+5
|
* Fix tab/space identationJuan Pablo Ugarte2018-08-021-209/+210
|
* Use g_ptr_array_find() from GLibJonh Wendell2017-05-041-20/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=782161
* Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macrosJuan Pablo Ugarte2014-04-171-3/+2
| | | | Fixed function prototype identation and spacing.
* Removed glade3 stringJuan Pablo Ugarte2012-05-171-1/+1
|
* gladeui/glade-signal-editor.[ch]:Juan Pablo Ugarte2012-03-311-29/+30
| | | | | | | | | | o added GladeSignalEditor::detail-suggestions signal o Fixed memory leak on handler-suggestion emmision gladeui/glade-signal-model.c: Removed "__dummy" object data hack Now only the data model returns user strings like <Type Here> when the GladeSignal value is null gladeui/glade-signal.c: fixed bug in glade_signal_set_detail() that allowed to set an empty string as a detail
* Added support for signal detail. Fixes bug #670792 "Unable to connect to ↵Juan Pablo Ugarte2012-03-231-170/+170
| | | | specific notify signals."
* Fixed bogus runtime warning in glade_signal_model_iter_n_children() when it ↵Juan Pablo Ugarte2012-03-191-161/+147
| | | | | | is called with a NULL iter Fixed space identation (we use * next to the variable name)
* * 41 files: Fixed typo in LGPL License file headers.Tristan Van Berkom2011-01-241-1/+1
|
* gladeui: Finish up anjuta/glade dnd integrationJohannes Schmid2011-01-211-3/+9
|
* * gladeui/glade-signal-model.c: Watch the "support-changed" signal on ↵Tristan Van Berkom2011-01-131-9/+46
| | | | | | | | | GladeWidget and update support warnings on dummy rows as well as emit "row-changed" for all rows * gladeui/glade-signal-editor.c: Left align the warning icon and expand the first row of the signal tree when loading a widget.
* * gladeui/glade-signal-model.[ch]:Tristan Van Berkom2011-01-101-676/+671
| | | | | - 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-61/+16
| | | | Fixes a lot of drawing glitches in the tree view.
* gladeui: Implemented devhelp column in signal-editor, fixed some bugs.Johannes Schmid2011-01-091-37/+60
|
* gladeui: Reflect in tree model that GladeSignal is an object and use proper ↵Johannes Schmid2011-01-091-3/+3
| | | | refcounting
* glade_signal_model: Simplify model with new GladeSignal featuresJohannes Schmid2011-01-071-179/+74
|
* glade-signal-editor: Adapt to GladeSignal changesJohannes Schmid2011-01-071-1/+1
|
* glade-signal-editor: Adapt to tristan's UI wishesJohannes Schmid2011-01-071-384/+395
|
* gladeui: Adapter to GladeSignal GObjectificationJohannes Schmid2011-01-061-1/+1
|
* gladeui: Fixed coding styleJohannes Schmid2011-01-051-52/+100
|
* gladeui: Implement version warning and tooltips in signal-modelJohannes Schmid2011-01-051-9/+28
|
* gladeui: Fix changes due to member sealingJohannes Schmid2011-01-051-41/+69
|
* gladeui: Fix state of checkitems in signal-editorJohannes Schmid2010-12-311-2/+2
|
* signal-editor: Add drag and drop animationJohannes Schmid2010-08-011-4/+14
|
* signal-editor: Implement basic drag and drop supportJohannes Schmid2010-07-251-1/+60
|
* signal-editor: Update model correctly when adding/changing/removingJohannes Schmid2010-07-091-4/+70
| | | | 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-17/+130
| | | | Also fixed the iter->stamp stuff to change correctly when an iterator becomes invalid.
* signal-model: Implemented signal model inside GladeSignalEditorJohannes Schmid2010-06-291-50/+149
| | | | | 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/+660
Doesn't work yet...