| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Testing Done:
Ran pidgin3 from the `devenv` and verified the plugins were all still available.
Reviewed at https://reviews.imfreedom.org/r/1136/
|
|
|
|
|
|
|
|
|
| |
shouldn't have
Testing Done:
ran in a devenv with `G_DEBUG=fatal-warnings gdb --args pidgin3` and verified these no longer halted the program.
Reviewed at https://reviews.imfreedom.org/r/1089/
|
|
|
|
|
|
|
|
|
| |
This is not really a core option, and even has a different meaning in Finch.
Testing Done:
Run `finch3 -d` and see debug window open by default; run `pidgin3` and see debug output printed.
Reviewed at https://reviews.imfreedom.org/r/1080/
|
|
|
|
|
|
|
|
|
| |
This ensures that output at startup is captured, which is mostly just the error about finding the `theme.css` file.
Testing Done:
Opened/closed the Debug Window, and checked that there were no log messages on the terminal.
Reviewed at https://reviews.imfreedom.org/r/1071/
|
|
|
|
|
|
|
|
|
|
| |
We still need to finish integrating the History API into Pidgin, but moving this
out of the way first will make that easier.
Testing Done:
Ran pidgin3 and verified all of the menus were still functional with the logging stuff removed.
Reviewed at https://reviews.imfreedom.org/r/1039/
|
|
|
|
|
|
|
| |
Testing Done:
Ran Pidgin with `PIDGIN_PLUGIN_PATH` set to somewhere not in the default.
Reviewed at https://reviews.imfreedom.org/r/970/
|
|
|
|
|
|
|
|
|
| |
needs to be completely overhauled for the new emoji api when we write it.
Testing Done:
Ran the unit tests, `ninja pidgin-pot doc`, ran pidgin3, opened the preferences page, verified the `custom smileys menu was removed`, sent messages over xmpp with text smileys and verified that pidgin 2 still rendered them.
Reviewed at https://reviews.imfreedom.org/r/852/
|
|
|
|
|
|
|
|
|
| |
supports
Testing Done:
Opened a conversation, as well as the plugins and help dialogs.
Reviewed at https://reviews.imfreedom.org/r/898/
|
|
|
|
|
|
|
|
|
| |
PidginPresenceIcon
Testing Done:
Modified an icon and verified it was being used (and of course reverted).
Reviewed at https://reviews.imfreedom.org/r/885/
|
|
|
|
|
|
|
| |
Testing Done:
Compiled, installed, and compiled a simple `#include <pidgin.h>` file.
Reviewed at https://reviews.imfreedom.org/r/657/
|
|
|
|
|
|
|
|
|
|
|
| |
* Convert credentials page to use `HdyPreferencesGroup` and a list box.
* Add widget for displaying a credential provider in a list box.
* Convert `PidginCredentialsPage` into `HdyPreferencesPage`.
Testing Done:
Opened Preferences, switch to Credentials page, and see/toggle selected provider.
Reviewed at https://reviews.imfreedom.org/r/644/
|
|
|
|
|
|
|
|
|
| |
Testing Done:
Compiled and ran.
Bugs closed: PIDGIN-17471
Reviewed at https://reviews.imfreedom.org/r/529/
|
|
|
|
|
|
|
|
|
|
|
| |
This feature has more or less been stalkerware since its inception and the
only useful feature that came of it was offline message emulation which isn't
necessary for most networks nowadays.
Testing Done:
Compiled and ran locally.
Reviewed at https://reviews.imfreedom.org/r/322/
|
|
|
|
|
|
|
|
|
| |
This fixes a critical at startup.
Testing Done:
Ran with `G_DEBUG=fatal-criticals` and get further along.
Reviewed at https://reviews.imfreedom.org/r/221/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Create a new PidginContactList window and move the application actions to PidginApplication.
Testing Done:
* Verified menus are properly disabled while offline
* Verified menu items that require a protocol with chats enables the chat menu items as well as the room list menu items
* Verified that the menu items can become enabled while the menus are opened
* Verified that the application actions are activatable via dbus
* Verified that the plugin manager action was migrated successfully
* Verified that the account manager action was migrated successfully
Reviewed at https://reviews.imfreedom.org/r/174/
|
|
|
|
|
|
|
| |
Testing Done:
Compiled and grepped for usage of the winpidgin functions that were removed.
Reviewed at https://reviews.imfreedom.org/r/161/
|
|
Testing Done:
Compiled and ran, tested irc and bonjour.
Reviewed at https://reviews.imfreedom.org/r/155/
|