aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-port-entry.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 678946 - Port entry in Account Assistant is unsetMatthew Barnes2012-07-051-3/+0
| | | | Reverts part of commit 6c05b09be16ac8eceb17653c3c26c0c6f963ef10.
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
|
* WebKit port - port widgetsDan Vrátil2012-03-291-1/+1
|
* Bug #664169 - Default port is not selected by defaultMilan Crha2012-03-081-4/+2
|
* Bug #671233 - Unable to choose port 587 for SMTPMilan Crha2012-03-061-4/+15
|
* EMAccountEditor: Start using CamelNetworkSettings.Matthew Barnes2011-11-071-112/+118
| | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings;
* 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.