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
/
widgets
/
table
/
e-tree-table-adapter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #484839 - Sort, when in threading mode, properly
Milan Crha
2009-10-23
1
-0
/
+45
*
Fix excessive whitespace.
Matthew Barnes
2009-07-13
1
-2
/
+0
*
More code cleanup.
Matthew Barnes
2009-06-02
1
-4
/
+4
*
Whitespace cleanup.
Matthew Barnes
2009-05-29
1
-5
/
+5
*
Prefer GLib basic types over C types.
Matthew Barnes
2009-05-29
1
-70
/
+70
*
Remove trailing whitespace, again.
Matthew Barnes
2009-05-29
1
-1
/
+1
*
Fix compiler warnings in smime.
Matthew Barnes
2009-05-26
1
-0
/
+1
*
Fix compiler warnings.
Matthew Barnes
2009-05-17
1
-10
/
+0
*
** BUGFIX: 569696 – Memory leak in message-list
Srinivasa Ragavan
2009-05-04
1
-0
/
+27
*
Change License from GPL to LGPL. 2nd batch.
Sankarasivasubramanian Pasupathilingam
2008-09-03
1
-17
/
+16
*
** Fix for bug #352695
Milan Crha
2008-08-11
1
-2
/
+2
*
** Fix for bug #519292
Milan Crha
2008-08-11
1
-34
/
+8
*
** Fix for bug #352695
Milan Crha
2008-08-11
1
-12
/
+35
*
updated novell copyright notices (left others alone)
Jeffrey Stedfast
2008-06-21
1
-1
/
+1
*
** Fix for bug #519292
Milan Crha
2008-03-27
1
-2
/
+2
*
** Fix for bug #511105
Milan Crha
2008-01-23
1
-0
/
+2
*
** Remove trailing whitespace from source code.
Matthew Barnes
2007-11-15
1
-17
/
+17
*
Update FSF address in header comments (#469886). Patch from Tobias
Matthew Barnes
2007-09-02
1
-2
/
+2
*
Move away from g_asserts from g_return*.
Srinivasa Ragavan
2007-08-31
1
-1
/
+1
*
2007-08-24 mcrha Fix for bug #239441
Milan Crha
2007-08-24
1
-1
/
+12
*
** Fix for bug #419690
Srinivasa Ragavan
2007-08-07
1
-0
/
+2
*
Remove E_MAKE_TYPE macro.
Hiroyuki Ikezoe
2007-07-28
1
-9
/
+5
*
Fix compilation warnings in widgets folder (#441014).
Matthew Barnes
2007-06-03
1
-13
/
+13
*
Add code to support default thread expand state
Srinivasa Ragavan
2007-05-16
1
-1
/
+20
*
Fix "incompatible pointer type" warnings (#360619).
Matthew Barnes
2007-03-30
1
-2
/
+3
*
Fix for bug #350884 (GMail like thread sorting)
Srinivasa Ragavan
2006-08-19
1
-1
/
+13
*
Enhanced search functionality. patch submitted by Johnny Jacob Reviewed
Harish Krishnaswamy
2006-06-30
1
-1
/
+1
*
Tons of cleanups of the following sort: - remove unused vars - remove
Kjartan Maraas
2006-01-30
1
-1
/
+1
*
Added functions to collapse/Expand all
Srinivasa Ragavan
2006-01-16
1
-0
/
+38
*
e-table.c (e_table_load_specification) e-table-specification.c
Tor Lillqvist
2005-09-30
1
-1
/
+1
*
Retired GAL from Head. The relevant files have moved inside evolution.
Kaushal Kumar
2005-06-17
1
-2
/
+2
*
Port to Windows, initial commit:
Tor Lillqvist
2005-04-29
1
-4
/
+14
*
** For bug #47874.
Harry Lu
2003-08-26
1
-0
/
+3
*
guard against NULL strings don't add disabled column titles to the store.
Mike Kestner
2003-06-12
1
-1
/
+1
*
block the signal that got us here until we're done to stop an infinite
Mike Kestner
2003-05-17
1
-2
/
+3
*
add missing model_changed (etta_proxy_node_inserted): add missing
Mike Kestner
2003-05-07
1
-0
/
+4
*
use e_tree_table_adapter_node_get_next to determine how to draw sibling
Mike Kestner
2003-04-21
1
-0
/
+10
*
Don't unref the layout that was passed in. (e_table_header_draw_button):
Hans Petter Jansson
2003-04-16
1
-0
/
+2
*
guard against root == NULL. Bug #39491.
Mike Kestner
2003-04-05
1
-0
/
+3
*
restore expanded state of node and all children. Fixes Ximian bug #40393.
Mike Kestner
2003-04-03
1
-3
/
+31
*
if killing the root node, set it to NULL in the priv data. Bug #39441.
Mike Kestner
2003-04-01
1
-0
/
+2
*
don't call delete_node on the root node since generate_tree already does
Mike Kestner
2003-03-24
1
-2
/
+3
*
save and restore expanded state so parents don't collapse when children
Mike Kestner
2003-03-15
1
-2
/
+7
*
rewrite to store selected paths in a hashtable instead of a tree. lose the
Mike Kestner
2003-03-04
1
-18
/
+1
*
kill (etsm_find_node_unless_equals): use new etta_orig_position
Mike Kestner
2003-02-21
1
-27
/
+51
*
set remap_needed
Mike Kestner
2003-02-19
1
-0
/
+1
*
return after the e_table_model_no_change call.
Chris Toshok
2003-02-17
1
-2
/
+6
*
guard for null paths if save_id lookup fails.
Mike Kestner
2003-02-14
1
-1
/
+2
*
work around broken models that insert children before parents. bad models.
Mike Kestner
2003-02-13
1
-4
/
+18
*
index bound bug (insert_children): prepend/reverse for now
Mike Kestner
2003-02-07
1
-16
/
+27
*
use the parent path to find the parent node rather than the row, which is
Not Zed
2003-02-06
1
-3
/
+4
*
make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update to
Mike Kestner
2003-02-05
1
-649
/
+544
*
(e_tree_table_adapter_load_expanded_state): Call
Ettore Perazzoli
2003-01-23
1
-2
/
+0
*
Same here.
Jeffrey Stedfast
2003-01-16
1
-1
/
+1
*
remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto ditto
Mike Kestner
2002-11-06
1
-2
/
+2
*
use GObject api for models GObjectify GObjectify GObjectify GObjectify
Mike Kestner
2002-11-05
1
-59
/
+55
*
merging the gal-2 branch back to the trunk.
Mike Kestner
2002-11-01
1
-4
/
+12
*
And finally here.
Jeffrey Stedfast
2002-08-07
1
-19
/
+2
*
#include <string.h> for memset
Jeffrey Stedfast
2002-08-07
1
-7
/
+29
*
Made these able to find the potential row for a new node which will be the
Christopher James Lahey
2002-07-19
1
-3
/
+8
*
Added debugging printfs.
Christopher James Lahey
2002-06-05
1
-1
/
+3
*
Added would_be_expanded refactoring code out of is_expanded.
Christopher James Lahey
2002-05-25
1
-16
/
+22
*
Check for path being NULL.
Christopher James Lahey
2002-05-21
1
-1
/
+14
*
Changed a lot of direct uses in this file of node->is_expanded to call the
Christopher James Lahey
2002-05-14
1
-70
/
+76
*
Bump file version to 2. (This will make older versions of gal ignore the
Dan Winship
2002-05-10
1
-4
/
+12
*
Ansification patch from danw.
Christopher James Lahey
2002-04-26
1
-1
/
+1
*
Handle a collapse request by marking all descendents of that node as
Christopher James Lahey
2002-03-09
1
-30
/
+43
*
Added frozen_count variable to know not to show the cursor while a change
Christopher James Lahey
2001-10-31
1
-13
/
+49
*
Don't go outside the table looking for matches when doing the last_access
Christopher James Lahey
2001-10-30
1
-2
/
+3
*
Changed the license announcement at the top of these files.
Christopher James Lahey
2001-10-27
1
-4
/
+18
*
Make this check immediately for whether to show the cursor, instead of in
Christopher James Lahey
2001-10-23
1
-0
/
+1
*
Added bounds checking in a number of places. (etta_init): Initialize all
Christopher James Lahey
2001-10-17
1
-17
/
+41
*
*.c s/->childs/->xmlChildrenNode/g;
Michael Meeks
2001-10-05
1
-1
/
+1
*
Bumped version number to 0.11.99.4.
Christopher James Lahey
2001-09-17
1
-4
/
+7
*
Rename these functions from ecn_get_text and ecn_free_text.
Christopher James Lahey
2001-09-01
1
-10
/
+8
*
e_tree_table_adapter_node_at_row would have pulled data from one past the
Christopher James Lahey
2001-08-04
1
-6
/
+8
*
Ignore set_expanded if the node is the root and root_visible is FALSE.
Christopher James Lahey
2001-07-13
1
-0
/
+3
*
Added checks for if row is outside of the appropriate range.
Christopher James Lahey
2001-07-07
1
-0
/
+4
*
Made this return -1 instead of -2 for not found if the root is not
Christopher James Lahey
2001-04-26
1
-2
/
+7
*
Upped the version number to 0.6.99.0. Upped the so number to 6.
Christopher James Lahey
2001-04-13
1
-1
/
+11
*
Make it so you can switch checking around the last access on and off for
Christopher James Lahey
2001-04-04
1
-0
/
+2
*
Added e_tree_selection_model_select_single_path and made selection_start
Christopher James Lahey
2001-04-04
1
-2
/
+18
*
Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto.
Kjartan Maraas
2001-04-04
1
-2
/
+2
*
Fixed an off by one error.
Richard Hult
2001-04-04
1
-1
/
+1
*
Don't draw the button if it's less than 1 pixel wide.
Christopher James Lahey
2001-04-03
1
-1
/
+4
*
Fixed removing the last child of a node.
Christopher James Lahey
2001-03-31
1
-4
/
+29
*
Updated these to match the new e_tree_model_node_removed signal.
Christopher James Lahey
2001-03-27
1
-1
/
+1
*
Deal with proxy_node_changed being called on a different root node than
Christopher James Lahey
2001-03-20
1
-0
/
+974