summaryrefslogtreecommitdiff
path: root/pidgin/plugins/unity/unity.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all of the tune apiGary Kramlich2023-03-201-1/+0
| | | | | | | Testing Done: Compiled, built `pidgin-pot`, and ran the unit tests. Reviewed at https://reviews.imfreedom.org/r/2368/
* Remove all of the current Mood APIGary Kramlich2023-03-201-1/+0
| | | | | | | | | | | The functionality of the mood api is being moved into PurplePresence via the soon to be added Emoji and Message properties. As such we have no need for the existing API which is why we are removing all of it. Testing Done: Ran `ninja pidgin-pot all tests` successfully and verified there were no new warnings. Reviewed at https://reviews.imfreedom.org/r/2366/
* Mark unused parameters as such for all of the pidgin pluginsGary Kramlich2023-02-211-13/+21
| | | | | | | Testing Done: Turned the warning level up to 2, compiled, and verified the warnings were gone. Reviewed at https://reviews.imfreedom.org/r/2252/
* Update Pidgin to stop using deprecated account methodsGary Kramlich2022-12-121-5/+13
| | | | | | | Testing Done: Compiled verified less warnings Reviewed at https://reviews.imfreedom.org/r/2116/
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-2/+2
| | | | | | | | | See [this development thread for a future Fedora change](https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/CJXKTLXJUPZ4F2C2VQOTNMEA5JAUPMBD/) or [the proposed change page](https://fedoraproject.org/wiki/Changes/PortingToModernC). These may be made stronger errors in GCC 14. Testing Done: Configured with `-Dc_args='-Werror=implicit-int -Werror=implicit-function-declaration -Werror=int-conversion -Werror=strict-prototypes -Werror=old-style-definition'` and compiled. Reviewed at https://reviews.imfreedom.org/r/1974/
* Rename PidginConversationWindow to PidginDisplayWindow as it holds more than ↵Gary Kramlich2022-09-171-6/+6
| | | | | | | | | | | | | conversations now Renaming the files will come after this has landed. Testing Done: Opened a conversation. Bugs closed: PIDGIN-17657 Reviewed at https://reviews.imfreedom.org/r/1774/
* Move Pidgin plugins into their own subdirectoriesElliott Sales de Andrade2022-09-121-0/+674
Again, not sure if you'll have to do something special for the moves. Testing Done: Compile only. Reviewed at https://reviews.imfreedom.org/r/1743/