Mercurial > pidgin
annotate finch/libgnt/gnttree.c @ 25556:0d7f02640e2b
Make sure that the buffer is large enough to fit DST.ADDR + DST.PORT. This was found in the analysis that Veracode performed on the pidgin codebase.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sat, 02 May 2009 17:43:14 +0000 |
parents | 55f4261e1358 |
children | c67d43408daa |
rev | line source |
---|---|
17928
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
1 /** |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
2 * GNT - The GLib Ncurses Toolkit |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
3 * |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
4 * GNT is the legal property of its developers, whose names are too numerous |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
5 * to list here. Please refer to the COPYRIGHT file distributed with this |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
6 * source distribution. |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
7 * |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
8 * This library is free software; you can redistribute it and/or modify |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
9 * it under the terms of the GNU General Public License as published by |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
10 * the Free Software Foundation; either version 2 of the License, or |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
11 * (at your option) any later version. |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
12 * |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
13 * This program is distributed in the hope that it will be useful, |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
16 * GNU General Public License for more details. |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
17 * |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
18 * You should have received a copy of the GNU General Public License |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
19 * along with this program; if not, write to the Free Software |
19681
44b4e8bd759b
The FSF changed its address a while ago; our files were out of date.
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
19371
diff
changeset
|
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
17928
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
21 */ |
8410511f4dbb
applied changes from 016401bd409e6229fae0ab1e80d9fef9365511b3
Eric Polino <aluink@pidgin.im>
parents:
16577
diff
changeset
|
22 |
15817 | 23 #include "gntmarshal.h" |
24 #include "gntstyle.h" | |
25 #include "gnttree.h" | |
26 #include "gntutils.h" | |
27 | |
28 #include <string.h> | |
29 #include <ctype.h> | |
30 | |
31 #define SEARCH_TIMEOUT 4000 /* 4 secs */ | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
32 #define SEARCHING(tree) (tree->priv->search && tree->priv->search->len > 0) |
15817 | 33 |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
34 #define COLUMN_INVISIBLE(tree, index) (tree->columns[index].flags & GNT_TREE_COLUMN_INVISIBLE) |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
35 #define BINARY_DATA(tree, index) (tree->columns[index].flags & GNT_TREE_COLUMN_BINARY_DATA) |
18449
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
36 #define RIGHT_ALIGNED(tree, index) (tree->columns[index].flags & GNT_TREE_COLUMN_RIGHT_ALIGNED) |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
37 |
15817 | 38 enum |
39 { | |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
40 PROP_0, |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
41 PROP_COLUMNS, |
22189
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
42 PROP_EXPANDER, |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
43 }; |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
44 |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
45 enum |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
46 { |
15817 | 47 SIG_SELECTION_CHANGED, |
48 SIG_SCROLLED, | |
49 SIG_TOGGLED, | |
16105
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
50 SIG_COLLAPSED, |
15817 | 51 SIGS, |
52 }; | |
53 | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
54 struct _GntTreePriv |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
55 { |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
56 GString *search; |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
57 int search_timeout; |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
58 int search_column; |
18563
dba4edbde4a7
Patch from Javeed Shaikh to make the search function non-braindamaged.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18557
diff
changeset
|
59 gboolean (*search_func)(GntTree *tree, gpointer key, const char *search, const char *current); |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
60 |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
61 GCompareFunc compare; |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
62 int lastvisible; |
22189
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
63 int expander_level; |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
64 }; |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
65 |
15817 | 66 #define TAB_SIZE 3 |
67 | |
68 /* XXX: Make this one into a GObject? | |
69 * ... Probably not */ | |
15928
f00f2e283ffb
Some define changes. This helps in generating the python bindings.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15817
diff
changeset
|
70 struct _GntTreeRow |
15817 | 71 { |
72 void *key; | |
73 void *data; /* XXX: unused */ | |
74 | |
75 gboolean collapsed; | |
76 gboolean choice; /* Is this a choice-box? | |
77 If choice is true, then child will be NULL */ | |
78 gboolean isselected; | |
79 GntTextFormatFlags flags; | |
21691
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
80 int color; |
15817 | 81 |
82 GntTreeRow *parent; | |
83 GntTreeRow *child; | |
84 GntTreeRow *next; | |
85 GntTreeRow *prev; | |
86 | |
87 GList *columns; | |
88 GntTree *tree; | |
89 }; | |
90 | |
15928
f00f2e283ffb
Some define changes. This helps in generating the python bindings.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15817
diff
changeset
|
91 struct _GntTreeCol |
15817 | 92 { |
93 char *text; | |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
94 gboolean isbinary; |
15817 | 95 int span; /* How many columns does it span? */ |
96 }; | |
97 | |
16203
4f6a6443a1e3
emit/handle gnttree signals appropriately
Richard Nelson <wabz@pidgin.im>
parents:
16123
diff
changeset
|
98 static void tree_selection_changed(GntTree *, GntTreeRow *, GntTreeRow *); |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
99 static void _gnt_tree_init_internals(GntTree *tree, int col); |
16203
4f6a6443a1e3
emit/handle gnttree signals appropriately
Richard Nelson <wabz@pidgin.im>
parents:
16123
diff
changeset
|
100 |
15817 | 101 static GntWidgetClass *parent_class = NULL; |
102 static guint signals[SIGS] = { 0 }; | |
103 | |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
104 static void |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
105 readjust_columns(GntTree *tree) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
106 { |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
107 int i, col, total; |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
108 int width; |
18405
69cc1a4ef6ab
Parentheses helps.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18404
diff
changeset
|
109 #define WIDTH(i) (tree->columns[i].width_ratio ? tree->columns[i].width_ratio : tree->columns[i].width) |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
110 gnt_widget_get_size(GNT_WIDGET(tree), &width, NULL); |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
111 if (!GNT_WIDGET_IS_FLAG_SET(GNT_WIDGET(tree), GNT_WIDGET_NO_BORDER)) |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
112 width -= 2; |
23342
6d4e4a5963f3
Fix an off-by-one bug in calculating column widths in trees.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22997
diff
changeset
|
113 width -= 1; /* Exclude the scrollbar from the calculation */ |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
114 for (i = 0, total = 0; i < tree->ncol ; i++) { |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
115 if (tree->columns[i].flags & GNT_TREE_COLUMN_INVISIBLE) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
116 continue; |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
117 if (tree->columns[i].flags & GNT_TREE_COLUMN_FIXED_SIZE) |
23342
6d4e4a5963f3
Fix an off-by-one bug in calculating column widths in trees.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22997
diff
changeset
|
118 width -= WIDTH(i) + (tree->priv->lastvisible != i); |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
119 else |
23342
6d4e4a5963f3
Fix an off-by-one bug in calculating column widths in trees.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22997
diff
changeset
|
120 total += WIDTH(i) + (tree->priv->lastvisible != i); |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
121 } |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
122 |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
123 if (total == 0) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
124 return; |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
125 |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
126 for (i = 0; i < tree->ncol; i++) { |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
127 if (tree->columns[i].flags & GNT_TREE_COLUMN_INVISIBLE) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
128 continue; |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
129 if (tree->columns[i].flags & GNT_TREE_COLUMN_FIXED_SIZE) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
130 col = WIDTH(i); |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
131 else |
18405
69cc1a4ef6ab
Parentheses helps.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18404
diff
changeset
|
132 col = (WIDTH(i) * width) / total; |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
133 gnt_tree_set_col_width(GNT_TREE(tree), i, col); |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
134 } |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
135 } |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
136 |
15817 | 137 /* Move the item at position old to position new */ |
138 static GList * | |
139 g_list_reposition_child(GList *list, int old, int new) | |
140 { | |
141 gpointer item = g_list_nth_data(list, old); | |
142 list = g_list_remove(list, item); | |
143 if (old < new) | |
144 new--; /* because the positions would have shifted after removing the item */ | |
145 list = g_list_insert(list, item, new); | |
146 return list; | |
147 } | |
148 | |
149 static GntTreeRow * | |
150 _get_next(GntTreeRow *row, gboolean godeep) | |
151 { | |
152 if (row == NULL) | |
153 return NULL; | |
154 if (godeep && row->child) | |
155 return row->child; | |
156 if (row->next) | |
157 return row->next; | |
158 return _get_next(row->parent, FALSE); | |
159 } | |
160 | |
161 static gboolean | |
162 row_matches_search(GntTreeRow *row) | |
163 { | |
164 GntTree *t = row->tree; | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
165 if (t->priv->search && t->priv->search->len > 0) { |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
166 GntTreeCol *col = (col = g_list_nth_data(row->columns, t->priv->search_column)) ? col : row->columns->data; |
18557
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
167 char *one, *two, *z; |
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
168 if (t->priv->search_func) |
18563
dba4edbde4a7
Patch from Javeed Shaikh to make the search function non-braindamaged.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18557
diff
changeset
|
169 return t->priv->search_func(t, row->key, t->priv->search->str, col->text); |
18557
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
170 one = g_utf8_casefold(col->text, -1); |
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
171 two = g_utf8_casefold(t->priv->search->str, -1); |
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
172 z = strstr(one, two); |
15817 | 173 g_free(one); |
174 g_free(two); | |
175 if (z == NULL) | |
176 return FALSE; | |
177 } | |
178 return TRUE; | |
179 } | |
180 | |
181 static GntTreeRow * | |
182 get_next(GntTreeRow *row) | |
183 { | |
184 if (row == NULL) | |
185 return NULL; | |
186 while ((row = _get_next(row, !row->collapsed)) != NULL) { | |
187 if (row_matches_search(row)) | |
188 break; | |
189 } | |
190 return row; | |
191 } | |
192 | |
193 /* Returns the n-th next row. If it doesn't exist, returns NULL */ | |
194 static GntTreeRow * | |
195 get_next_n(GntTreeRow *row, int n) | |
196 { | |
197 while (row && n--) | |
198 row = get_next(row); | |
199 return row; | |
200 } | |
201 | |
202 /* Returns the n-th next row. If it doesn't exist, then the last non-NULL node */ | |
203 static GntTreeRow * | |
204 get_next_n_opt(GntTreeRow *row, int n, int *pos) | |
205 { | |
206 GntTreeRow *next = row; | |
207 int r = 0; | |
208 | |
209 if (row == NULL) | |
210 return NULL; | |
211 | |
212 while (row && n--) | |
213 { | |
214 row = get_next(row); | |
215 if (row) | |
216 { | |
217 next = row; | |
218 r++; | |
219 } | |
220 } | |
221 | |
222 if (pos) | |
223 *pos = r; | |
224 | |
225 return next; | |
226 } | |
227 | |
228 static GntTreeRow * | |
229 get_last_child(GntTreeRow *row) | |
230 { | |
231 if (row == NULL) | |
232 return NULL; | |
233 if (!row->collapsed && row->child) | |
234 row = row->child; | |
235 else | |
236 return row; | |
237 | |
238 while(row->next) | |
239 row = row->next; | |
16577
467698ab6bf0
Fix an odd selection issue when moving up.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16283
diff
changeset
|
240 return get_last_child(row); |
15817 | 241 } |
242 | |
243 static GntTreeRow * | |
244 get_prev(GntTreeRow *row) | |
245 { | |
246 if (row == NULL) | |
247 return NULL; | |
248 while (row) { | |
249 if (row->prev) | |
250 row = get_last_child(row->prev); | |
251 else | |
252 row = row->parent; | |
253 if (!row || row_matches_search(row)) | |
254 break; | |
255 } | |
256 return row; | |
257 } | |
258 | |
259 static GntTreeRow * | |
260 get_prev_n(GntTreeRow *row, int n) | |
261 { | |
262 while (row && n--) | |
263 row = get_prev(row); | |
264 return row; | |
265 } | |
266 | |
267 /* Distance of row from the root */ | |
268 /* XXX: This is uber-inefficient */ | |
269 static int | |
270 get_root_distance(GntTreeRow *row) | |
271 { | |
272 if (row == NULL) | |
273 return -1; | |
274 return get_root_distance(get_prev(row)) + 1; | |
275 } | |
276 | |
277 /* Returns the distance between a and b. | |
278 * If a is 'above' b, then the distance is positive */ | |
279 static int | |
280 get_distance(GntTreeRow *a, GntTreeRow *b) | |
281 { | |
282 /* First get the distance from a to the root. | |
283 * Then the distance from b to the root. | |
284 * Subtract. | |
285 * It's not that good, but it works. */ | |
286 int ha = get_root_distance(a); | |
287 int hb = get_root_distance(b); | |
288 | |
289 return (hb - ha); | |
290 } | |
291 | |
292 static int | |
293 find_depth(GntTreeRow *row) | |
294 { | |
295 int dep = -1; | |
296 | |
297 while (row) | |
298 { | |
299 dep++; | |
300 row = row->parent; | |
301 } | |
302 | |
303 return dep; | |
304 } | |
305 | |
306 static char * | |
307 update_row_text(GntTree *tree, GntTreeRow *row) | |
308 { | |
309 GString *string = g_string_new(NULL); | |
310 GList *iter; | |
311 int i; | |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
312 gboolean notfirst = FALSE; |
15817 | 313 |
314 for (i = 0, iter = row->columns; i < tree->ncol && iter; i++, iter = iter->next) | |
315 { | |
316 GntTreeCol *col = iter->data; | |
317 const char *text; | |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
318 int len; |
15817 | 319 int fl = 0; |
320 gboolean cut = FALSE; | |
15971
05d347516fcd
Fine tune column hiding.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15970
diff
changeset
|
321 int width; |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
322 const char *display; |
15817 | 323 |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
324 if (COLUMN_INVISIBLE(tree, i)) |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
325 continue; |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
326 |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
327 if (BINARY_DATA(tree, i)) |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
328 display = ""; |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
329 else |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
330 display = col->text; |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
331 |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
332 len = gnt_util_onscreen_width(display, NULL); |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
333 |
18449
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
334 width = tree->columns[i].width; |
15971
05d347516fcd
Fine tune column hiding.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15970
diff
changeset
|
335 |
15817 | 336 if (i == 0) |
337 { | |
338 if (row->choice) | |
339 { | |
340 g_string_append_printf(string, "[%c] ", | |
341 row->isselected ? 'X' : ' '); | |
342 fl = 4; | |
343 } | |
22189
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
344 else if (find_depth(row) < tree->priv->expander_level && row->child) |
15817 | 345 { |
346 if (row->collapsed) | |
347 { | |
348 string = g_string_append(string, "+ "); | |
349 } | |
350 else | |
351 { | |
352 string = g_string_append(string, "- "); | |
353 } | |
354 fl = 2; | |
355 } | |
356 else | |
357 { | |
358 fl = TAB_SIZE * find_depth(row); | |
359 g_string_append_printf(string, "%*s", fl, ""); | |
360 } | |
361 len += fl; | |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
362 } else if (notfirst && tree->show_separator) |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
363 g_string_append_c(string, '|'); |
15817 | 364 else |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
365 g_string_append_c(string, ' '); |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
366 |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
367 notfirst = TRUE; |
15817 | 368 |
18183
99969affedf5
I think this fixes the ellipsization in the trees.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18118
diff
changeset
|
369 if (len > width) { |
21273
6e666ae6f68e
Do not ellipsize in a column of size 1.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21272
diff
changeset
|
370 len = MAX(1, width - 1); |
15817 | 371 cut = TRUE; |
372 } | |
18449
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
373 |
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
374 if (RIGHT_ALIGNED(tree, i) && len < tree->columns[i].width) { |
21272
f869796bf505
Patch from Josh Davis to correct ellipsization for right-aligned columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21271
diff
changeset
|
375 g_string_append_printf(string, "%*s", width - len - cut, ""); |
18449
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
376 } |
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
377 |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
378 text = gnt_util_onscreen_width_to_pointer(display, len - fl, NULL); |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
379 string = g_string_append_len(string, display, text - display); |
21273
6e666ae6f68e
Do not ellipsize in a column of size 1.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21272
diff
changeset
|
380 if (cut && width > 1) { /* ellipsis */ |
15817 | 381 if (gnt_ascii_only()) |
382 g_string_append_c(string, '~'); | |
383 else | |
384 string = g_string_append(string, "\342\200\246"); | |
385 len++; | |
386 } | |
387 | |
18449
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
388 if (!RIGHT_ALIGNED(tree, i) && len < tree->columns[i].width && iter->next) |
15971
05d347516fcd
Fine tune column hiding.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15970
diff
changeset
|
389 g_string_append_printf(string, "%*s", width - len, ""); |
15817 | 390 } |
391 return g_string_free(string, FALSE); | |
392 } | |
393 | |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
394 #define NEXT_X x += tree->columns[i].width + (i > 0 ? 1 : 0) |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
395 |
15817 | 396 static void |
397 tree_mark_columns(GntTree *tree, int pos, int y, chtype type) | |
398 { | |
399 GntWidget *widget = GNT_WIDGET(tree); | |
400 int i; | |
401 int x = pos; | |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
402 gboolean notfirst = FALSE; |
15817 | 403 |
404 for (i = 0; i < tree->ncol - 1; i++) | |
405 { | |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
406 if (!COLUMN_INVISIBLE(tree, i)) { |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
407 notfirst = TRUE; |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
408 NEXT_X; |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
409 } |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
410 if (!COLUMN_INVISIBLE(tree, i+1) && notfirst) |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
411 mvwaddch(widget->window, y, x, type); |
15817 | 412 } |
413 } | |
414 | |
415 static void | |
416 redraw_tree(GntTree *tree) | |
417 { | |
418 int start, i; | |
419 GntWidget *widget = GNT_WIDGET(tree); | |
420 GntTreeRow *row; | |
18541
2011554e1377
Fix compile warnings that only shows up with -O3. This may have caused
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18535
diff
changeset
|
421 int pos, up, down = 0; |
15817 | 422 int rows, scrcol; |
423 | |
424 if (!GNT_WIDGET_IS_FLAG_SET(GNT_WIDGET(tree), GNT_WIDGET_MAPPED)) | |
425 return; | |
426 | |
427 if (GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_NO_BORDER)) | |
428 pos = 0; | |
429 else | |
430 pos = 1; | |
431 | |
432 if (tree->top == NULL) | |
433 tree->top = tree->root; | |
16203
4f6a6443a1e3
emit/handle gnttree signals appropriately
Richard Nelson <wabz@pidgin.im>
parents:
16123
diff
changeset
|
434 if (tree->current == NULL) { |
15817 | 435 tree->current = tree->root; |
16203
4f6a6443a1e3
emit/handle gnttree signals appropriately
Richard Nelson <wabz@pidgin.im>
parents:
16123
diff
changeset
|
436 tree_selection_changed(tree, NULL, tree->current); |
4f6a6443a1e3
emit/handle gnttree signals appropriately
Richard Nelson <wabz@pidgin.im>
parents:
16123
diff
changeset
|
437 } |
15817 | 438 |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
439 wbkgd(widget->window, gnt_color_pair(GNT_COLOR_NORMAL)); |
15817 | 440 |
441 start = 0; | |
442 if (tree->show_title) | |
443 { | |
444 int i; | |
445 int x = pos; | |
446 | |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
447 mvwhline(widget->window, pos + 1, pos, ACS_HLINE | gnt_color_pair(GNT_COLOR_NORMAL), |
15817 | 448 widget->priv.width - pos - 1); |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
449 mvwhline(widget->window, pos, pos, ' ' | gnt_color_pair(GNT_COLOR_NORMAL), |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
450 widget->priv.width - pos - 1); |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
451 |
15817 | 452 for (i = 0; i < tree->ncol; i++) |
453 { | |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
454 if (COLUMN_INVISIBLE(tree, i)) { |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
455 continue; |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
456 } |
18726
68fec9f954dd
Make sure long titles remain within their own cell.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18720
diff
changeset
|
457 mvwaddnstr(widget->window, pos, x + (x != pos), tree->columns[i].title, tree->columns[i].width); |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
458 NEXT_X; |
15817 | 459 } |
460 if (pos) | |
461 { | |
21264
ad49d9dace9f
Draw the 'header' correctly when not showing borders.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21254
diff
changeset
|
462 tree_mark_columns(tree, pos, 0, |
ad49d9dace9f
Draw the 'header' correctly when not showing borders.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21254
diff
changeset
|
463 (tree->show_separator ? ACS_TTEE : ACS_HLINE) | gnt_color_pair(GNT_COLOR_NORMAL)); |
15817 | 464 tree_mark_columns(tree, pos, widget->priv.height - pos, |
21264
ad49d9dace9f
Draw the 'header' correctly when not showing borders.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21254
diff
changeset
|
465 (tree->show_separator ? ACS_BTEE : ACS_HLINE) | gnt_color_pair(GNT_COLOR_NORMAL)); |
15817 | 466 } |
467 tree_mark_columns(tree, pos, pos + 1, | |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
468 (tree->show_separator ? ACS_PLUS : ACS_HLINE) | gnt_color_pair(GNT_COLOR_NORMAL)); |
15817 | 469 tree_mark_columns(tree, pos, pos, |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
470 (tree->show_separator ? ACS_VLINE : ' ') | gnt_color_pair(GNT_COLOR_NORMAL)); |
15817 | 471 start = 2; |
472 } | |
473 | |
474 rows = widget->priv.height - pos * 2 - start - 1; | |
475 tree->bottom = get_next_n_opt(tree->top, rows, &down); | |
476 if (down < rows) | |
477 { | |
478 tree->top = get_prev_n(tree->bottom, rows); | |
479 if (tree->top == NULL) | |
480 tree->top = tree->root; | |
481 } | |
482 | |
483 up = get_distance(tree->top, tree->current); | |
484 if (up < 0) | |
485 tree->top = tree->current; | |
486 else if (up >= widget->priv.height - pos) | |
487 tree->top = get_prev_n(tree->current, rows); | |
488 | |
489 if (tree->top && !row_matches_search(tree->top)) | |
490 tree->top = get_next(tree->top); | |
491 row = tree->top; | |
492 scrcol = widget->priv.width - 1 - 2 * pos; /* exclude the borders and the scrollbar */ | |
493 for (i = start + pos; row && i < widget->priv.height - pos; | |
494 i++, row = get_next(row)) | |
495 { | |
496 char *str; | |
497 int wr; | |
498 | |
499 GntTextFormatFlags flags = row->flags; | |
500 int attr = 0; | |
501 | |
502 if (!row_matches_search(row)) | |
503 continue; | |
504 str = update_row_text(tree, row); | |
505 | |
506 if ((wr = gnt_util_onscreen_width(str, NULL)) > scrcol) | |
507 { | |
508 char *s = (char*)gnt_util_onscreen_width_to_pointer(str, scrcol, &wr); | |
509 *s = '\0'; | |
510 } | |
511 | |
512 if (flags & GNT_TEXT_FLAG_BOLD) | |
513 attr |= A_BOLD; | |
514 if (flags & GNT_TEXT_FLAG_UNDERLINE) | |
515 attr |= A_UNDERLINE; | |
516 if (flags & GNT_TEXT_FLAG_BLINK) | |
517 attr |= A_BLINK; | |
518 | |
519 if (row == tree->current) | |
520 { | |
24918
55f4261e1358
Boldify the selected row in the tree. This is helpful when, for example,
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
23342
diff
changeset
|
521 attr |= A_BOLD; |
15817 | 522 if (gnt_widget_has_focus(widget)) |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
523 attr |= gnt_color_pair(GNT_COLOR_HIGHLIGHT); |
15817 | 524 else |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
525 attr |= gnt_color_pair(GNT_COLOR_HIGHLIGHT_D); |
15817 | 526 } |
527 else | |
528 { | |
529 if (flags & GNT_TEXT_FLAG_DIM) | |
21691
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
530 if (row->color) |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
531 attr |= (A_DIM | gnt_color_pair(row->color)); |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
532 else |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
533 attr |= (A_DIM | gnt_color_pair(GNT_COLOR_DISABLED)); |
15817 | 534 else if (flags & GNT_TEXT_FLAG_HIGHLIGHT) |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
535 attr |= (A_DIM | gnt_color_pair(GNT_COLOR_HIGHLIGHT)); |
21691
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
536 else if (row->color) |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
537 attr |= gnt_color_pair(row->color); |
15817 | 538 else |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
539 attr |= gnt_color_pair(GNT_COLOR_NORMAL); |
15817 | 540 } |
541 | |
542 wbkgdset(widget->window, '\0' | attr); | |
543 mvwaddstr(widget->window, i, pos, str); | |
544 whline(widget->window, ' ', scrcol - wr); | |
545 tree->bottom = row; | |
546 g_free(str); | |
547 tree_mark_columns(tree, pos, i, | |
548 (tree->show_separator ? ACS_VLINE : ' ') | attr); | |
549 } | |
550 | |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
551 wbkgdset(widget->window, '\0' | gnt_color_pair(GNT_COLOR_NORMAL)); |
15817 | 552 while (i < widget->priv.height - pos) |
553 { | |
554 mvwhline(widget->window, i, pos, ' ', | |
555 widget->priv.width - pos * 2 - 1); | |
556 tree_mark_columns(tree, pos, i, | |
557 (tree->show_separator ? ACS_VLINE : ' ')); | |
558 i++; | |
559 } | |
560 | |
561 scrcol = widget->priv.width - pos - 1; /* position of the scrollbar */ | |
562 rows--; | |
563 if (rows > 0) | |
564 { | |
18541
2011554e1377
Fix compile warnings that only shows up with -O3. This may have caused
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18535
diff
changeset
|
565 int total = 0; |
15817 | 566 int showing, position; |
567 | |
568 get_next_n_opt(tree->root, g_list_length(tree->list), &total); | |
569 showing = rows * rows / MAX(total, 1) + 1; | |
570 showing = MIN(rows, showing); | |
571 | |
572 total -= rows; | |
573 up = get_distance(tree->root, tree->top); | |
574 down = total - up; | |
575 | |
576 position = (rows - showing) * up / MAX(1, up + down); | |
577 position = MAX((tree->top != tree->root), position); | |
578 | |
579 if (showing + position > rows) | |
580 position = rows - showing; | |
581 | |
582 if (showing + position == rows && row) | |
583 position = MAX(0, rows - 1 - showing); | |
584 else if (showing + position < rows && !row) | |
585 position = rows - showing; | |
586 | |
587 position += pos + start + 1; | |
588 | |
589 mvwvline(widget->window, pos + start + 1, scrcol, | |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
590 ' ' | gnt_color_pair(GNT_COLOR_NORMAL), rows); |
15817 | 591 mvwvline(widget->window, position, scrcol, |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
592 ACS_CKBOARD | gnt_color_pair(GNT_COLOR_HIGHLIGHT_D), showing); |
15817 | 593 } |
594 | |
595 mvwaddch(widget->window, start + pos, scrcol, | |
596 ((tree->top != tree->root) ? ACS_UARROW : ' ') | | |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
597 gnt_color_pair(GNT_COLOR_HIGHLIGHT_D)); |
15817 | 598 |
599 mvwaddch(widget->window, widget->priv.height - pos - 1, scrcol, | |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
600 (row ? ACS_DARROW : ' ') | gnt_color_pair(GNT_COLOR_HIGHLIGHT_D)); |
15817 | 601 |
16249
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
602 /* If there's a search-text, show it in the bottom of the tree */ |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
603 if (tree->priv->search && tree->priv->search->len > 0) { |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
604 const char *str = gnt_util_onscreen_width_to_pointer(tree->priv->search->str, scrcol - 1, NULL); |
21250
9187d331aebe
Add gnt_color_pair, which will replace color codes with 'appropriate' text
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
20306
diff
changeset
|
605 wbkgdset(widget->window, '\0' | gnt_color_pair(GNT_COLOR_HIGHLIGHT_D)); |
16249
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
606 mvwaddnstr(widget->window, widget->priv.height - pos - 1, pos, |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
607 tree->priv->search->str, str - tree->priv->search->str); |
16249
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
608 } |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
609 |
15817 | 610 gnt_widget_queue_update(widget); |
611 } | |
612 | |
613 static void | |
614 gnt_tree_draw(GntWidget *widget) | |
615 { | |
616 GntTree *tree = GNT_TREE(widget); | |
617 | |
618 redraw_tree(tree); | |
619 | |
620 GNTDEBUG; | |
621 } | |
622 | |
623 static void | |
624 gnt_tree_size_request(GntWidget *widget) | |
625 { | |
626 if (widget->priv.height == 0) | |
627 widget->priv.height = 10; /* XXX: Why?! */ | |
628 if (widget->priv.width == 0) | |
629 { | |
630 GntTree *tree = GNT_TREE(widget); | |
631 int i, width = 0; | |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
632 width = 1 + 2 * (!GNT_WIDGET_IS_FLAG_SET(GNT_WIDGET(tree), GNT_WIDGET_NO_BORDER)); |
15817 | 633 for (i = 0; i < tree->ncol; i++) |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
634 if (!COLUMN_INVISIBLE(tree, i)) { |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
635 width = width + tree->columns[i].width; |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
636 if (tree->priv->lastvisible != i) |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
637 width++; |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
638 } |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
639 widget->priv.width = width; |
15817 | 640 } |
641 } | |
642 | |
643 static void | |
644 gnt_tree_map(GntWidget *widget) | |
645 { | |
646 GntTree *tree = GNT_TREE(widget); | |
647 if (widget->priv.width == 0 || widget->priv.height == 0) | |
648 { | |
649 gnt_widget_size_request(widget); | |
650 } | |
651 tree->top = tree->root; | |
652 tree->current = tree->root; | |
653 GNTDEBUG; | |
654 } | |
655 | |
656 static void | |
657 tree_selection_changed(GntTree *tree, GntTreeRow *old, GntTreeRow *current) | |
658 { | |
659 g_signal_emit(tree, signals[SIG_SELECTION_CHANGED], 0, old ? old->key : NULL, | |
660 current ? current->key : NULL); | |
661 } | |
662 | |
663 static gboolean | |
664 action_down(GntBindable *bind, GList *null) | |
665 { | |
666 int dist; | |
667 GntTree *tree = GNT_TREE(bind); | |
668 GntTreeRow *old = tree->current; | |
669 GntTreeRow *row = get_next(tree->current); | |
670 if (row == NULL) | |
671 return FALSE; | |
672 tree->current = row; | |
673 if ((dist = get_distance(tree->current, tree->bottom)) < 0) | |
674 gnt_tree_scroll(tree, -dist); | |
675 else | |
676 redraw_tree(tree); | |
677 if (old != tree->current) | |
678 tree_selection_changed(tree, old, tree->current); | |
679 return TRUE; | |
680 } | |
681 | |
682 static gboolean | |
15972
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
683 action_move_parent(GntBindable *bind, GList *null) |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
684 { |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
685 GntTree *tree = GNT_TREE(bind); |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
686 GntTreeRow *row = tree->current; |
16249
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
687 int dist; |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
688 |
22233
782df0fd9e5e
Fix a crash when pressing backspace at a menu
Richard Nelson <wabz@pidgin.im>
parents:
22189
diff
changeset
|
689 if (!row || !row->parent || SEARCHING(tree)) |
16249
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
690 return FALSE; |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
691 |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
692 tree->current = row->parent; |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
693 if ((dist = get_distance(tree->current, tree->top)) > 0) |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
694 gnt_tree_scroll(tree, -dist); |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
695 else |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
696 redraw_tree(tree); |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
697 tree_selection_changed(tree, row, tree->current); |
15972
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
698 return TRUE; |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
699 } |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
700 |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
701 static gboolean |
15817 | 702 action_up(GntBindable *bind, GList *list) |
703 { | |
704 int dist; | |
705 GntTree *tree = GNT_TREE(bind); | |
706 GntTreeRow *old = tree->current; | |
707 GntTreeRow *row = get_prev(tree->current); | |
708 if (!row) | |
709 return FALSE; | |
710 tree->current = row; | |
711 if ((dist = get_distance(tree->current, tree->top)) > 0) | |
712 gnt_tree_scroll(tree, -dist); | |
713 else | |
714 redraw_tree(tree); | |
715 if (old != tree->current) | |
716 tree_selection_changed(tree, old, tree->current); | |
717 | |
718 return TRUE; | |
719 } | |
720 | |
721 static gboolean | |
722 action_page_down(GntBindable *bind, GList *null) | |
723 { | |
724 GntTree *tree = GNT_TREE(bind); | |
725 GntTreeRow *old = tree->current; | |
726 GntTreeRow *row = get_next(tree->bottom); | |
727 if (row) | |
728 { | |
729 int dist = get_distance(tree->top, tree->current); | |
730 tree->top = tree->bottom; | |
731 tree->current = get_next_n_opt(tree->top, dist, NULL); | |
732 redraw_tree(tree); | |
733 } | |
734 else if (tree->current != tree->bottom) | |
735 { | |
736 tree->current = tree->bottom; | |
737 redraw_tree(tree); | |
738 } | |
739 | |
740 if (old != tree->current) | |
741 tree_selection_changed(tree, old, tree->current); | |
742 return TRUE; | |
743 } | |
744 | |
745 static gboolean | |
746 action_page_up(GntBindable *bind, GList *null) | |
747 { | |
748 GntWidget *widget = GNT_WIDGET(bind); | |
749 GntTree *tree = GNT_TREE(bind); | |
750 GntTreeRow *row; | |
751 GntTreeRow *old = tree->current; | |
752 | |
753 if (tree->top != tree->root) | |
754 { | |
755 int dist = get_distance(tree->top, tree->current); | |
756 row = get_prev_n(tree->top, widget->priv.height - 1 - | |
757 tree->show_title * 2 - 2 * (GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_NO_BORDER) == 0)); | |
758 if (row == NULL) | |
759 row = tree->root; | |
760 tree->top = row; | |
761 tree->current = get_next_n_opt(tree->top, dist, NULL); | |
762 redraw_tree(tree); | |
763 } | |
764 else if (tree->current != tree->top) | |
765 { | |
766 tree->current = tree->top; | |
767 redraw_tree(tree); | |
768 } | |
769 if (old != tree->current) | |
770 tree_selection_changed(tree, old, tree->current); | |
771 return TRUE; | |
772 } | |
773 | |
774 static void | |
775 end_search(GntTree *tree) | |
776 { | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
777 if (tree->priv->search) { |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
778 g_source_remove(tree->priv->search_timeout); |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
779 g_string_free(tree->priv->search, TRUE); |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
780 tree->priv->search = NULL; |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
781 tree->priv->search_timeout = 0; |
18720
a69ab280147b
Fix a /-search bug.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18566
diff
changeset
|
782 GNT_WIDGET_UNSET_FLAGS(GNT_WIDGET(tree), GNT_WIDGET_DISABLE_ACTIONS); |
15817 | 783 } |
784 } | |
785 | |
786 static gboolean | |
787 search_timeout(gpointer data) | |
788 { | |
789 GntTree *tree = data; | |
790 | |
791 end_search(tree); | |
792 redraw_tree(tree); | |
793 | |
794 return FALSE; | |
795 } | |
796 | |
797 static gboolean | |
798 gnt_tree_key_pressed(GntWidget *widget, const char *text) | |
799 { | |
800 GntTree *tree = GNT_TREE(widget); | |
801 GntTreeRow *old = tree->current; | |
802 | |
22289
0ba0f2804299
'\n' (ctrl-j) should behave similar to '\r' (ctrl-m). Fixes #4833.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22233
diff
changeset
|
803 if (text[0] == '\r' || text[0] == '\n') { |
15817 | 804 end_search(tree); |
805 gnt_widget_activate(widget); | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
806 } else if (tree->priv->search) { |
16249
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
807 gboolean changed = TRUE; |
15817 | 808 if (isalnum(*text)) { |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
809 tree->priv->search = g_string_append_c(tree->priv->search, *text); |
16249
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
810 } else if (g_utf8_collate(text, GNT_KEY_BACKSPACE) == 0) { |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
811 if (tree->priv->search->len) |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
812 tree->priv->search->str[--tree->priv->search->len] = '\0'; |
16249
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
813 } else |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
814 changed = FALSE; |
f02e611bdb6b
Show the search string in the tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16203
diff
changeset
|
815 if (changed) { |
15817 | 816 redraw_tree(tree); |
18566
3c634117a7ef
Allow disabling the widget actions on specific widgets. This allows, for
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18564
diff
changeset
|
817 } else { |
3c634117a7ef
Allow disabling the widget actions on specific widgets. This allows, for
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18564
diff
changeset
|
818 gnt_bindable_perform_action_key(GNT_BINDABLE(tree), text); |
15817 | 819 } |
22997
6843c06f5c6a
Pressing arrow keys should reset the search timer.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22289
diff
changeset
|
820 g_source_remove(tree->priv->search_timeout); |
6843c06f5c6a
Pressing arrow keys should reset the search timer.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22289
diff
changeset
|
821 tree->priv->search_timeout = g_timeout_add(SEARCH_TIMEOUT, search_timeout, tree); |
15817 | 822 return TRUE; |
823 } else if (text[0] == ' ' && text[1] == 0) { | |
824 /* Space pressed */ | |
825 GntTreeRow *row = tree->current; | |
826 if (row && row->child) | |
827 { | |
828 row->collapsed = !row->collapsed; | |
829 redraw_tree(tree); | |
16105
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
830 g_signal_emit(tree, signals[SIG_COLLAPSED], 0, row->key, row->collapsed); |
15817 | 831 } |
832 else if (row && row->choice) | |
833 { | |
834 row->isselected = !row->isselected; | |
835 g_signal_emit(tree, signals[SIG_TOGGLED], 0, row->key); | |
836 redraw_tree(tree); | |
837 } | |
18098
1c8853f6bfc6
I am not sure why I made this change. But it looks good.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18069
diff
changeset
|
838 } else { |
1c8853f6bfc6
I am not sure why I made this change. But it looks good.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18069
diff
changeset
|
839 return FALSE; |
15817 | 840 } |
841 | |
842 if (old != tree->current) | |
843 { | |
844 tree_selection_changed(tree, old, tree->current); | |
845 } | |
846 | |
18098
1c8853f6bfc6
I am not sure why I made this change. But it looks good.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18069
diff
changeset
|
847 return TRUE; |
15817 | 848 } |
849 | |
850 static void | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
851 gnt_tree_free_columns(GntTree *tree) |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
852 { |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
853 int i; |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
854 for (i = 0; i < tree->ncol; i++) { |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
855 g_free(tree->columns[i].title); |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
856 } |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
857 g_free(tree->columns); |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
858 } |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
859 |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
860 static void |
15817 | 861 gnt_tree_destroy(GntWidget *widget) |
862 { | |
863 GntTree *tree = GNT_TREE(widget); | |
864 | |
865 end_search(tree); | |
866 if (tree->hash) | |
867 g_hash_table_destroy(tree->hash); | |
868 g_list_free(tree->list); | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
869 gnt_tree_free_columns(tree); |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
870 g_free(tree->priv); |
15817 | 871 } |
872 | |
873 static gboolean | |
874 gnt_tree_clicked(GntWidget *widget, GntMouseEvent event, int x, int y) | |
875 { | |
876 GntTree *tree = GNT_TREE(widget); | |
877 GntTreeRow *old = tree->current; | |
878 if (event == GNT_MOUSE_SCROLL_UP) { | |
879 action_up(GNT_BINDABLE(widget), NULL); | |
880 } else if (event == GNT_MOUSE_SCROLL_DOWN) { | |
881 action_down(GNT_BINDABLE(widget), NULL); | |
882 } else if (event == GNT_LEFT_MOUSE_DOWN) { | |
883 GntTreeRow *row; | |
884 GntTree *tree = GNT_TREE(widget); | |
885 int pos = 1; | |
886 if (GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_NO_BORDER)) | |
887 pos = 0; | |
888 if (tree->show_title) | |
889 pos += 2; | |
890 pos = y - widget->priv.y - pos; | |
891 row = get_next_n(tree->top, pos); | |
892 if (row && tree->current != row) { | |
893 GntTreeRow *old = tree->current; | |
894 tree->current = row; | |
895 redraw_tree(tree); | |
896 tree_selection_changed(tree, old, tree->current); | |
897 } else if (row && row == tree->current) { | |
898 if (row->choice) { | |
899 row->isselected = !row->isselected; | |
900 g_signal_emit(tree, signals[SIG_TOGGLED], 0, row->key); | |
901 redraw_tree(tree); | |
902 } else { | |
903 gnt_widget_activate(widget); | |
904 } | |
905 } | |
906 } else { | |
907 return FALSE; | |
908 } | |
909 if (old != tree->current) { | |
910 tree_selection_changed(tree, old, tree->current); | |
911 } | |
912 return TRUE; | |
913 } | |
914 | |
915 static void | |
916 gnt_tree_size_changed(GntWidget *widget, int w, int h) | |
917 { | |
918 GntTree *tree = GNT_TREE(widget); | |
919 if (widget->priv.width <= 0) | |
920 return; | |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
921 |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
922 readjust_columns(tree); |
15817 | 923 } |
924 | |
925 static gboolean | |
926 start_search(GntBindable *bindable, GList *list) | |
927 { | |
928 GntTree *tree = GNT_TREE(bindable); | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
929 if (tree->priv->search) |
15817 | 930 return FALSE; |
18566
3c634117a7ef
Allow disabling the widget actions on specific widgets. This allows, for
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18564
diff
changeset
|
931 GNT_WIDGET_SET_FLAGS(GNT_WIDGET(tree), GNT_WIDGET_DISABLE_ACTIONS); |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
932 tree->priv->search = g_string_new(NULL); |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
933 tree->priv->search_timeout = g_timeout_add(SEARCH_TIMEOUT, search_timeout, tree); |
15817 | 934 return TRUE; |
935 } | |
936 | |
937 static gboolean | |
938 end_search_action(GntBindable *bindable, GList *list) | |
939 { | |
940 GntTree *tree = GNT_TREE(bindable); | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
941 if (tree->priv->search == NULL) |
15817 | 942 return FALSE; |
18566
3c634117a7ef
Allow disabling the widget actions on specific widgets. This allows, for
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18564
diff
changeset
|
943 GNT_WIDGET_UNSET_FLAGS(GNT_WIDGET(tree), GNT_WIDGET_DISABLE_ACTIONS); |
15817 | 944 end_search(tree); |
945 redraw_tree(tree); | |
946 return TRUE; | |
947 } | |
948 | |
949 static void | |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
950 gnt_tree_set_property(GObject *obj, guint prop_id, const GValue *value, |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
951 GParamSpec *spec) |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
952 { |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
953 GntTree *tree = GNT_TREE(obj); |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
954 switch (prop_id) { |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
955 case PROP_COLUMNS: |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
956 _gnt_tree_init_internals(tree, g_value_get_int(value)); |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
957 break; |
22189
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
958 case PROP_EXPANDER: |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
959 if (tree->priv->expander_level == g_value_get_int(value)) |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
960 break; |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
961 tree->priv->expander_level = g_value_get_int(value); |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
962 g_object_notify(obj, "expander-level"); |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
963 default: |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
964 break; |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
965 } |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
966 } |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
967 |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
968 static void |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
969 gnt_tree_get_property(GObject *obj, guint prop_id, GValue *value, |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
970 GParamSpec *spec) |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
971 { |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
972 GntTree *tree = GNT_TREE(obj); |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
973 switch (prop_id) { |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
974 case PROP_COLUMNS: |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
975 g_value_set_int(value, tree->ncol); |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
976 break; |
22189
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
977 case PROP_EXPANDER: |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
978 g_value_set_int(value, tree->priv->expander_level); |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
979 break; |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
980 default: |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
981 break; |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
982 } |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
983 } |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
984 |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
985 static void |
15817 | 986 gnt_tree_class_init(GntTreeClass *klass) |
987 { | |
988 GntBindableClass *bindable = GNT_BINDABLE_CLASS(klass); | |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
989 GObjectClass *gclass = G_OBJECT_CLASS(klass); |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
990 |
15817 | 991 parent_class = GNT_WIDGET_CLASS(klass); |
992 parent_class->destroy = gnt_tree_destroy; | |
993 parent_class->draw = gnt_tree_draw; | |
994 parent_class->map = gnt_tree_map; | |
995 parent_class->size_request = gnt_tree_size_request; | |
996 parent_class->key_pressed = gnt_tree_key_pressed; | |
997 parent_class->clicked = gnt_tree_clicked; | |
998 parent_class->size_changed = gnt_tree_size_changed; | |
999 | |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1000 gclass->set_property = gnt_tree_set_property; |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1001 gclass->get_property = gnt_tree_get_property; |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1002 g_object_class_install_property(gclass, |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1003 PROP_COLUMNS, |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1004 g_param_spec_int("columns", "Columns", |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1005 "Number of columns in the tree.", |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1006 1, G_MAXINT, 1, |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1007 G_PARAM_READWRITE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1008 ) |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1009 ); |
22189
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1010 g_object_class_install_property(gclass, |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1011 PROP_EXPANDER, |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1012 g_param_spec_int("expander-level", "Expander level", |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1013 "Number of levels to show expander in the tree.", |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1014 0, G_MAXINT, 1, |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1015 G_PARAM_READWRITE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1016 ) |
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1017 ); |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1018 |
15817 | 1019 signals[SIG_SELECTION_CHANGED] = |
1020 g_signal_new("selection-changed", | |
1021 G_TYPE_FROM_CLASS(klass), | |
1022 G_SIGNAL_RUN_LAST, | |
1023 G_STRUCT_OFFSET(GntTreeClass, selection_changed), | |
1024 NULL, NULL, | |
1025 gnt_closure_marshal_VOID__POINTER_POINTER, | |
1026 G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_POINTER); | |
1027 signals[SIG_SCROLLED] = | |
1028 g_signal_new("scrolled", | |
1029 G_TYPE_FROM_CLASS(klass), | |
1030 G_SIGNAL_RUN_LAST, | |
1031 0, | |
1032 NULL, NULL, | |
1033 g_cclosure_marshal_VOID__INT, | |
1034 G_TYPE_NONE, 1, G_TYPE_INT); | |
1035 signals[SIG_TOGGLED] = | |
1036 g_signal_new("toggled", | |
1037 G_TYPE_FROM_CLASS(klass), | |
1038 G_SIGNAL_RUN_LAST, | |
1039 G_STRUCT_OFFSET(GntTreeClass, toggled), | |
1040 NULL, NULL, | |
1041 g_cclosure_marshal_VOID__POINTER, | |
1042 G_TYPE_NONE, 1, G_TYPE_POINTER); | |
16105
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
1043 signals[SIG_COLLAPSED] = |
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
1044 g_signal_new("collapse-toggled", |
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
1045 G_TYPE_FROM_CLASS(klass), |
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
1046 G_SIGNAL_RUN_LAST, |
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
1047 0, |
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
1048 NULL, NULL, |
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
1049 gnt_closure_marshal_VOID__POINTER_BOOLEAN, |
1983ecd15174
Remember the collapsed state of groups in the blist
Richard Nelson <wabz@pidgin.im>
parents:
15972
diff
changeset
|
1050 G_TYPE_NONE, 2, G_TYPE_POINTER, G_TYPE_BOOLEAN); |
15817 | 1051 |
1052 gnt_bindable_class_register_action(bindable, "move-up", action_up, | |
1053 GNT_KEY_UP, NULL); | |
1054 gnt_bindable_register_binding(bindable, "move-up", GNT_KEY_CTRL_P, NULL); | |
1055 gnt_bindable_class_register_action(bindable, "move-down", action_down, | |
1056 GNT_KEY_DOWN, NULL); | |
1057 gnt_bindable_register_binding(bindable, "move-down", GNT_KEY_CTRL_N, NULL); | |
15972
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
1058 gnt_bindable_class_register_action(bindable, "move-parent", action_move_parent, |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
1059 GNT_KEY_BACKSPACE, NULL); |
15817 | 1060 gnt_bindable_class_register_action(bindable, "page-up", action_page_up, |
1061 GNT_KEY_PGUP, NULL); | |
1062 gnt_bindable_class_register_action(bindable, "page-down", action_page_down, | |
1063 GNT_KEY_PGDOWN, NULL); | |
1064 gnt_bindable_class_register_action(bindable, "start-search", start_search, | |
1065 "/", NULL); | |
1066 gnt_bindable_class_register_action(bindable, "end-search", end_search_action, | |
1067 "\033", NULL); | |
1068 | |
1069 gnt_style_read_actions(G_OBJECT_CLASS_TYPE(klass), bindable); | |
1070 GNTDEBUG; | |
1071 } | |
1072 | |
1073 static void | |
1074 gnt_tree_init(GTypeInstance *instance, gpointer class) | |
1075 { | |
1076 GntWidget *widget = GNT_WIDGET(instance); | |
1077 GntTree *tree = GNT_TREE(widget); | |
1078 tree->show_separator = TRUE; | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1079 tree->priv = g_new0(GntTreePriv, 1); |
18720
a69ab280147b
Fix a /-search bug.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18566
diff
changeset
|
1080 GNT_WIDGET_SET_FLAGS(widget, GNT_WIDGET_GROW_X | GNT_WIDGET_GROW_Y | |
a69ab280147b
Fix a /-search bug.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18566
diff
changeset
|
1081 GNT_WIDGET_CAN_TAKE_FOCUS | GNT_WIDGET_NO_SHADOW); |
a69ab280147b
Fix a /-search bug.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18566
diff
changeset
|
1082 gnt_widget_set_take_focus(widget, TRUE); |
15817 | 1083 widget->priv.minw = 4; |
1084 widget->priv.minh = 1; | |
1085 GNTDEBUG; | |
1086 } | |
1087 | |
1088 /****************************************************************************** | |
1089 * GntTree API | |
1090 *****************************************************************************/ | |
1091 GType | |
1092 gnt_tree_get_gtype(void) | |
1093 { | |
1094 static GType type = 0; | |
1095 | |
1096 if(type == 0) | |
1097 { | |
1098 static const GTypeInfo info = { | |
1099 sizeof(GntTreeClass), | |
1100 NULL, /* base_init */ | |
1101 NULL, /* base_finalize */ | |
1102 (GClassInitFunc)gnt_tree_class_init, | |
1103 NULL, /* class_finalize */ | |
1104 NULL, /* class_data */ | |
1105 sizeof(GntTree), | |
1106 0, /* n_preallocs */ | |
1107 gnt_tree_init, /* instance_init */ | |
1108 NULL /* value_table */ | |
1109 }; | |
1110 | |
1111 type = g_type_register_static(GNT_TYPE_WIDGET, | |
1112 "GntTree", | |
1113 &info, 0); | |
1114 } | |
1115 | |
1116 return type; | |
1117 } | |
1118 | |
1119 static void | |
1120 free_tree_col(gpointer data) | |
1121 { | |
1122 GntTreeCol *col = data; | |
18811 | 1123 if (!col->isbinary) |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1124 g_free(col->text); |
15817 | 1125 g_free(col); |
1126 } | |
1127 | |
1128 static void | |
1129 free_tree_row(gpointer data) | |
1130 { | |
1131 GntTreeRow *row = data; | |
1132 | |
1133 if (!row) | |
1134 return; | |
1135 | |
1136 g_list_foreach(row->columns, (GFunc)free_tree_col, NULL); | |
1137 g_list_free(row->columns); | |
1138 g_free(row); | |
1139 } | |
1140 | |
1141 GntWidget *gnt_tree_new() | |
1142 { | |
1143 return gnt_tree_new_with_columns(1); | |
1144 } | |
1145 | |
1146 void gnt_tree_set_visible_rows(GntTree *tree, int rows) | |
1147 { | |
1148 GntWidget *widget = GNT_WIDGET(tree); | |
1149 widget->priv.height = rows; | |
1150 if (!GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_NO_BORDER)) | |
1151 widget->priv.height += 2; | |
1152 } | |
1153 | |
1154 int gnt_tree_get_visible_rows(GntTree *tree) | |
1155 { | |
1156 GntWidget *widget = GNT_WIDGET(tree); | |
1157 int ret = widget->priv.height; | |
1158 if (!GNT_WIDGET_IS_FLAG_SET(widget, GNT_WIDGET_NO_BORDER)) | |
1159 ret -= 2; | |
1160 return ret; | |
1161 } | |
1162 | |
18118
ab6d2763b8d8
Re-fix the DBus list handling code by killing const GList* / const GSList*
Richard Laager <rlaager@wiktel.com>
parents:
18098
diff
changeset
|
1163 GList *gnt_tree_get_rows(GntTree *tree) |
15817 | 1164 { |
1165 return tree->list; | |
1166 } | |
1167 | |
1168 void gnt_tree_scroll(GntTree *tree, int count) | |
1169 { | |
1170 GntTreeRow *row; | |
1171 | |
1172 if (count < 0) | |
1173 { | |
1174 if (get_root_distance(tree->top) == 0) | |
1175 return; | |
1176 row = get_prev_n(tree->top, -count); | |
1177 if (row == NULL) | |
1178 row = tree->root; | |
1179 tree->top = row; | |
1180 } | |
1181 else | |
1182 { | |
1183 get_next_n_opt(tree->bottom, count, &count); | |
1184 tree->top = get_next_n(tree->top, count); | |
1185 } | |
1186 | |
1187 redraw_tree(tree); | |
1188 g_signal_emit(tree, signals[SIG_SCROLLED], 0, count); | |
1189 } | |
1190 | |
1191 static gpointer | |
1192 find_position(GntTree *tree, gpointer key, gpointer parent) | |
1193 { | |
1194 GntTreeRow *row; | |
1195 | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1196 if (tree->priv->compare == NULL) |
15817 | 1197 return NULL; |
1198 | |
1199 if (parent == NULL) | |
1200 row = tree->root; | |
1201 else | |
1202 row = g_hash_table_lookup(tree->hash, parent); | |
1203 | |
1204 if (!row) | |
1205 return NULL; | |
1206 | |
1207 if (parent) | |
1208 row = row->child; | |
1209 | |
1210 while (row) | |
1211 { | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1212 if (tree->priv->compare(key, row->key) < 0) |
15817 | 1213 return (row->prev ? row->prev->key : NULL); |
1214 if (row->next) | |
1215 row = row->next; | |
1216 else | |
1217 return row->key; | |
1218 } | |
1219 return NULL; | |
1220 } | |
1221 | |
1222 void gnt_tree_sort_row(GntTree *tree, gpointer key) | |
1223 { | |
1224 GntTreeRow *row, *q, *s; | |
1225 int current, newp; | |
1226 | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1227 if (!tree->priv->compare) |
15817 | 1228 return; |
1229 | |
1230 row = g_hash_table_lookup(tree->hash, key); | |
1231 g_return_if_fail(row != NULL); | |
1232 | |
1233 current = g_list_index(tree->list, key); | |
1234 | |
1235 if (row->parent) | |
1236 s = row->parent->child; | |
1237 else | |
1238 s = tree->root; | |
1239 | |
1240 q = NULL; | |
1241 while (s) { | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1242 if (tree->priv->compare(row->key, s->key) < 0) |
15817 | 1243 break; |
1244 q = s; | |
1245 s = s->next; | |
1246 } | |
1247 | |
1248 /* Move row between q and s */ | |
1249 if (row == q || row == s) | |
1250 return; | |
1251 | |
1252 if (q == NULL) { | |
1253 /* row becomes the first child of its parent */ | |
1254 row->prev->next = row->next; /* row->prev cannot be NULL at this point */ | |
1255 if (row->next) | |
1256 row->next->prev = row->prev; | |
1257 if (row->parent) | |
1258 row->parent->child = row; | |
1259 else | |
1260 tree->root = row; | |
1261 row->next = s; | |
1262 s->prev = row; /* s cannot be NULL */ | |
1263 row->prev = NULL; | |
1264 newp = g_list_index(tree->list, s) - 1; | |
1265 } else { | |
1266 if (row->prev) { | |
1267 row->prev->next = row->next; | |
1268 } else { | |
1269 /* row was the first child of its parent */ | |
1270 if (row->parent) | |
1271 row->parent->child = row->next; | |
1272 else | |
1273 tree->top = row->next; | |
1274 } | |
1275 | |
1276 if (row->next) | |
1277 row->next->prev = row->prev; | |
1278 | |
1279 q->next = row; | |
1280 row->prev = q; | |
1281 if (s) | |
1282 s->prev = row; | |
1283 row->next = s; | |
1284 newp = g_list_index(tree->list, q) + 1; | |
1285 } | |
1286 tree->list = g_list_reposition_child(tree->list, current, newp); | |
1287 | |
1288 redraw_tree(tree); | |
1289 } | |
1290 | |
1291 GntTreeRow *gnt_tree_add_row_after(GntTree *tree, void *key, GntTreeRow *row, void *parent, void *bigbro) | |
1292 { | |
1293 GntTreeRow *pr = NULL; | |
1294 | |
20306
665d6d7eea83
applied changes from 88f296b3653b5a7578a7581c1582d37390c9d212
Luke Schierer <lschiere@pidgin.im>
parents:
19681
diff
changeset
|
1295 row->tree = tree; |
665d6d7eea83
applied changes from 88f296b3653b5a7578a7581c1582d37390c9d212
Luke Schierer <lschiere@pidgin.im>
parents:
19681
diff
changeset
|
1296 row->key = key; |
665d6d7eea83
applied changes from 88f296b3653b5a7578a7581c1582d37390c9d212
Luke Schierer <lschiere@pidgin.im>
parents:
19681
diff
changeset
|
1297 row->data = NULL; |
15817 | 1298 g_hash_table_replace(tree->hash, key, row); |
1299 | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1300 if (bigbro == NULL && tree->priv->compare) |
15817 | 1301 { |
1302 bigbro = find_position(tree, key, parent); | |
1303 } | |
1304 | |
1305 if (tree->root == NULL) | |
1306 { | |
1307 tree->root = row; | |
1308 tree->list = g_list_prepend(tree->list, key); | |
1309 } | |
1310 else | |
1311 { | |
1312 int position = 0; | |
1313 | |
1314 if (bigbro) | |
1315 { | |
1316 pr = g_hash_table_lookup(tree->hash, bigbro); | |
1317 if (pr) | |
1318 { | |
1319 if (pr->next) pr->next->prev = row; | |
1320 row->next = pr->next; | |
1321 row->prev = pr; | |
1322 pr->next = row; | |
1323 row->parent = pr->parent; | |
1324 | |
1325 position = g_list_index(tree->list, bigbro); | |
1326 } | |
1327 } | |
1328 | |
1329 if (pr == NULL && parent) | |
1330 { | |
1331 pr = g_hash_table_lookup(tree->hash, parent); | |
1332 if (pr) | |
1333 { | |
1334 if (pr->child) pr->child->prev = row; | |
1335 row->next = pr->child; | |
1336 pr->child = row; | |
1337 row->parent = pr; | |
1338 | |
1339 position = g_list_index(tree->list, parent); | |
1340 } | |
1341 } | |
1342 | |
1343 if (pr == NULL) | |
1344 { | |
1345 GntTreeRow *r = tree->root; | |
1346 row->next = r; | |
1347 if (r) r->prev = row; | |
1348 if (tree->current == tree->root) | |
1349 tree->current = row; | |
1350 tree->root = row; | |
1351 tree->list = g_list_prepend(tree->list, key); | |
1352 } | |
1353 else | |
1354 { | |
1355 tree->list = g_list_insert(tree->list, key, position + 1); | |
1356 } | |
1357 } | |
1358 redraw_tree(tree); | |
1359 | |
1360 return row; | |
1361 } | |
1362 | |
1363 GntTreeRow *gnt_tree_add_row_last(GntTree *tree, void *key, GntTreeRow *row, void *parent) | |
1364 { | |
1365 GntTreeRow *pr = NULL, *br = NULL; | |
1366 | |
1367 if (parent) | |
1368 pr = g_hash_table_lookup(tree->hash, parent); | |
1369 | |
1370 if (pr) | |
1371 br = pr->child; | |
1372 else | |
1373 br = tree->root; | |
1374 | |
1375 if (br) | |
1376 { | |
1377 while (br->next) | |
1378 br = br->next; | |
1379 } | |
1380 | |
1381 return gnt_tree_add_row_after(tree, key, row, parent, br ? br->key : NULL); | |
1382 } | |
1383 | |
1384 gpointer gnt_tree_get_selection_data(GntTree *tree) | |
1385 { | |
1386 if (tree->current) | |
1387 return tree->current->key; /* XXX: perhaps we should just get rid of 'data' */ | |
1388 return NULL; | |
1389 } | |
1390 | |
1391 char *gnt_tree_get_selection_text(GntTree *tree) | |
1392 { | |
1393 if (tree->current) | |
1394 return update_row_text(tree, tree->current); | |
1395 return NULL; | |
1396 } | |
1397 | |
18564
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1398 GList *gnt_tree_get_row_text_list(GntTree *tree, gpointer key) |
15817 | 1399 { |
1400 GList *list = NULL, *iter; | |
18564
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1401 GntTreeRow *row = key ? g_hash_table_lookup(tree->hash, key) : tree->current; |
15817 | 1402 int i; |
1403 | |
18564
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1404 if (!row) |
15817 | 1405 return NULL; |
1406 | |
18564
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1407 for (i = 0, iter = row->columns; i < tree->ncol && iter; |
15817 | 1408 i++, iter = iter->next) |
1409 { | |
1410 GntTreeCol *col = iter->data; | |
18564
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1411 list = g_list_append(list, BINARY_DATA(tree, i) ? col->text : g_strdup(col->text)); |
15817 | 1412 } |
1413 | |
1414 return list; | |
1415 } | |
1416 | |
18564
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1417 GList *gnt_tree_get_selection_text_list(GntTree *tree) |
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1418 { |
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1419 return gnt_tree_get_row_text_list(tree, NULL); |
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1420 } |
36257cac2b11
Anoter patch from Javeed Shaikh to introduce a utility function for a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18563
diff
changeset
|
1421 |
15817 | 1422 void gnt_tree_remove(GntTree *tree, gpointer key) |
1423 { | |
1424 GntTreeRow *row = g_hash_table_lookup(tree->hash, key); | |
1425 static int depth = 0; /* Only redraw after all child nodes are removed */ | |
1426 if (row) | |
1427 { | |
1428 gboolean redraw = FALSE; | |
1429 | |
1430 if (row->child) { | |
1431 depth++; | |
1432 while (row->child) { | |
1433 gnt_tree_remove(tree, row->child->key); | |
1434 } | |
1435 depth--; | |
1436 } | |
1437 | |
1438 if (get_distance(tree->top, row) >= 0 && get_distance(row, tree->bottom) >= 0) | |
1439 redraw = TRUE; | |
1440 | |
1441 /* Update root/top/current/bottom if necessary */ | |
1442 if (tree->root == row) | |
1443 tree->root = get_next(row); | |
1444 if (tree->top == row) | |
1445 { | |
1446 if (tree->top != tree->root) | |
1447 tree->top = get_prev(row); | |
1448 else | |
1449 tree->top = get_next(row); | |
1450 } | |
1451 if (tree->current == row) | |
1452 { | |
1453 if (tree->current != tree->root) | |
1454 tree->current = get_prev(row); | |
1455 else | |
1456 tree->current = get_next(row); | |
1457 tree_selection_changed(tree, row, tree->current); | |
1458 } | |
1459 if (tree->bottom == row) | |
1460 { | |
1461 tree->bottom = get_prev(row); | |
1462 } | |
1463 | |
1464 /* Fix the links */ | |
1465 if (row->next) | |
1466 row->next->prev = row->prev; | |
1467 if (row->parent && row->parent->child == row) | |
1468 row->parent->child = row->next; | |
1469 if (row->prev) | |
1470 row->prev->next = row->next; | |
1471 | |
1472 g_hash_table_remove(tree->hash, key); | |
1473 tree->list = g_list_remove(tree->list, key); | |
1474 | |
1475 if (redraw && depth == 0) | |
1476 { | |
1477 redraw_tree(tree); | |
1478 } | |
1479 } | |
1480 } | |
1481 | |
1482 static gboolean | |
1483 return_true(gpointer key, gpointer data, gpointer null) | |
1484 { | |
1485 return TRUE; | |
1486 } | |
1487 | |
1488 void gnt_tree_remove_all(GntTree *tree) | |
1489 { | |
1490 tree->root = NULL; | |
1491 g_hash_table_foreach_remove(tree->hash, (GHRFunc)return_true, tree); | |
1492 g_list_free(tree->list); | |
1493 tree->list = NULL; | |
1494 tree->current = tree->top = tree->bottom = NULL; | |
1495 } | |
1496 | |
1497 int gnt_tree_get_selection_visible_line(GntTree *tree) | |
1498 { | |
1499 return get_distance(tree->top, tree->current) + | |
1500 !!(GNT_WIDGET_IS_FLAG_SET(GNT_WIDGET(tree), GNT_WIDGET_NO_BORDER)); | |
1501 } | |
1502 | |
1503 void gnt_tree_change_text(GntTree *tree, gpointer key, int colno, const char *text) | |
1504 { | |
1505 GntTreeRow *row; | |
1506 GntTreeCol *col; | |
1507 | |
1508 g_return_if_fail(colno < tree->ncol); | |
1509 | |
1510 row = g_hash_table_lookup(tree->hash, key); | |
1511 if (row) | |
1512 { | |
1513 col = g_list_nth_data(row->columns, colno); | |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1514 if (BINARY_DATA(tree, colno)) { |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1515 col->text = (gpointer)text; |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1516 } else { |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1517 g_free(col->text); |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1518 col->text = g_strdup(text ? text : ""); |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1519 } |
15817 | 1520 |
21271
ca16de222b76
Do not do unnecessary processing when updating text in a column.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21264
diff
changeset
|
1521 if (GNT_WIDGET_IS_FLAG_SET(GNT_WIDGET(tree), GNT_WIDGET_MAPPED) && |
ca16de222b76
Do not do unnecessary processing when updating text in a column.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21264
diff
changeset
|
1522 get_distance(tree->top, row) >= 0 && get_distance(row, tree->bottom) >= 0) |
15817 | 1523 redraw_tree(tree); |
1524 } | |
1525 } | |
1526 | |
1527 GntTreeRow *gnt_tree_add_choice(GntTree *tree, void *key, GntTreeRow *row, void *parent, void *bigbro) | |
1528 { | |
1529 GntTreeRow *r; | |
1530 r = g_hash_table_lookup(tree->hash, key); | |
1531 g_return_val_if_fail(!r || !r->choice, NULL); | |
1532 | |
1533 if (bigbro == NULL) { | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1534 if (tree->priv->compare) |
15817 | 1535 bigbro = find_position(tree, key, parent); |
1536 else { | |
1537 r = g_hash_table_lookup(tree->hash, parent); | |
1538 if (!r) | |
1539 r = tree->root; | |
1540 else | |
1541 r = r->child; | |
1542 if (r) { | |
1543 while (r->next) | |
1544 r = r->next; | |
1545 bigbro = r->key; | |
1546 } | |
1547 } | |
1548 } | |
1549 row = gnt_tree_add_row_after(tree, key, row, parent, bigbro); | |
1550 row->choice = TRUE; | |
1551 | |
1552 return row; | |
1553 } | |
1554 | |
1555 void gnt_tree_set_choice(GntTree *tree, void *key, gboolean set) | |
1556 { | |
1557 GntTreeRow *row = g_hash_table_lookup(tree->hash, key); | |
1558 | |
1559 if (!row) | |
1560 return; | |
1561 g_return_if_fail(row->choice); | |
1562 | |
1563 row->isselected = set; | |
1564 redraw_tree(tree); | |
1565 } | |
1566 | |
1567 gboolean gnt_tree_get_choice(GntTree *tree, void *key) | |
1568 { | |
1569 GntTreeRow *row = g_hash_table_lookup(tree->hash, key); | |
1570 | |
1571 if (!row) | |
1572 return FALSE; | |
1573 g_return_val_if_fail(row->choice, FALSE); | |
1574 | |
1575 return row->isselected; | |
1576 } | |
1577 | |
1578 void gnt_tree_set_row_flags(GntTree *tree, void *key, GntTextFormatFlags flags) | |
1579 { | |
1580 GntTreeRow *row = g_hash_table_lookup(tree->hash, key); | |
1581 if (!row || row->flags == flags) | |
1582 return; | |
1583 | |
1584 row->flags = flags; | |
1585 redraw_tree(tree); /* XXX: It shouldn't be necessary to redraw the whole darned tree */ | |
1586 } | |
1587 | |
21691
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1588 void gnt_tree_set_row_color(GntTree *tree, void *key, int color) |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1589 { |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1590 GntTreeRow *row = g_hash_table_lookup(tree->hash, key); |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1591 if (!row || row->color == color) |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1592 return; |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1593 |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1594 row->color = color; |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1595 redraw_tree(tree); |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1596 } |
3ed9b027479d
Add support for colour in gnttreerows, and colourise the blist. Fixes #1490
Richard Nelson <wabz@pidgin.im>
parents:
21283
diff
changeset
|
1597 |
15817 | 1598 void gnt_tree_set_selected(GntTree *tree , void *key) |
1599 { | |
1600 int dist; | |
1601 GntTreeRow *row = g_hash_table_lookup(tree->hash, key); | |
16203
4f6a6443a1e3
emit/handle gnttree signals appropriately
Richard Nelson <wabz@pidgin.im>
parents:
16123
diff
changeset
|
1602 if (!row || row == tree->current) |
15817 | 1603 return; |
1604 | |
1605 if (tree->top == NULL) | |
1606 tree->top = row; | |
1607 if (tree->bottom == NULL) | |
1608 tree->bottom = row; | |
1609 | |
1610 tree->current = row; | |
1611 if ((dist = get_distance(tree->current, tree->bottom)) < 0) | |
1612 gnt_tree_scroll(tree, -dist); | |
1613 else if ((dist = get_distance(tree->current, tree->top)) > 0) | |
1614 gnt_tree_scroll(tree, -dist); | |
1615 else | |
1616 redraw_tree(tree); | |
16203
4f6a6443a1e3
emit/handle gnttree signals appropriately
Richard Nelson <wabz@pidgin.im>
parents:
16123
diff
changeset
|
1617 tree_selection_changed(tree, row, tree->current); |
15817 | 1618 } |
1619 | |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1620 static void _gnt_tree_init_internals(GntTree *tree, int col) |
15817 | 1621 { |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1622 gnt_tree_free_columns(tree); |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1623 |
15817 | 1624 tree->ncol = col; |
1625 tree->hash = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, free_tree_row); | |
1626 tree->columns = g_new0(struct _GntTreeColInfo, col); | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1627 tree->priv->lastvisible = col - 1; |
15817 | 1628 while (col--) |
1629 { | |
1630 tree->columns[col].width = 15; | |
1631 } | |
1632 tree->list = NULL; | |
1633 tree->show_title = FALSE; | |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1634 g_object_notify(G_OBJECT(tree), "columns"); |
15817 | 1635 } |
1636 | |
1637 GntWidget *gnt_tree_new_with_columns(int col) | |
1638 { | |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1639 GntWidget *widget = g_object_new(GNT_TYPE_TREE, |
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1640 "columns", col, |
22189
4165bcd57486
Allow customizing the expander in the tree. This is mostly a hack ;)
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22179
diff
changeset
|
1641 "expander-level", 1, |
18531
da550279d390
Use gobject properties instead of hacks when creating columns in a tree.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18449
diff
changeset
|
1642 NULL); |
15817 | 1643 |
1644 return widget; | |
1645 } | |
1646 | |
1647 GntTreeRow *gnt_tree_create_row_from_list(GntTree *tree, GList *list) | |
1648 { | |
1649 GList *iter; | |
1650 int i; | |
1651 GntTreeRow *row = g_new0(GntTreeRow, 1); | |
1652 | |
1653 for (i = 0, iter = list; i < tree->ncol && iter; iter = iter->next, i++) | |
1654 { | |
1655 GntTreeCol *col = g_new0(GntTreeCol, 1); | |
1656 col->span = 1; | |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1657 if (BINARY_DATA(tree, i)) { |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1658 col->text = iter->data; |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1659 col->isbinary = TRUE; |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1660 } else { |
18873
7066896f6628
disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18872
diff
changeset
|
1661 col->text = g_strdup(iter->data ? iter->data : ""); |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1662 col->isbinary = FALSE; |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1663 } |
15817 | 1664 |
1665 row->columns = g_list_append(row->columns, col); | |
1666 } | |
1667 | |
1668 return row; | |
1669 } | |
1670 | |
1671 GntTreeRow *gnt_tree_create_row(GntTree *tree, ...) | |
1672 { | |
1673 int i; | |
1674 va_list args; | |
1675 GList *list = NULL; | |
1676 GntTreeRow *row; | |
1677 | |
1678 va_start(args, tree); | |
1679 for (i = 0; i < tree->ncol; i++) | |
1680 { | |
1681 list = g_list_append(list, va_arg(args, char *)); | |
1682 } | |
1683 va_end(args); | |
1684 | |
1685 row = gnt_tree_create_row_from_list(tree, list); | |
1686 g_list_free(list); | |
1687 | |
1688 return row; | |
1689 } | |
1690 | |
1691 void gnt_tree_set_col_width(GntTree *tree, int col, int width) | |
1692 { | |
1693 g_return_if_fail(col < tree->ncol); | |
1694 | |
1695 tree->columns[col].width = width; | |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1696 if (tree->columns[col].width_ratio == 0) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1697 tree->columns[col].width_ratio = width; |
15817 | 1698 } |
1699 | |
18348
1f9db757efc2
Oops. I missed this. This allows setting tree-column titles one by one.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18183
diff
changeset
|
1700 void gnt_tree_set_column_title(GntTree *tree, int index, const char *title) |
1f9db757efc2
Oops. I missed this. This allows setting tree-column titles one by one.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18183
diff
changeset
|
1701 { |
1f9db757efc2
Oops. I missed this. This allows setting tree-column titles one by one.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18183
diff
changeset
|
1702 g_free(tree->columns[index].title); |
1f9db757efc2
Oops. I missed this. This allows setting tree-column titles one by one.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18183
diff
changeset
|
1703 tree->columns[index].title = g_strdup(title); |
1f9db757efc2
Oops. I missed this. This allows setting tree-column titles one by one.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18183
diff
changeset
|
1704 } |
1f9db757efc2
Oops. I missed this. This allows setting tree-column titles one by one.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18183
diff
changeset
|
1705 |
15817 | 1706 void gnt_tree_set_column_titles(GntTree *tree, ...) |
1707 { | |
1708 int i; | |
1709 va_list args; | |
1710 | |
1711 va_start(args, tree); | |
1712 for (i = 0; i < tree->ncol; i++) | |
1713 { | |
1714 const char *title = va_arg(args, const char *); | |
1715 tree->columns[i].title = g_strdup(title); | |
1716 } | |
1717 va_end(args); | |
1718 } | |
1719 | |
1720 void gnt_tree_set_show_title(GntTree *tree, gboolean set) | |
1721 { | |
1722 tree->show_title = set; | |
1723 GNT_WIDGET(tree)->priv.minh = (set ? 6 : 4); | |
1724 } | |
1725 | |
1726 void gnt_tree_set_compare_func(GntTree *tree, GCompareFunc func) | |
1727 { | |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1728 tree->priv->compare = func; |
15817 | 1729 } |
1730 | |
1731 void gnt_tree_set_expanded(GntTree *tree, void *key, gboolean expanded) | |
1732 { | |
1733 GntTreeRow *row = g_hash_table_lookup(tree->hash, key); | |
1734 if (row) { | |
1735 row->collapsed = !expanded; | |
1736 if (GNT_WIDGET(tree)->window) | |
1737 gnt_widget_draw(GNT_WIDGET(tree)); | |
16203
4f6a6443a1e3
emit/handle gnttree signals appropriately
Richard Nelson <wabz@pidgin.im>
parents:
16123
diff
changeset
|
1738 g_signal_emit(tree, signals[SIG_COLLAPSED], 0, key, row->collapsed); |
15817 | 1739 } |
1740 } | |
1741 | |
1742 void gnt_tree_set_show_separator(GntTree *tree, gboolean set) | |
1743 { | |
1744 tree->show_separator = set; | |
1745 } | |
1746 | |
1747 void gnt_tree_adjust_columns(GntTree *tree) | |
1748 { | |
1749 GntTreeRow *row = tree->root; | |
16123
bc280c341679
We don't need to do anything about the heights here.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16105
diff
changeset
|
1750 int *widths, i, twidth; |
15817 | 1751 |
1752 widths = g_new0(int, tree->ncol); | |
1753 while (row) { | |
1754 GList *iter; | |
1755 for (i = 0, iter = row->columns; iter; iter = iter->next, i++) { | |
1756 GntTreeCol *col = iter->data; | |
1757 int w = gnt_util_onscreen_width(col->text, NULL); | |
15968
0ab73bf1fef1
check-items are wider.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15928
diff
changeset
|
1758 if (i == 0 && row->choice) |
0ab73bf1fef1
check-items are wider.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15928
diff
changeset
|
1759 w += 4; |
15972
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
1760 if (i == 0) { |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
1761 w += find_depth(row) * TAB_SIZE; |
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
1762 } |
15817 | 1763 if (widths[i] < w) |
1764 widths[i] = w; | |
1765 } | |
15972
5eb0621e0760
Backspace to jump to parent.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15971
diff
changeset
|
1766 row = get_next(row); |
15817 | 1767 } |
1768 | |
1769 twidth = 1 + 2 * (!GNT_WIDGET_IS_FLAG_SET(GNT_WIDGET(tree), GNT_WIDGET_NO_BORDER)); | |
1770 for (i = 0; i < tree->ncol; i++) { | |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1771 if (tree->columns[i].flags & GNT_TREE_COLUMN_FIXED_SIZE) |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1772 widths[i] = tree->columns[i].width; |
15817 | 1773 gnt_tree_set_col_width(tree, i, widths[i]); |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1774 if (!COLUMN_INVISIBLE(tree, i)) { |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1775 twidth = twidth + widths[i]; |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1776 if (tree->priv->lastvisible != i) |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1777 twidth += 1; |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1778 } |
15817 | 1779 } |
1780 g_free(widths); | |
1781 | |
16123
bc280c341679
We don't need to do anything about the heights here.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
16105
diff
changeset
|
1782 gnt_widget_set_size(GNT_WIDGET(tree), twidth, -1); |
15817 | 1783 } |
1784 | |
1785 void gnt_tree_set_hash_fns(GntTree *tree, gpointer hash, gpointer eq, gpointer kd) | |
1786 { | |
1787 g_hash_table_foreach_remove(tree->hash, return_true, NULL); | |
1788 g_hash_table_destroy(tree->hash); | |
1789 tree->hash = g_hash_table_new_full(hash, eq, kd, free_tree_row); | |
1790 } | |
1791 | |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1792 static void |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1793 set_column_flag(GntTree *tree, int col, GntTreeColumnFlag flag, gboolean set) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1794 { |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1795 if (set) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1796 tree->columns[col].flags |= flag; |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1797 else |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1798 tree->columns[col].flags &= ~flag; |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1799 } |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1800 |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
1801 void gnt_tree_set_column_visible(GntTree *tree, int col, gboolean vis) |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
1802 { |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
1803 g_return_if_fail(col < tree->ncol); |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1804 set_column_flag(tree, col, GNT_TREE_COLUMN_INVISIBLE, !vis); |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1805 if (vis) { |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1806 /* the column is visible */ |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1807 if (tree->priv->lastvisible < col) |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1808 tree->priv->lastvisible = col; |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1809 } else { |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1810 if (tree->priv->lastvisible == col) |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1811 while (tree->priv->lastvisible) { |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1812 tree->priv->lastvisible--; |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1813 if (!COLUMN_INVISIBLE(tree, tree->priv->lastvisible)) |
18440
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1814 break; |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1815 } |
be10fc22d649
Allow trigger keys for menuitems.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18420
diff
changeset
|
1816 } |
21283
406aa3be6b32
Minor adjustments to prevent a crash, correct a data type and fix drawing.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21273
diff
changeset
|
1817 if (GNT_WIDGET_IS_FLAG_SET(GNT_WIDGET(tree), GNT_WIDGET_MAPPED)) |
406aa3be6b32
Minor adjustments to prevent a crash, correct a data type and fix drawing.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21273
diff
changeset
|
1818 readjust_columns(tree); |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1819 } |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1820 |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1821 void gnt_tree_set_column_resizable(GntTree *tree, int col, gboolean res) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1822 { |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1823 g_return_if_fail(col < tree->ncol); |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1824 set_column_flag(tree, col, GNT_TREE_COLUMN_FIXED_SIZE, !res); |
15970
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
1825 } |
790d1d003825
Allow making some columns invisible.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
15968
diff
changeset
|
1826 |
18420
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1827 void gnt_tree_set_column_is_binary(GntTree *tree, int col, gboolean bin) |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1828 { |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1829 g_return_if_fail(col < tree->ncol); |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1830 set_column_flag(tree, col, GNT_TREE_COLUMN_FIXED_SIZE, bin); |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1831 } |
e2b8b17fc62c
Allow storing non-string binary data in tree columns.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18405
diff
changeset
|
1832 |
18449
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
1833 void gnt_tree_set_column_is_right_aligned(GntTree *tree, int col, gboolean right) |
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
1834 { |
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
1835 g_return_if_fail(col < tree->ncol); |
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
1836 set_column_flag(tree, col, GNT_TREE_COLUMN_RIGHT_ALIGNED, right); |
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
1837 } |
ed17f5530300
Allow showing right-aligned text trees. Right-align the size in the file
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18440
diff
changeset
|
1838 |
18404
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1839 void gnt_tree_set_column_width_ratio(GntTree *tree, int cols[]) |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1840 { |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1841 int i; |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1842 for (i = 0; i < tree->ncol && cols[i]; i++) { |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1843 tree->columns[i].width_ratio = cols[i]; |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1844 } |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1845 } |
9a0f99ea664d
Resize tree-columns nicely when the tree is resized. We can tell it to
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18348
diff
changeset
|
1846 |
18534
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1847 void gnt_tree_set_search_column(GntTree *tree, int col) |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1848 { |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1849 g_return_if_fail(col < tree->ncol); |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1850 g_return_if_fail(!BINARY_DATA(tree, col)); |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1851 tree->priv->search_column = col; |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1852 } |
ffa46a399f3c
Allow setting the search column in a tree to use for typeahead searching.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18531
diff
changeset
|
1853 |
18535
fad459189cc5
New feature: successful compilation.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18534
diff
changeset
|
1854 gboolean gnt_tree_is_searching(GntTree *tree) |
fad459189cc5
New feature: successful compilation.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18534
diff
changeset
|
1855 { |
fad459189cc5
New feature: successful compilation.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18534
diff
changeset
|
1856 return (tree->priv->search != NULL); |
fad459189cc5
New feature: successful compilation.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18534
diff
changeset
|
1857 } |
fad459189cc5
New feature: successful compilation.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18534
diff
changeset
|
1858 |
18557
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
1859 void gnt_tree_set_search_function(GntTree *tree, |
18563
dba4edbde4a7
Patch from Javeed Shaikh to make the search function non-braindamaged.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18557
diff
changeset
|
1860 gboolean (*func)(GntTree *tree, gpointer key, const char *search, const char *current)) |
18557
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
1861 { |
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
1862 tree->priv->search_func = func; |
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
1863 } |
212c2bec5c97
Allow using custom search functions.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
18556
diff
changeset
|
1864 |
22170
364e67f1a429
Function to get the parent key.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21691
diff
changeset
|
1865 gpointer gnt_tree_get_parent_key(GntTree *tree, gpointer key) |
364e67f1a429
Function to get the parent key.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21691
diff
changeset
|
1866 { |
364e67f1a429
Function to get the parent key.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21691
diff
changeset
|
1867 GntTreeRow *row = g_hash_table_lookup(tree->hash, key); |
22179
e476e964650c
This is supposed to return the key, not the row itself.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
22170
diff
changeset
|
1868 return (row && row->parent) ? row->parent->key : NULL; |
22170
364e67f1a429
Function to get the parent key.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21691
diff
changeset
|
1869 } |
364e67f1a429
Function to get the parent key.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
21691
diff
changeset
|
1870 |