summaryrefslogtreecommitdiff
path: root/.hgignore
Commit message (Collapse)AuthorAgeFilesLines
* Add gi-docgen as a subproject so we can convert the documentation to itGary Kramlich2021-10-181-1/+1
| | | | | | | Testing Done: Just compiled and verified that our `.wrap` file didn't get overwritten by a `wrap-file` from gplugin. Reviewed at https://reviews.imfreedom.org/r/1055/
* Ignore po/pidgin.potGary Kramlich2021-01-241-0/+1
| | | | | | | Testing Done: ran `hg status` after committing the file. Reviewed at https://reviews.imfreedom.org/r/449/
* fix some issues that were identified while working on a flatpak buildGary Kramlich2020-08-101-0/+1
| | | | | | | | | | | | | Fix some issues that were discovered while working on a flatpak Testing Done: built a flatpak (that'll be a separate review request) and ran into some issues.. First was bonjour_ft wouldn't build, not sure how/why that isn't happening elsewhere.. but whatever.. Next was the network monitor stuff I moved us to way back in december of 2015 works, but under flatpak the network is initially unavailable but then becomes available. A bunch of our code was __only__ checking network availability at startup and then not listening for changes later. This code is really gross right now, but a lot of it is going to need some major refactoring where as this effort was just to get this going right now. Reviewed at https://reviews.imfreedom.org/r/66/
* Switch to external libgnt with fallback.Elliott Sales de Andrade2018-11-221-0/+1
|
* also ignore glade autosave filesGary Kramlich2018-11-081-0/+1
|
* revert ethan's changeGary Kramlich2018-09-031-8/+0
|
* Add a bunch of stuff to .hgignore; there's more to doEthan Blanton2018-08-301-0/+8
|
* .hgignore: Remove unneeded ignoresMike Ruprecht2018-05-301-12/+0
| | | | | | | | This patch removes several entries from .hgignore. I believe they're obsolete, files which are generated in the build/ directory with Meson, or ones that don't really need to be ignored anyway. "pidgin-*" in particular was keeping a mess of old documentation files around from autotools.
* .hgignore: Remove obsolete fileMike Ruprecht2018-05-231-1/+0
|
* ignore pyc files that could be created during the dbus introspection stuff ↵Gary Kramlich2017-11-161-0/+1
| | | | among others
* Remove a ton of stuff that should only live in the build directory nowGary Kramlich2017-10-261-98/+8
|
* Initial purple of autotools and the mingw stuffGary Kramlich2017-10-201-37/+0
|
* ignore tweakGary Kramlich2017-08-101-1/+1
|
* Rename .desktop and .appdata files using reverse-DNS.Elliott Sales de Andrade2017-06-221-3/+3
|
* Merge with default.Elliott Sales de Andrade2017-06-191-3/+0
|\ | | | | | | For meson build, delete marshallers and update name of resource file.
| * Merged in qulogic/pidgin (pull request #217)Gary Kramlich2017-06-201-1/+1
| |\ | | | | | | | | | | | | | | | | | | Move gtkdebug.html into a GResource. Approved-by: Mike Ruprecht <cmaiku@gmail.com> Approved-by: Gary Kramlich <grim@reaperworld.com>
| * | gnt: Use default marshaller for GObject signalsMike Ruprecht2017-06-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 2.30 it's been possible to use a default c_marshaller by passing NULL to g_signal_new(). It has since become the recommended way of creating signals. https://developer.gnome.org/gobject/stable/howto-signals.html This patch ports libgnt to use this method instead of generating its own marshallers with glib-genmarshal.
| * | libpurple: Use default marshaller for GObject signalsMike Ruprecht2017-06-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 2.30 it's been possible to use a default c_marshaller by passing NULL to g_signal_new(). It has since become the recommended way of creating signals. https://developer.gnome.org/gobject/stable/howto-signals.html This patch ports libpurple to use this method instead of generating its own marshallers with glib-genmarshal.
| * | facebook: Use generic marshaller for GObject signalsMike Ruprecht2017-06-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 2.30 it's been possible to use a default c_marshaller by passing NULL to g_signal_new(). It has since become the recommended way of creating signals. https://developer.gnome.org/gobject/stable/howto-signals.html This patch ports the Facebook prpl to use this method instead of generating its own marshallers with glib-genmarshal.
* | | Merge with default.Elliott Sales de Andrade2017-06-151-1/+1
|\ \ \ | | |/ | |/|
| * | Move gtkdebug.html into a GResource.Elliott Sales de Andrade2017-06-151-1/+1
| |/ | | | | | | | | | | This was added in GLib 2.32, which we can use now. Now there's no need for complicated xxd + sed transformations and it will work better with Meson.
* | Merge with default.Elliott Sales de Andrade2017-06-151-13/+1
|\ \ | |/
| * .hgignore: Remove perl referencesMike Ruprecht2017-06-011-11/+0
| |
| * Merge 2.12.0 into defaultGary Kramlich2017-03-101-2/+1
| |\
| | * Ignore .DS_Store files.Robbie2016-10-041-0/+3
| | |
* | | Fix dependencies of purple-client.Elliott Sales de Andrade2016-09-071-1/+2
|/ /
* | Remove remaining references to gconf directory.Elliott Sales de Andrade2016-09-051-1/+0
| |
* | Merged in linkmauve/pidgin/provide-uri-handler-desktop-file (pull request #99)Gary Kramlich2016-08-231-0/+2
|\ \ | | | | | | | | | Add a purple-url-handler.desktop file to make xmpp: links clickable on Linux
| * | Add a purple-url-handler.desktop file to make xmpp: links clickable on Linux.Emmanuel Gil Peyrot2016-08-201-0/+2
| | |
* | | ignore a "build" directoryGary Kramlich2016-08-201-0/+1
| | |
* | | Monster merge everythingGary Kramlich2016-08-191-0/+3
|\ \ \ | |/ / |/| / | |/
| * some ignore tweaksGary Kramlich2016-06-181-0/+4
| |
| * Add an AppData description file from Richard Hughes.Elliott Sales de Andrade2014-11-081-0/+1
| |
| * Move data files into their own directory.Elliott Sales de Andrade2014-11-101-3/+3
| |
* | This should do it for the jabber testsGary Kramlich2016-03-131-0/+1
| |
* | Move the oscar unit tests to gtesterGary Kramlich2016-03-121-0/+1
| |
* | Initial attempt at updating the yahoo tests, but somehome I'm hitting dbus ↵Gary Kramlich2016-03-111-0/+1
| | | | | | | | (?!) and it's failing
* | move some ignores aroundGary Kramlich2016-03-101-2/+0
| |
* | Add an ignore for the test executablesGary Kramlich2016-03-101-0/+3
| |
* | Initial conversion to gtesterGary Kramlich2016-03-081-0/+2
| |
* | facebook: initial import of bitlbee-facebookJames Geboski2015-06-031-0/+1
| | | | | | | | | | | | This simply migrates the core functionality from bitlbee-facebook into the libpurple plugin. This ports everything but group chats, which will be ported in a subsequent patch.
* | Merged default branchAnkit Vani2014-11-261-3/+4
|\ \
| * | Add an AppData description file from Richard Hughes.Elliott Sales de Andrade2014-11-081-0/+1
| | |
| * | Move data files into their own directory.Elliott Sales de Andrade2014-11-081-3/+3
| | |
* | | Merged default branchAnkit Vani2014-06-121-0/+1
|\ \ \ | |/ /
| * | win32: switch to the official opensuse mingw32 binaries (from twasilczyk's ↵Tomasz Wasilczyk2014-06-111-0/+1
| | | | | | | | | | | | packages)
* | | Merged default branchAnkit Vani2014-04-251-0/+3
|\ \ \ | |/ /
| * | Fix win32/others versioning: rc files, bump gnt version, -version-info ↵Tomasz Wasilczyk2014-04-231-0/+3
| | | | | | | | | | | | switch for libpidgin and libfinch
* | | Merged default branchAnkit Vani2014-04-191-0/+1
|\ \ \ | |/ /
| * | Fix CAP pluginTomasz Wasilczyk2014-04-171-0/+1
| | |