Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename NUM_TP_ to TP_NUM_ | Xavier Claessens | 2013-10-03 | 1 | -1/+1 |
| | |||||
* | Reorder header inclusions accordingly to the Telepathy coding style | Emanuele Aina | 2013-04-02 | 1 | -2/+2 |
| | | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076 | ||||
* | Use a flat namespace for internal includes | Emanuele Aina | 2013-04-01 | 1 | -2/+2 |
| | | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950 | ||||
* | Use double quotes for all internal headers | Emanuele Aina | 2013-04-01 | 1 | -2/+2 |
| | | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950 | ||||
* | Drop unused/redundant header inclusions | Emanuele Aina | 2013-03-28 | 1 | -3/+0 |
| | | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | Consistently use `#include "config.h"` everywhere | Emanuele Aina | 2013-03-28 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -1/+1 |
| | | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. | ||||
* | Use TpTpTLSCertificate | Guillaume Desmottes | 2012-05-10 | 1 | -23/+23 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318 | ||||
* | tls-dialog: add accessor on the 'Continue' button | Guillaume Desmottes | 2012-02-13 | 1 | -1/+1 |
| | |||||
* | auth-client: set keep above on dialogs | Guillaume Desmottes | 2012-01-27 | 1 | -0/+2 |
| | | | | | | This will avoid to accidentally 'loose' the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=643699 | ||||
* | empathy-tls-dialog: add a title for screenshots | Danielle Madeley | 2012-01-26 | 1 | -0/+1 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=668681 | ||||
* | libempathy-gtk: In TLS Dialog allow remembering of any exception. | Stef Walter | 2011-03-08 | 1 | -15/+6 |
| | | | | | | | | Previously we couldn't do this because we had nowhere to store these exceptions. But now this is possible because we're storing them as trust assertions. https://bugzilla.gnome.org/show_bug.cgi?id=639417 | ||||
* | tls-dialog: destroy the dialog if the certificate is invalidated (#643186) | Guillaume Desmottes | 2011-02-24 | 1 | -0/+13 |
| | | | | There is no point to keep it around. | ||||
* | just include gcr.h | Guillaume Desmottes | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | libempathy-gtk: No need to 'egg' gcr-simple-certificate.[ch] | Stef Walter | 2010-12-24 | 1 | -1/+1 |
| | | | | These are now properly distributed by libgcr. | ||||
* | Force the GcrCertificateWidget to be at least 150 pixels high | Danielle Madeley | 2010-10-11 | 1 | -0/+7 |
| | |||||
* | Remove formatting line breaks from translatable strings. | Danielle Madeley | 2010-10-11 | 1 | -13/+14 |
| | | | | | Add extra line breaks. Add punctuation to translatable strings. | ||||
* | Fix Empathy to build with gcr-3 | Danielle Madeley | 2010-10-08 | 1 | -2/+2 |
| | | | | Closes https://bugzilla.gnome.org/show_bug.cgi?id=631657 | ||||
* | tls-dialog: fix typo in a string (#629134) | Guillaume Desmottes | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | Bug 628064 — Miscellaneous string fixes | Philip Withnall | 2010-08-27 | 1 | -2/+2 |
| | |||||
* | Use the hostname properties in the dialog | Cosimo Cecchi | 2010-08-19 | 1 | -3/+28 |
| | |||||
* | Add a details hash table to the dialog properties | Cosimo Cecchi | 2010-08-19 | 1 | -1/+28 |
| | |||||
* | Add the checkbox only if the reason is SelfSigned | Cosimo Cecchi | 2010-08-13 | 1 | -5/+14 |
| | | | | Also, add a comment to explain why. | ||||
* | Add a 'remember' checkbox and property to the dialog | Cosimo Cecchi | 2010-08-13 | 1 | -2/+33 |
| | |||||
* | Add EmpathyTLSDialog | Cosimo Cecchi | 2010-08-13 | 1 | -0/+275 |