index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
addressbook
/
gui
/
widgets
/
eab-gui-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the --enable-file-chooser configure option.
Matthew Barnes
2007-09-14
1
-45
/
+0
*
** Fix for bug #471791 (Move away from assert to g_ret)
Srinivasa Ragavan
2007-09-03
1
-1
/
+1
*
Update FSF address in header comments (#469886). Patch from Tobias
Matthew Barnes
2007-09-02
1
-2
/
+2
*
** Fix for bug #353462
Anand V M
2007-08-23
1
-2
/
+5
*
Massive code cleanup (bug #429422)
Matthew Barnes
2007-04-20
1
-3
/
+6
*
Remove duplicate include. Fix some compiler warnings. Cast away a compiler
Kjartan Maraas
2006-10-01
1
-2
/
+4
*
** Fixes bug #352353
Ushveen Kaur
2006-09-12
1
-0
/
+1
*
Reverting last commit, head and stable are not branched so cannot commit stri...
Devashish Sharma
2006-09-07
1
-1
/
+1
*
Changed the comment "Do you want to overwrite it" to "Do you want to overwrit...
Devashish Sharma
2006-09-07
1
-1
/
+1
*
Convert filename from glib encoding to utf8 encoding. Fixes Bug #339151
simon.zheng
2006-06-29
1
-2
/
+4
*
Fix for Bug#33691
Devashish Sharma
2006-06-27
1
-2
/
+4
*
Added code to save/attach files/mails/events to/from remote shares
Srinivasa Ragavan
2006-05-25
1
-7
/
+12
*
reviewed by: Harish Krishnaswamy <kharish@novell.com>
Kjartan Maraas
2006-01-27
1
-3
/
+3
*
Added menu items for addressbook operations.
Devashish Sharma
2006-01-25
1
-5
/
+5
*
use e_filename_make_safe() in
Simon Zheng
2006-01-10
1
-0
/
+1
*
changing "cancelled" (British English) to "canceled" (American English).
Andre Klapper
2006-01-06
1
-1
/
+1
*
Use g_filename_from_uri() instead of just stripping off the "file://"
Tor Lillqvist
2005-11-25
1
-1
/
+2
*
Marked subject line for translation. Fixes #317753.
Sushma Rai
2005-10-22
1
-3
/
+3
*
de-constify uri, and fix its creation logic. (load_source_cb): cast for
Not Zed
2005-08-24
1
-4
/
+9
*
Not removing the contacts, if move fails because of destination address book
Sushma Rai
2005-08-03
1
-5
/
+17
*
Made the error dialog for load-error nonmodal, since it block the UI along
Srinivasa Ragavan
2005-08-03
1
-2
/
+5
*
Patch by Arunprakash to add missed error messages and marking them
Sushma Rai
2005-07-19
1
-2
/
+4
*
Including the file path in the error string. Fixes #309624.
Sushma Rai
2005-07-08
1
-4
/
+7
*
Fixed for bug 309245. Fixes the bug 206774, 242154. Fixes the bug 206774,
Srinivasa Ragavan
2005-07-06
1
-1
/
+1
*
Added widgets in INCLUDES.
Kaushal Kumar
2005-06-23
1
-1
/
+1
*
Retired GAL from Head. The relevant files have moved inside evolution.
Kaushal Kumar
2005-06-17
1
-1
/
+1
*
moved e-error to e-util
Not Zed
2005-05-16
1
-1
/
+1
*
Removed the plural form "contact(s)" from translatable error message.
Sushma Rai
2005-05-09
1
-1
/
+26
*
use eab_merging_book_add_contact instead of e_book_async_add_contact to
Sivaiah Nallagatla
2005-04-08
1
-2
/
+2
*
Merge from offline brnach
Sivaiah Nallagatla
2004-12-24
1
-1
/
+8
*
addressbook/gui/component/addressbook-migrate.c
Hans Petter Jansson
2004-12-09
1
-1
/
+1
*
reverting commit
Sivaiah Nallagatla
2004-11-22
1
-8
/
+1
*
added message which gets prompted when user tries to access a book which
Sivaiah Nallagatla
2004-11-22
1
-1
/
+8
*
Don't show error dialogs when status code is E_BOOK_ERROR_CANCELLED. We
Sivaiah Nallagatla
2004-11-02
1
-2
/
+2
*
find source selector and option menu in libedataserverui
JP Rosevear
2004-10-14
1
-1
/
+1
*
reinstate the ngettext patch that was part of the #53464 commit of
Chris Toshok
2004-08-17
1
-2
/
+5
*
Commit the correct version of carlos's patch.
JP Rosevear
2004-08-13
1
-6
/
+6
*
Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0
Carlos Garnacho Parro
2004-08-13
1
-38
/
+97
*
use memcpy not strcpy to copy to memory buffer. Fixes a UMW. See #60532.
Not Zed
2004-06-24
1
-1
/
+1
*
[ fixes bug #58696 ]
Chris Toshok
2004-06-18
1
-1
/
+2
*
Generate the addressbook-errors.xml.h file and install the xml file and
Jeffrey Stedfast
2004-05-25
1
-116
/
+44
*
use the new e_book_new and e_book_open apis.
Chris Toshok
2004-05-20
1
-2
/
+2
*
split out the DISPOSITION_AS_TO stuff here, and make it take a GList of
Chris Toshok
2004-05-19
1
-169
/
+262
*
Use an E_ICON_SIZE enum value for the icon_size argument to get_icon.
Jeffrey Stedfast
2004-05-18
1
-1
/
+2
*
see if the selected group is groupwise one and setup the relative uri and
Sivaiah Nallagatla
2004-05-03
1
-1
/
+2
*
this signal takes an EContact* too. (modified_cb): same. (deleted_cb):
Chris Toshok
2004-04-23
1
-25
/
+43
*
use cursor-mode="line" to get rid of the annoying cell cursor.
Chris Toshok
2004-04-21
1
-2
/
+4
*
Set the default image for the contact photo to be the stock_person image
Rodney Dawes
2004-04-19
1
-4
/
+1
*
add prototypes for eab_load_error_dialog and eab_search_result_dialog.
Chris Toshok
2004-04-11
1
-0
/
+107
*
use the new e_destination_export_to_vcard_attribute call to build up the
Chris Toshok
2004-04-10
1
-9
/
+3
*
don't know what I was thinking approving this change. the _() was only
Chris Toshok
2004-03-25
1
-5
/
+2
*
parent_type == EAB_TYPE_EDITOR. (e_contact_list_editor_class_init): fill
Chris Toshok
2004-03-25
1
-4
/
+5
*
Use ngettext for handling plural forms throughout (fixes bug 53464).
Danilo Ĺ egan
2004-03-24
1
-2
/
+5
*
[ fixes bug #53653, and a couple other instances ]
Chris Toshok
2004-03-23
1
-3
/
+3
*
Address Book, not Addressbook
Rodney Dawes
2004-02-12
1
-1
/
+1
*
enable d&d drop photos.
Chris Toshok
2004-01-31
1
-0
/
+24
*
Implement. (eab_select_source): Implement. Public function that prompts
Hans Petter Jansson
2004-01-30
1
-18
/
+77
*
[ fixes bug #51171 ] get this working.
Chris Toshok
2004-01-26
1
-63
/
+46
*
Do not depend on e-folder-list.
Ettore Perazzoli
2003-12-03
1
-6
/
+2
*
Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the
Rodney Dawes
2003-12-02
1
-1
/
+1
*
Merge new-ui-branch to the trunk.
Ettore Perazzoli
2003-10-22
1
-0
/
+823