aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-port-entry.c
Commit message (Collapse)AuthorAgeFilesLines
* EPortEntry: Add a "security-method" property.Matthew Barnes2011-08-151-61/+119
| | | | | This is an enum property of type CAMEL_TYPE_NETWORK_SECURITY_METHOD. We can then bind it to CamelNetworkSettings:security-method.
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-1/+4
|
* Bug 418954 - Add a separate entry combo for port numbersDan Vráti2011-03-241-0/+474
Adds a new EPortEntry widget which appears alongside "host" entry boxes so users don't have to know about the "host:port" syntax to specify a custom port number. Currently only used in the mail account editor, but we'll generalize it futher so it can be used everywhere.