aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
* Bug #635002 - Fix invalid use of .la file in contact-editorPacho Ramos2011-02-241-1/+1
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
* More whitespace cleanup.Matthew Barnes2011-01-311-218/+271
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-14/+27
* Bug #640707 - Crash on 'Add to address book'->'Edit full' clickMilan Crha2011-01-281-2/+0
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-254-14/+30
* Dialogs no longer have separators.Matthew Barnes2011-01-253-3/+1
* Drop backward-compatibility cruft.Matthew Barnes2011-01-252-9/+0
* Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-221-62/+68
* Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-151-2/+2
* Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-151-4/+4
* Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-182-7/+29
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-4/+4
* Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-212-10/+13
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-5/+8
* Widget 'label-comments' gone in Contact editorMilan Crha2010-10-151-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-10-041-1/+3
* Coding style cleanups.Matthew Barnes2010-09-135-66/+66
* Coding style and whitespace cleanups.Matthew Barnes2010-09-122-55/+55
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-2/+2
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-142/+124
* Use the new e_load_book_source_async() where possible.Matthew Barnes2010-08-192-39/+49
* addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-021-16/+16
* addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon themeRob Bradford2010-08-021-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-1/+1
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-094-65/+65
* Bug 603468 - Improve handling of --quit optionMatthew Barnes2010-06-131-3/+8
* Bug 619783 - Web Addresses arrow button doesn't changeMatthew Barnes2010-05-291-1/+1
* Remove unnecessary conditional compilation macro.Matthew Barnes2010-05-291-4/+0
* Simplify the Notes tab in Contact Editor.Matthew Barnes2010-05-281-2971/+1794
* Coding style and whitespace cleanup.Matthew Barnes2010-05-271-3/+5
* Merge branch 'express2'Matthew Barnes2010-05-272-1/+71
|\
| * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-6/+6
| * Fix a potential crasher in e_contact_quick_add_email().Matthew Barnes2010-04-301-1/+1
| * Compress the contact viewer even more so it still fits.Michael Meeks2010-04-152-1/+70
| * Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-101-0/+2
| |\
| | * Fix for bug #613564Jeff Cai2010-04-081-0/+2
| * | Last scroll-pane, and manual sizing tweakMichael Meeks2010-04-072-1/+21
| * | Get the new contact sizing right despite the scrolled regions.Michael Meeks2010-04-072-1/+11
| * | Scrolled window for personal bits ...Michael Meeks2010-04-071-1/+19
| * | Add a scrolled area to cope if we want to expand mail settignsMichael Meeks2010-04-071-0/+18
| * | Add conditionally enabled expanders for 'Other' address and 'Misc'Michael Meeks2010-04-072-12/+24
| * | Switch back to an older version with my changes.Michael Meeks2010-04-071-471/+1491
| * | Adapt and further compact the UI with new expander-alikeMichael Meeks2010-04-071-39/+87
| * | Add expander button to E-mail pieces.Michael Meeks2010-04-071-0/+66
| * | Add vertical orientation properties to make glade-3 happy.Michael Meeks2010-04-071-0/+62
| * | Refresh contact-editor.ui.Matthew Barnes2010-04-071-1558/+461
| * | Compress new contact dialog (first page) a little; more to come.Michael Meeks2010-04-073-5/+31
| |/
* | Bug #523775 - Order of Email Addresses in UI is brokenMilan Crha2010-05-191-12/+12
* | There is no 'shadow-type' property on a GtkExpanderMilan Crha2010-05-111-1/+0
* | Coding style and whitespace cleanup.Matthew Barnes2010-05-021-9/+11
* | Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-1/+2
* | Forgot to commit some bits.Matthew Barnes2010-04-082-1/+10
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-083-52/+52
* | Bug #567304 - Review strings for translationMilan Crha2010-04-071-2/+2
* | Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-023-22/+22
* | If no <> in the email address, the address should be the full email address.caiqm2010-03-311-0/+2
* | Last scroll-pane, and manual sizing tweakMichael Meeks2010-03-292-1/+21
* | Get the new contact sizing right despite the scrolled regions.Michael Meeks2010-03-292-1/+11
* | Scrolled window for personal bits ...Michael Meeks2010-03-291-1/+19
* | Add a scrolled area to cope if we want to expand mail settignsMichael Meeks2010-03-291-0/+18
* | Add conditionally enabled expanders for 'Other' address and 'Misc'Michael Meeks2010-03-292-12/+24
* | Switch back to an older version with my changes.Michael Meeks2010-03-261-471/+1491
* | Adapt and further compact the UI with new expander-alikeMichael Meeks2010-03-261-39/+87
* | Add expander button to E-mail pieces.Michael Meeks2010-03-261-0/+66
* | Add vertical orientation properties to make glade-3 happy.Michael Meeks2010-03-261-0/+62
* | Refresh contact-editor.ui.Matthew Barnes2010-03-251-1558/+461
* | Compress new contact dialog (first page) a little; more to come.Michael Meeks2010-03-183-5/+31
|/
* Strip whitespace off email addresses in contact editor.Matthew Barnes2010-03-111-2/+4
* Remove a long lived win32 hackFridrich Strba2010-03-061-4/+1
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
* Bug 607520 - 'Add to Address Book' fails when address has spaceMatthew Barnes2010-02-032-0/+27
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+3
* Coding style and whitespace cleanup.Matthew Barnes2009-12-261-3/+2
* Coding style and whitespace cleanup.Matthew Barnes2009-12-201-1/+0
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-082-2/+2
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-012-7/+7
* port addressbook/ to use new EError APIJonathon Jongsma2009-12-012-6/+19
* Fixes a build break.Chenthill Palanisamy2009-11-301-1/+0
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-171-20/+40
* Bug 360461 - Do not hardcode invisible_char in ui filesClaude Paroz2009-11-172-45/+0
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-1710-4213/+4002
* Bug #565306 - "Edit Full" in "Add to address book" searches firstMilan Crha2009-10-161-3/+25
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-132-22/+3
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-4/+4
* Fix duplicate symbols in Glade files.Matthew Barnes2009-09-251-1/+1
* Bug #593633 - Runtime warnings trying to create a recurrence eventMilan Crha2009-09-241-2/+21
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-1/+1
|\
| * Bug #589580 - Crashes when dragging an image to the contact editorMilan Crha2009-07-241-2/+2
| * More whitespace cleanup.Matthew Barnes2009-07-192-6/+6
| * Fix excessive whitespace.Matthew Barnes2009-07-136-19/+0
* | More whitespace cleanup.Matthew Barnes2009-07-192-6/+6
* | Fix excessive whitespace.Matthew Barnes2009-07-144-16/+0
* | Add a "quit-requested" signal to the shutdown protocol.Matthew Barnes2009-07-135-222/+280
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-111-71/+135
|\|
| * Bug #561300 - Edit contact's Notes on its own tab.Milan Crha2009-07-101-71/+135
* | Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-031-11/+11
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-012-12/+15
|\|
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| * Fix "make check" errors.Matthew Barnes2009-06-201-25/+12
| * More code cleanup.Matthew Barnes2009-06-021-2/+2
| * Whitespace cleanup.Matthew Barnes2009-05-292-15/+15
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-297-68/+68
| * Remove trailing whitespace, again.Matthew Barnes2009-05-299-9/+9
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* | More code cleanup.Matthew Barnes2009-06-021-2/+2
* | Whitespace cleanup.Matthew Barnes2009-05-292-15/+15
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-275-65/+65
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-279-20/+23
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-279-9/+9
| |/
| * Fix compiler warnings in addressbook.Matthew Barnes2009-05-263-11/+14
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-1/+1
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| * Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helperMatthew Barnes2009-05-011-3/+1
| * Bug 580896 – Kill libgnome/gnome-programMatthew Barnes2009-05-011-1/+0
* | Fix "make check" errors.Matthew Barnes2009-05-251-25/+13
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-1/+1
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-5/+0
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-2511-3271/+549
|\|
| * Remove unused filesMilan Crha2009-04-246-1942/+0
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-245-1327/+549
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-234-15/+5
| * ** Fix for bug #572903Philip Withnall2009-02-251-3/+3
| * Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-113-3/+0
| * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-113-5/+0
| * ** Fixes bug #567270Matthew Barnes2009-01-111-20/+0
| * ** Fix for bug #270376Milan Crha2008-12-082-11/+52
| * ** Fixes part of bug #348299Matthew Barnes2008-12-031-0/+7
| * Only include the toplevel GTK+ header.Matthew Barnes2008-10-311-1/+1
| * ** Fix for bug #553148Philip Withnall2008-09-262-2/+2
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-242-31/+28
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-13/+15
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-039-122/+134
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-12/+16
| * New convenience function for launching help from Evolution. Displays anMatthew Barnes2008-08-151-11/+3
| * ** Fixes bug #546892Matthew Barnes2008-08-124-27/+8
| * ** Additional fix for bug #467115Michael Monreal2008-08-081-3/+1
* | Attachment rewrite pretty much complete. Just testing now.Matthew Barnes2009-04-081-1/+0
* | build a bit more smoothlyMilan Crha2009-04-081-2/+1
* | Kill EDropdownButton.Matthew Barnes2009-02-211-3/+1
* | When invoking Evolution with URIs on the command-line (e.g. mailto:),Matthew Barnes2009-01-291-0/+6
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-127-28/+0
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-112-11/+59
* | Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-146-60/+70
* | Merge revisions 36685:36729 from trunk.Matthew Barnes2008-11-081-1/+1
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-025-46/+45
* | Progress update:Matthew Barnes2008-09-184-13/+5
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-1110-134/+150
* | Progress update:Matthew Barnes2008-08-302-5/+0
* | Progress update:Matthew Barnes2008-08-271-1/+0
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-154-38/+11
* | Merge revisions 35931:35950 from trunk.Matthew Barnes2008-08-131-3/+1
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-2113-13/+13
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-0611-41/+8
* ** Fixes bug #534360Matthew Barnes2008-05-231-1/+1
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-181-1/+0
* ** Fix for bug #521562Milan Crha2008-03-311-1/+1
* ** Fix for bug #273177Milan Crha2008-03-132-2/+76
* Patch from David Turner <cillian64@googlemail.com> ** Partial fix for bug #4...Suman Manjunath2008-01-141-2/+2
* ** Fix for bug #488213Milan Crha2008-01-121-1/+1
* ** Fix for bug #448441Milan Crha2008-01-101-7/+54
* ** Fix for bug #339813Milan Crha2008-01-071-0/+1
* ** Fixes bug 474651Tobias Mueller2007-12-101-0/+1
* ** Fix for bug #495711Milan Crha2007-11-232-5/+14
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-1510-105/+105
* Remove unneeded include.Kjartan Maraas2007-10-311-1/+0
* Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE -Kjartan Maraas2007-10-244-11/+13
* ** Fixes part of bug #417999Matthew Barnes2007-10-233-30/+45
* ** Fixes bug #437579Matthew Barnes2007-10-101-2/+7
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-282-2/+1
* ** Fixes bug #477045Matthew Barnes2007-09-283-3/+3
* Remove the --enable-file-chooser configure option.Matthew Barnes2007-09-141-38/+0
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-0213-24/+24
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-11/+0
* ** Fix for bug #462007Hiroyuki Ikezoe2007-08-021-2/+6
* ** Fix for bug #462002Hiroyuki Ikezoe2007-07-311-1/+7
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-262-0/+2
* ** Fix for bug #448568Gilles Dartiguelongue2007-07-072-1423/+1017
* ** Fix for bug #325882Srinivasa Ragavan2007-06-182-2/+2
* ** Fix for bug #386503 from Matthew BarnesSrinivasa Ragavan2007-06-031-6/+5
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-032-4/+6
* Fix for bug #333858Srinivasa Ragavan2007-05-302-2/+12
* Don't include e-contact-print-envelope.h.Matthew Barnes2007-04-241-1/+0
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+1
* ** Fix for bug #426829.simon.zheng2007-04-091-2/+2
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-272-15/+8
* ** Fixes bug #419524Matthew Barnes2007-03-216-6/+6
* Fix critical warnings from typos in the glade file. Closes bug #397893.Kjartan Maraas2007-02-121-3/+3
* ** Fix for bug #332908Srinivasa Ragavan2007-02-091-19/+23
* Fixes bug #357970Matthew Barnes2006-12-041-1/+1
* ** Fixes bug#332908Ushveen Kaur2006-10-161-7/+9
* Remove duplicate include. Fix some compiler warnings. Cast away a compilerKjartan Maraas2006-10-012-3/+3
* Fixes bug #261239Srinivasa Ragavan2006-08-171-924/+1631
* Added support for gadu gadu im in contact entry.Devashish Sharma2006-07-242-0/+4
* ** Fixes bug #347381Boby Wang2006-07-221-0/+1
* [addressbook]Ross Burton2006-07-191-8/+9
* remove "*" from translation. Fixes bug #331147.Andre Klapper2006-07-194-56/+56
* Fix for bug 332909Srinivasa Ragavan2006-07-142-48/+59
* Fix for #332963 Set the mnemonic character for "No image"Aishwarya K2006-07-081-1/+1
* created patch to make _F,_m,_S mnemonics in contact-quick add dialog work.Oswald Rodrigues2006-06-141-0/+3
* Fix for Bug #342903 and 206320Devashish Sharma2006-06-121-2/+28
* Fix for Bug #341465Devashish Sharma2006-06-121-1/+1
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-091-1/+0
* gui/contact-editor/e-contact-quick-add.c : Right click add toDevashish Sharma2006-05-251-2/+2
* Fix for gnome bug #341931, farsiweb #562 Mark a few messages forRoozbeh Pournader2006-05-171-4/+4
* Fix for Bug 341521 Change the label name of categories button.simon.zheng2006-05-121-1/+1
* ** Fix for bug # 336470Boby Wang2006-04-271-0/+6
* Fix for Bug 331023Devashish Sharma2006-03-101-2/+2
* Fix for Bug #333855Devashish Sharma2006-03-101-47/+49
* Fix for Bug 332915.Devashish Sharma2006-03-061-1/+1
* Static image preview in contact-editor image selector.Devashish Sharma2006-03-051-6/+7
* Fix for Bug 332811Devashish Sharma2006-02-281-1/+1
* Fix for Bug #332498: Orphaned category editor crashes evo.Devashish Sharma2006-02-281-3/+16
* Fix for Bug #332123.Devashish Sharma2006-02-231-0/+2
* File selector shows preview of the image when choosing picture of aDevashish Sharma2006-02-011-0/+27
* removes an unused variable.Devashish Sharma2006-01-301-1/+0
* reviewed by: Harish Krishnaswamy <kharish@novell.com>Kjartan Maraas2006-01-272-24/+23
* Fix for bug #237297.Devashish Sharma2006-01-251-9/+35
* ** Fixes #327203Simon Zheng2006-01-252-4/+0
* Added source selector to contact quick-add dialog.Devashish Sharma2006-01-231-6/+47
* *** empty log message ***Devashish Sharma2006-01-161-3/+29
* Not inserting new line at the end and also placing the cursor at theSushma Rai2005-12-101-4/+10
* gui/contact-editor/e-contact-editor.cTor Lillqvist2005-11-264-4/+32
* Setting the focus to the corresponding entry field after changing dropdownSushma Rai2005-10-261-11/+30
* de-constify uri, and fix its creation logic. (load_source_cb): cast forNot Zed2005-08-241-10/+15
* Commiting Devashish patch for #241219. 2005-08-19 Devashish SharmaSrinivasa Ragavan2005-08-221-10/+19
* defined prototype for sensitize_ok(), fixes the compile time warnings.Sushma Rai2005-08-101-0/+1
* Fix for #258257, got missed while I committed the changelog for it.Sushma Rai2005-08-101-0/+10
* Fixes the bug #309416Srinivasa Ragavan2005-07-291-1/+1
* Fixed in a genereic way, the resizing of contact photosSrinivasa Ragavan2005-07-291-32/+42
* Added a string for resize popup Added code to check the size of image andSrinivasa Ragavan2005-07-251-1/+32
* Patch by "Arunprakash <arunp@novell.com>" to change the string marked forSushma Rai2005-07-251-8/+7
* Showing the file_as name in the contact editor dialog title. Patch bySushma Rai2005-07-221-6/+27
* Added widgets in INCLUDES.Kaushal Kumar2005-06-232-5/+5
* gui/component/Makefile.am gui/contact-editor/Makefile.amTor Lillqvist2005-06-191-9/+14
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-173-4/+5
* moved e-error to e-utilNot Zed2005-05-161-1/+1
* Fixed wrong xalign of Zip/Postal Code. This was very ugly in languagesUlrich Neumann2005-05-121-3/+3
* Misses header file with previous commit.Sushma Rai2005-05-091-1/+1
* Forming contact deletion confirmation message based on contact(s) orSushma Rai2005-05-091-9/+21
* Just close the editor when user presees cancel or closes the editor whenSivaiah Nallagatla2005-02-261-1/+3
* close the editor here in case of save and discard so that callers need notSivaiah Nallagatla2005-02-221-2/+7
* Install shared libraries to privlibdir.Hans Petter Jansson2005-02-101-1/+1
* new function to sensitize im types based on supported fieldsSivaiah Nallagatla2005-01-291-5/+39
* use the new ECategoriesDialog widget.Rodrigo Moya2005-01-251-16/+4
* Change the xpad and ypad to 0 here, we don't need the extra padding AddRodney Dawes2005-01-221-14/+28