summaryrefslogtreecommitdiff
path: root/pidgin/pidginstatuseditor.c
Commit message (Collapse)AuthorAgeFilesLines
* Use Adwaita widgets in status editorElliott Sales de Andrade2023-03-291-15/+8
| | | | | | | | | | | The `PidginStatusChooser` is also changed from a `GtkDropDown` to a `AdwComboRow` as everything that uses it is now in an `AdwPreferencesGroup`. Also simplifies a bit of the status editor by using responses instead of widgets. Testing Done: Compiled and opened Statuses, modified an existing one and confirmed the dialog was reloaded correctly and appeared to work. Reviewed at https://reviews.imfreedom.org/r/2396/
* Bump C standard to C99 for Pidgin files and fix warningsElliott Sales de Andrade2022-11-281-1/+3
| | | | | | | | | Bump C standard to C99 for Pidgin files only and fix warnings Testing Done: Touched all Pidgin files, compiled and saw no new warnings. Reviewed at https://reviews.imfreedom.org/r/2103/
* Port PidginStatusEditor to GTK4Gary Kramlich2022-05-101-4/+4
| | | | | | | Testing Done: Compiled. Reviewed at https://reviews.imfreedom.org/r/1420/
* Add source files to GObject introspectionElliott Sales de Andrade2022-08-021-1/+1
| | | | | | | | | And also fix all properties/signals/non-docs that were incorrect. Testing Done: Built docs and found no new warnings. Checked some docs for newly-available property/signal docs. Reviewed at https://reviews.imfreedom.org/r/1568/
* Add a new templated PidginStatusEditor and wire it up.Gary Kramlich2022-05-061-0/+297
The substatuses were ignored for now as their future remains unclear. This greatly simplified this widget. Testing Done: Tested everything I could think of in the UI as well as ran the docs without issue. Reviewed at https://reviews.imfreedom.org/r/1363/