aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config.c
Commit message (Expand)AuthorAgeFilesLines
* Update API documentation.Matthew Barnes2013-03-031-142/+147
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-3/+3
* e-config: Remove unused functions.Matthew Barnes2012-12-171-715/+26
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
* Bug #656143 - Stop using deprecated Gtk[HV]Box(Class)Dominique Leuenberger2012-11-071-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-65/+62
* Whitespace cleanup.Matthew Barnes2012-04-021-1/+1
* EConfig: Support custom page skip callbacks.Matthew Barnes2012-03-081-1/+61
* EConfig: Miscellaneous cleanups.Matthew Barnes2012-03-071-31/+37
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+8
* Don't explicity show the window. We do gtk_widget_show where we'd wantSrinivasa Ragavan2011-12-011-1/+0
* Bug #665103 - Blank composer/mail/network preferences windowsMilan Crha2011-11-291-1/+0
* EConfig: Debugability improvements.Matthew Barnes2011-11-131-5/+22
* a small changePunit Jain2011-11-101-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-61/+93
* EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-08-111-53/+53
* Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-07-011-8/+36
* EConfig: Minor cleanups.Matthew Barnes2011-06-301-2/+2
* Bug 537691 - Account editor window HIGMatthew Barnes2011-05-231-18/+25
* Coding style cleanups.Matthew Barnes2011-05-091-29/+29
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
* Bug #641011 - Ugly appointment editing windowsMilan Crha2011-02-031-0/+1
* Dialogs no longer have separators.Matthew Barnes2011-01-251-2/+1
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-2/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-134/+134
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-73/+29
* Bug 622535 - Account assistant loops on first runMatthew Barnes2010-06-261-62/+104
* Convert "startup-wizard" to an EExtension.Matthew Barnes2010-06-031-12/+25
* Hide EConfig sections that have no visible widgetsFederico Mena Quintero2010-04-141-15/+77
* Update API documentation.Matthew Barnes2010-02-101-6/+7
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-4/+4
* Fix a potential uninitialized argument in ech_config_section_factory().Matthew Barnes2010-01-161-1/+1
* Bug 600014 - Remove warnings from ech_config_widget_factory()Matthew Barnes2009-10-291-15/+1
* BugĀ 599842 - EConfig does not respond to disabling/enabling EPluginsMatthew Barnes2009-10-281-11/+99
* EConfig cleanup.Matthew Barnes2009-10-271-179/+284
* Bug #596720 - Account assistance repeats itself after finishingMilan Crha2009-10-121-4/+9
* Bug 597108 - E_CONFIG_SECTION headers not properly escapedMatthew Barnes2009-10-021-1/+1
* Bug 595812 - Crash after finishing account set upMatthew Barnes2009-09-291-34/+19
* Bug 596186 - New Mail account setup Assistant window is blankMatthew Barnes2009-09-291-1/+0
* Get EConfig and EEvent hooks working again.Matthew Barnes2009-09-011-1/+3
* BugĀ 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-181-168/+290
* Stop abusing forward declarations.Matthew Barnes2009-06-191-5/+5
* More code cleanup.Matthew Barnes2009-06-021-3/+3
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-39/+39
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* Fix EConfig bugs for Anjal's account setup.Srinivasa Ragavan2009-05-221-9/+12
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-3/+3
* Use the translated the EConfigItem label when building the UI.Matthew Barnes2009-01-021-5/+10
* ** Fix for bug #332729Milan Crha2008-11-271-0/+4
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-14/+14
* ** Fixes bug #546892Matthew Barnes2008-08-121-2/+0
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-9/+1
* ** Part of fix for bug #515744Milan Crha2008-02-181-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-44/+44
* Warning fixes. - NULL vs 0 - ANSIfication of declarations - missingKjartan Maraas2007-10-261-1/+1
* ** Fix for bug #471791 Srinivasa Ragavan2007-09-101-4/+7
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Clean up compiler warnings in e-util directory (#438467).Matthew Barnes2007-06-031-3/+3
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Use guint for 1-bit bitfield. Remove unused var Remove unused vars RenameKjartan Maraas2006-02-081-1/+1
* added a idle handler that calls ec_rebuild after callback operations areVivek Jain2005-07-111-2/+27
* We should set the title of the window.Mengjie Yu2005-04-281-0/+1
* ** See bug #73550 (related for config pages)Not Zed2005-03-161-10/+15
* ** See bug #61363 & mail/ChangeLogNot Zed2005-02-211-9/+26
* Don't let the 'id' field, which identifies the target menu/whatever, to beNot Zed2005-02-071-0/+5
* If the plugin isn't enabled, return TRUE so that the suer doesn't getJeffrey Stedfast2005-01-271-1/+4
* Add the GTK_DIALOG_NOSEPARATOR flag, and set appropriate border widthsRodney Dawes2005-01-071-1/+8
* Fixes #30992JP Rosevear2004-12-221-1/+1
* set the table spacings to 6 for generated tables.Not Zed2004-12-061-7/+22
* revert the patch from chenthill, this wont work yet.Not Zed2004-12-031-4/+1
* add mnemonic for label. add description for password dialog.Mengjie Yu2004-12-011-1/+1
* get the image directly from the icon factoryJP Rosevear2004-11-261-27/+29
* Set the row and column spacings as tweleve while creating the table toChenthill Palanisamy2004-11-251-1/+4
* revert the last change.Not Zed2004-10-281-5/+2
* set the default row/col spacings of the table.Not Zed2004-10-281-1/+4
* check for empty trailing sections/pages after we exit the main loop.Not Zed2004-10-201-0/+20
* convert to org.gnome hook namesJP Rosevear2004-10-201-4/+4
* (untested, it compiles!).Not Zed2004-10-121-0/+17
* show the toplevel notebook if we had to create one, always.Not Zed2004-10-071-0/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1415