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
/
shell
/
e-shell-importer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove useless gal include
JP Rosevear
2003-12-07
1
-1
/
+0
*
Merge new-ui-branch to the trunk.
Ettore Perazzoli
2003-10-22
1
-3
/
+1
*
Use gtk_label_new_with_mnemonic() to replace gtk_label_new(). Use
Yuedong Du
2003-09-10
1
-8
/
+10
*
Fix a warning
Dan Winship
2003-07-23
1
-2
/
+1
*
use g_signal_connect_after to connect "prepare" signal.
Antonio Xu
2003-07-22
1
-5
/
+19
*
[#41013]
Not Zed
2003-04-29
1
-45
/
+11
*
Commit the right version.
Larry Ewing
2003-04-09
1
-2
/
+2
*
remove call to gtk_html_set_default_background_color, replace with calls
Larry Ewing
2003-04-09
1
-2
/
+2
*
added "foldertype" argument to GNOME::Evolution::Importer.
Rodrigo Moya
2003-04-03
1
-3
/
+4
*
*** empty log message ***
Michael Zucci
2003-03-20
1
-8
/
+7
*
(get_name_from_component_info): Look for the
Ettore Perazzoli
2003-03-20
1
-2
/
+1
*
(IN): Use G_GNUC_FUNCTION instead of
Ettore Perazzoli
2003-03-07
1
-2
/
+2
*
re-enable. (prepare_importer_page): re-enable importer code.
Not Zed
2003-02-05
1
-23
/
+2
*
Set GTK_RESPONSE_OK as the default response.
Ettore Perazzoli
2003-01-28
1
-0
/
+2
*
Make dialog New/Cancel/OK to match HIG.
Ettore Perazzoli
2003-01-15
1
-2
/
+3
*
[With this commit, the shell compiles without deprecated
Ettore Perazzoli
2002-12-20
1
-0
/
+3
*
Don't #include "e-util/e-html-utils.h" as we don't use it.
Jeffrey Stedfast
2002-12-17
1
-1
/
+0
*
changed to use a gtkdialog instead of a gnome one.
Not Zed
2002-12-02
1
-2
/
+2
*
gnome message box -> gtk message dialog. (prepare_intelligent_page): Fix
Not Zed
2002-11-20
1
-5
/
+6
*
from clicked_cb. (start_import): gtkdialogise.
Not Zed
2002-11-18
1
-61
/
+62
*
Removed. (no_views_left_cb): Use g_object_add_weak_pointer() instad of
Ettore Perazzoli
2002-11-15
1
-18
/
+21
*
Use g_object_get_data() instead of gtk_object_get_data(). Likewise.
Ettore Perazzoli
2002-11-06
1
-1
/
+1
*
Use g_object_set_data() instead of gtk_object_set_data(). Likewise.
Ettore Perazzoli
2002-11-04
1
-4
/
+2
*
Changed all gtk_object_refs()/gtk_object_unrefs() into
Ettore Perazzoli
2002-11-04
1
-47
/
+46
*
Renamed from GNOME_Evolution_Shell.oaf.in.
Ettore Perazzoli
2002-11-04
1
-7
/
+2
*
Change the selection mode to GTK_SELECTION_BROWSE so there is always a
Ettore Perazzoli
2002-10-08
1
-13
/
+3
*
set history_id on GnomeFileEntry, to actually get the history.
Rodrigo Moya
2002-09-26
1
-1
/
+1
*
(show_import_wizard): Make the WM close
Ettore Perazzoli
2002-09-03
1
-2
/
+1
*
removed check for local folders, so that we can import into non-local
Rodrigo Moya
2002-07-19
1
-10
/
+0
*
Only let the dialog be opened once
Iain Holmes
2002-06-27
1
-0
/
+15
*
Changes for an importer bug and to get the storagesetselector in the summary
Iain Holmes
2002-06-26
1
-27
/
+100
*
Remove #include <config.h> Same Same gtk_widget_show() all items in the
Kjartan Maraas
2002-06-20
1
-1
/
+1
*
No more @default_type arg to e_shell_folder_selection_dialog_new().
Ettore Perazzoli
2002-05-23
1
-1
/
+1
*
Keep the storage name and display_name in EStoragePriv. (impl_get_name,
Dan Winship
2002-03-07
1
-1
/
+1
*
Stop the importer dialog going behind the main window
Iain Holmes
2002-01-21
1
-1
/
+2
*
[Fix #17441, Crash trying to import Multiple VCard file into LDAP
Ettore Perazzoli
2002-01-16
1
-6
/
+19
*
Fixed spacing and alignment probelms. (See bug #14281)
Anna Marie Dirks
2001-11-06
1
-4
/
+7
*
Fix the license text to make sense.
Ettore Perazzoli
2001-10-27
1
-1
/
+0
*
Update the licensing information to require version 2 of the GPL
Ettore Perazzoli
2001-10-27
1
-2
/
+2
*
gtk_widget_show_now() the dialog. Likewise.
Ettore Perazzoli
2001-10-27
1
-0
/
+1
*
#include "e-util/e-gtk-utils.h".
Ettore Perazzoli
2001-10-26
1
-1
/
+3
*
Fix strings and the importer window not drawing correctly
Iain Holmes
2001-10-13
1
-0
/
+6
*
New place to start the intelligent importers
Iain Holmes
2001-09-29
1
-24
/
+483
*
Allow callers to set the default type of folder to be created.
Iain Holmes
2001-09-29
1
-3
/
+3
*
Expand a ~ in the path
Iain Holmes
2001-09-22
1
-1
/
+1
*
Fix crash and remove warning
Iain Holmes
2001-09-15
1
-28
/
+6
*
Removed unused variable.
Ettore Perazzoli
2001-09-15
1
-3
/
+1
*
[Remove a bunch of debugging messages, as per #7741.]
Ettore Perazzoli
2001-09-14
1
-3
/
+0
*
only allow importing to /local folders.
Chris Toshok
2001-09-13
1
-0
/
+11
*
Purify run. All small leaks.
Dan Winship
2001-09-10
1
-0
/
+4
*
Report errors in the dialog
Iain Holmes
2001-09-05
1
-0
/
+2
*
Check the file exists before trying to import it
Iain Holmes
2001-09-05
1
-0
/
+15
*
Studlycapsize all the IDs that are not. Likewise. Updated accordingly.
Ettore Perazzoli
2001-08-28
1
-1
/
+0
*
Don't print a NULL. Crashes on Solaris
Iain Holmes
2001-08-22
1
-2
/
+2
*
Do the import correctly.
Iain Holmes
2001-08-21
1
-2
/
+36
*
Update the copyrights, replacing Helix Code with Ximian and
Ettore Perazzoli
2001-06-23
1
-2
/
+2
*
Committing the new My Evolution.
Iain Holmes
2001-06-09
1
-1
/
+0
*
Changed purely informational debug spew from a g_warning to a g_message.
Jon Trowbridge
2001-06-07
1
-3
/
+3
*
Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.
Christopher James Lahey
2001-05-26
1
-3
/
+2
*
Add a caption to the folder selection dialog widget, and get the
Ettore Perazzoli
2001-05-20
1
-4
/
+2
*
Ask for a folder to import into.
Iain Holmes
2001-05-12
1
-0
/
+704