siboud [Fri, 1 Apr 2005 03:35:41 +0000 (03:35 +0000)]
filter core:
- massive debugging continued
- modified operator functions
- added LttvFieldValue and function lttv_simple_expression_assign_value(...)
git-svn-id: http://ltt.polymtl.ca/svn@909
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 31 Mar 2005 22:23:35 +0000 (22:23 +0000)]
filter core:
- continued debugging filter core
git-svn-id: http://ltt.polymtl.ca/svn@908
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Wed, 30 Mar 2005 22:22:16 +0000 (22:22 +0000)]
Massive debugging in lttv filter core:
- for tree construction
- for lttv simple expression assignation
Still to do:
- seg fault occuring when loading trace with the actual tree
- changing op functions (type conversion)
- look for memory assignation whithin the tree
git-svn-id: http://ltt.polymtl.ca/svn@907
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Sat, 26 Mar 2005 21:32:37 +0000 (21:32 +0000)]
text module
- added link to the batchAnalysis module
- linked the textDump module to the actual filter core
git-svn-id: http://ltt.polymtl.ca/svn@906
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 24 Mar 2005 22:16:24 +0000 (22:16 +0000)]
filter core:
- added function lttv_filter_tree_parse to browse the
LttvFilterTree and apply the filter to any lttv
elements
git-svn-id: http://ltt.polymtl.ca/svn@905
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 24 Mar 2005 20:01:59 +0000 (20:01 +0000)]
gui filter:
- added the 'not' box in front of every simple expression line
git-svn-id: http://ltt.polymtl.ca/svn@904
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 24 Mar 2005 17:15:55 +0000 (17:15 +0000)]
fixed errors
git-svn-id: http://ltt.polymtl.ca/svn@903
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 24 Mar 2005 16:39:34 +0000 (16:39 +0000)]
filter core:
- implemented the lttv_filter_tree_clone function
git-svn-id: http://ltt.polymtl.ca/svn@902
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 24 Mar 2005 16:14:04 +0000 (16:14 +0000)]
filter core:
- added lttv_filter_append_expression()
- added lttv_filter_clear_expression()
- modified lttv_filter_new into 2 new functions:
- lttv_filter_new()
- lttv_filter_update()
git-svn-id: http://ltt.polymtl.ca/svn@901
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 24 Mar 2005 04:29:16 +0000 (04:29 +0000)]
filter core:
- fixed operator functions
git-svn-id: http://ltt.polymtl.ca/svn@900
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 24 Mar 2005 03:58:47 +0000 (03:58 +0000)]
filter core:
- implemented the operator functions
- changed the parameter values for op function
\--> gboolean op(gpointer v1, char* v2)
- tree should now be fully operationnal
git-svn-id: http://ltt.polymtl.ca/svn@899
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Tue, 22 Mar 2005 03:54:41 +0000 (03:54 +0000)]
filter core:
- modified parse_field_path(...)
- added function calls in lttv_filter_new()
git-svn-id: http://ltt.polymtl.ca/svn@898
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Mon, 21 Mar 2005 16:31:37 +0000 (16:31 +0000)]
filter core:
- changed the parse_field function
git-svn-id: http://ltt.polymtl.ca/svn@897
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Mon, 21 Mar 2005 15:31:00 +0000 (15:31 +0000)]
filter core:
- fixed errors to allow compilation
- added specific operator functions (int64,int32,int16,double,string)
git-svn-id: http://ltt.polymtl.ca/svn@896
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Sun, 20 Mar 2005 15:41:21 +0000 (15:41 +0000)]
filter core:
- added some comments for the structures and functions
- added functions prototypes for the operator values
git-svn-id: http://ltt.polymtl.ca/svn@895
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Wed, 16 Mar 2005 15:33:09 +0000 (15:33 +0000)]
destroy the filter tree when the traceset is modified. FIXME : should be an update
git-svn-id: http://ltt.polymtl.ca/svn@894
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Wed, 16 Mar 2005 15:27:18 +0000 (15:27 +0000)]
compile fix
git-svn-id: http://ltt.polymtl.ca/svn@893
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Wed, 16 Mar 2005 15:14:03 +0000 (15:14 +0000)]
add filter functionnality to the main window
git-svn-id: http://ltt.polymtl.ca/svn@892
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Wed, 16 Mar 2005 14:49:16 +0000 (14:49 +0000)]
destroy tree : initial NULL test
git-svn-id: http://ltt.polymtl.ca/svn@891
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Wed, 16 Mar 2005 14:47:01 +0000 (14:47 +0000)]
test NULL at clone filter begin
git-svn-id: http://ltt.polymtl.ca/svn@890
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Tue, 15 Mar 2005 18:45:33 +0000 (18:45 +0000)]
core filter, lttvwindow, batchanalysis
changed definition of lttv_filter to LttvFilter
git-svn-id: http://ltt.polymtl.ca/svn@889
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Tue, 15 Mar 2005 14:26:53 +0000 (14:26 +0000)]
added lttv_filter_clone(...) prototype
git-svn-id: http://ltt.polymtl.ca/svn@888
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Tue, 15 Mar 2005 00:06:04 +0000 (00:06 +0000)]
Changes on the overall structure of the filter
- text module
- batchAnalysis -- added construction of tree
- core filter
- work on structure for tree parsing
git-svn-id: http://ltt.polymtl.ca/svn@887
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Mon, 14 Mar 2005 22:57:55 +0000 (22:57 +0000)]
mathieu desnoyers : addition of lttv_filter api for Simon. breaks compile.
git-svn-id: http://ltt.polymtl.ca/svn@886
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Fri, 11 Mar 2005 04:46:48 +0000 (04:46 +0000)]
core filter tree
- fixed the bug with parenthesis
- refined the tree structure
- tested display of simple expressions in the tree
git-svn-id: http://ltt.polymtl.ca/svn@885
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 10 Mar 2005 02:54:46 +0000 (02:54 +0000)]
filter core
- not much, some debugging on the general structure
git-svn-id: http://ltt.polymtl.ca/svn@884
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Wed, 9 Mar 2005 23:02:01 +0000 (23:02 +0000)]
gui filter module
- fixed some errors in the module
- replaced gtk_combo_box_get_active_text by
gtk_combo_get_active for compatibility purpose
git-svn-id: http://ltt.polymtl.ca/svn@883
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 3 Mar 2005 07:03:34 +0000 (07:03 +0000)]
gui filter module is now nearly finished
- fixed the expression lines
- added callback functions for boxes,buttons and fields
git-svn-id: http://ltt.polymtl.ca/svn@882
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Tue, 1 Mar 2005 03:53:51 +0000 (03:53 +0000)]
reshaped the gui filter module
git-svn-id: http://ltt.polymtl.ca/svn@881
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Mon, 28 Feb 2005 05:33:11 +0000 (05:33 +0000)]
Continued the gui filter module
- thinking of an appropriate structure for this module
- can now be displayed within lttv
Refining the tree in filter core
git-svn-id: http://ltt.polymtl.ca/svn@880
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Mon, 28 Feb 2005 00:10:21 +0000 (00:10 +0000)]
Debugging of tree continues ..
- The tree is now operationnal !
- Cleaning of the structure is yet to be done
- simple_expression must be refined
- idle nodes could be removed
Text filter module is nearing completion
- Must add the necessary hook function to call the filter core
git-svn-id: http://ltt.polymtl.ca/svn@879
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Sat, 26 Feb 2005 22:39:01 +0000 (22:39 +0000)]
fixed seg fault in tree compilation for filter
git-svn-id: http://ltt.polymtl.ca/svn@878
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Fri, 25 Feb 2005 22:22:11 +0000 (22:22 +0000)]
Continued implementation of lttv_filter_tree !
parsing of expression and construction of tree can now
be done. However, more debugging and generalisation of
parsing expression could be applied to the current tree.
git-svn-id: http://ltt.polymtl.ca/svn@877
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Fri, 25 Feb 2005 05:31:39 +0000 (05:31 +0000)]
- redefined tree for the core filter
- added the constructor/destructor for the lttv_filter
- fixed the structures for filters
git-svn-id: http://ltt.polymtl.ca/svn@876
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Thu, 24 Feb 2005 20:37:14 +0000 (20:37 +0000)]
Began to work on the guifilter module
- added a new directory filter/ in lttv/modules/gui
- modified configure.in
- modified lttv/modules/gui/Makefile.in
git-svn-id: http://ltt.polymtl.ca/svn@875
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Wed, 16 Feb 2005 19:25:17 +0000 (19:25 +0000)]
quick fix of errors in filter.c/filter.h
git-svn-id: http://ltt.polymtl.ca/svn@874
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Wed, 16 Feb 2005 18:55:26 +0000 (18:55 +0000)]
compilation of work done on tuesday on the filter core/text module.
git-svn-id: http://ltt.polymtl.ca/svn@873
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Tue, 15 Feb 2005 21:37:03 +0000 (21:37 +0000)]
other Makefile.am forgotten
git-svn-id: http://ltt.polymtl.ca/svn@872
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Tue, 15 Feb 2005 21:31:45 +0000 (21:31 +0000)]
forgot Makefile.am in doc
git-svn-id: http://ltt.polymtl.ca/svn@871
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Sun, 13 Feb 2005 03:07:59 +0000 (03:07 +0000)]
filter.c -- added quarks for the filter options
git-svn-id: http://ltt.polymtl.ca/svn@870
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Sat, 12 Feb 2005 22:25:40 +0000 (22:25 +0000)]
work on core filter
- fixed string parsing
- began to work on the LttField output
git-svn-id: http://ltt.polymtl.ca/svn@869
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Mon, 7 Feb 2005 14:14:03 +0000 (14:14 +0000)]
fixed some errors !
git-svn-id: http://ltt.polymtl.ca/svn@868
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Mon, 7 Feb 2005 04:03:13 +0000 (04:03 +0000)]
more work on filter.c
git-svn-id: http://ltt.polymtl.ca/svn@867
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Mon, 7 Feb 2005 02:45:57 +0000 (02:45 +0000)]
work on the core filter.c filter.h
added parser for string expression
+ binary search tree
git-svn-id: http://ltt.polymtl.ca/svn@866
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Fri, 4 Feb 2005 02:49:58 +0000 (02:49 +0000)]
added the module text/textFilter
git-svn-id: http://ltt.polymtl.ca/svn@865
04897980-b3bd-0310-b5e0-
8ef037075253
siboud [Fri, 4 Feb 2005 02:49:02 +0000 (02:49 +0000)]
starting to work on lttv filter
modified filter.c and filter.h
modified Makefile.am lttv/lttv/Makefile.am lttv/modules/text/Makefile.am
git-svn-id: http://ltt.polymtl.ca/svn@864
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 3 Feb 2005 00:16:00 +0000 (00:16 +0000)]
Jean-Hugues patch for gtk dir selector. Remove non standard API calls in gtkdirsel.c
git-svn-id: http://ltt.polymtl.ca/svn@863
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Wed, 2 Feb 2005 05:41:03 +0000 (05:41 +0000)]
change version to 0.4
git-svn-id: http://ltt.polymtl.ca/svn@862
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Wed, 2 Feb 2005 05:40:14 +0000 (05:40 +0000)]
add private file from gtk : fnmatch.c
git-svn-id: http://ltt.polymtl.ca/svn@861
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sun, 30 Jan 2005 17:05:54 +0000 (17:05 +0000)]
correction orthographique
git-svn-id: http://ltt.polymtl.ca/svn@860
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 27 Jan 2005 03:37:02 +0000 (03:37 +0000)]
filter spec initial version
git-svn-id: http://ltt.polymtl.ca/svn@859
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Fri, 14 Jan 2005 15:30:07 +0000 (15:30 +0000)]
convert rollback
git-svn-id: http://ltt.polymtl.ca/svn@858
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Fri, 14 Jan 2005 13:26:07 +0000 (13:26 +0000)]
remove smp_example
git-svn-id: http://ltt.polymtl.ca/svn@857
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Fri, 14 Jan 2005 13:20:23 +0000 (13:20 +0000)]
change version to 0.3
git-svn-id: http://ltt.polymtl.ca/svn@856
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sun, 9 Jan 2005 20:06:28 +0000 (20:06 +0000)]
cosmetic fix to about box
git-svn-id: http://ltt.polymtl.ca/svn@855
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sun, 9 Jan 2005 19:58:54 +0000 (19:58 +0000)]
load module uninitialized variable bugfix
git-svn-id: http://ltt.polymtl.ca/svn@854
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sun, 9 Jan 2005 16:52:23 +0000 (16:52 +0000)]
time fix
git-svn-id: http://ltt.polymtl.ca/svn@853
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sun, 9 Jan 2005 16:25:24 +0000 (16:25 +0000)]
time bug fix
git-svn-id: http://ltt.polymtl.ca/svn@852
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Fri, 24 Dec 2004 15:04:50 +0000 (15:04 +0000)]
many compile fix
git-svn-id: http://ltt.polymtl.ca/svn@851
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Fri, 24 Dec 2004 14:13:21 +0000 (14:13 +0000)]
events cycle count fix, reverse byte order fix
git-svn-id: http://ltt.polymtl.ca/svn@850
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Fri, 24 Dec 2004 13:44:15 +0000 (13:44 +0000)]
ltt-types fix
git-svn-id: http://ltt.polymtl.ca/svn@849
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Fri, 24 Dec 2004 13:35:49 +0000 (13:35 +0000)]
ltt-types for big/little endian
git-svn-id: http://ltt.polymtl.ca/svn@848
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sun, 12 Dec 2004 14:02:40 +0000 (14:02 +0000)]
add todo
git-svn-id: http://ltt.polymtl.ca/svn@847
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sun, 12 Dec 2004 13:42:11 +0000 (13:42 +0000)]
gcc 3.2 or +
git-svn-id: http://ltt.polymtl.ca/svn@846
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Tue, 30 Nov 2004 15:36:03 +0000 (15:36 +0000)]
dotted gc bugfix
git-svn-id: http://ltt.polymtl.ca/svn@845
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Tue, 30 Nov 2004 14:37:17 +0000 (14:37 +0000)]
add readme for convert
git-svn-id: http://ltt.polymtl.ca/svn@844
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Tue, 30 Nov 2004 13:42:13 +0000 (13:42 +0000)]
add core.xml and sysInfo to install dir : /usr/share/LinuxTraceToolkitViewer/convert
git-svn-id: http://ltt.polymtl.ca/svn@843
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Mon, 29 Nov 2004 19:22:25 +0000 (19:22 +0000)]
correct compile errors in contextmacros.h
git-svn-id: http://ltt.polymtl.ca/svn@842
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Tue, 23 Nov 2004 12:05:50 +0000 (12:05 +0000)]
LttvExecutionStack macro fixx
git-svn-id: http://ltt.polymtl.ca/svn@841
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Mon, 22 Nov 2004 19:34:43 +0000 (19:34 +0000)]
add get index for tracecontext
git-svn-id: http://ltt.polymtl.ca/svn@840
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Mon, 22 Nov 2004 18:06:56 +0000 (18:06 +0000)]
add context macros helper
git-svn-id: http://ltt.polymtl.ca/svn@839
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Mon, 22 Nov 2004 14:05:43 +0000 (14:05 +0000)]
change mime type
git-svn-id: http://ltt.polymtl.ca/svn@838
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Mon, 22 Nov 2004 14:01:46 +0000 (14:01 +0000)]
change mime type
git-svn-id: http://ltt.polymtl.ca/svn@837
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Mon, 15 Nov 2004 17:15:45 +0000 (17:15 +0000)]
fix module.c bug
git-svn-id: http://ltt.polymtl.ca/svn@836
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Mon, 30 Aug 2004 15:40:28 +0000 (15:40 +0000)]
fix temporarily current time selection by disabling looking into loaded buffer : it's broken
git-svn-id: http://ltt.polymtl.ca/svn@835
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Tue, 24 Aug 2004 14:45:12 +0000 (14:45 +0000)]
fix for smp cfv, fix convert bug for 2.2 format, add task release event handling
git-svn-id: http://ltt.polymtl.ca/svn@834
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 20:08:54 +0000 (20:08 +0000)]
change window name
git-svn-id: http://ltt.polymtl.ca/svn@833
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 19:31:23 +0000 (19:31 +0000)]
add quick start in README
git-svn-id: http://ltt.polymtl.ca/svn@832
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 19:28:59 +0000 (19:28 +0000)]
another error in about box
git-svn-id: http://ltt.polymtl.ca/svn@831
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 19:04:45 +0000 (19:04 +0000)]
fix missing char in about
git-svn-id: http://ltt.polymtl.ca/svn@830
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 18:58:01 +0000 (18:58 +0000)]
changes in about box, add a .h to the Makefile.am
git-svn-id: http://ltt.polymtl.ca/svn@829
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 18:39:07 +0000 (18:39 +0000)]
remove glade from distribution
git-svn-id: http://ltt.polymtl.ca/svn@828
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 18:25:24 +0000 (18:25 +0000)]
add a nice comment about core.xml
git-svn-id: http://ltt.polymtl.ca/svn@827
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 17:52:34 +0000 (17:52 +0000)]
report broken 2.2 traces with flight desactivated. Cannot detect them if flight recorder activated : conflict with trace_syscall_entry number
git-svn-id: http://ltt.polymtl.ca/svn@826
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 17:36:13 +0000 (17:36 +0000)]
fix offset at trace start
git-svn-id: http://ltt.polymtl.ca/svn@825
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 15:18:15 +0000 (15:18 +0000)]
support 2.2 and 2.3 trace formats
git-svn-id: http://ltt.polymtl.ca/svn@824
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 00:52:39 +0000 (00:52 +0000)]
fix ltt_time_to_uint shift in wrong direction, oops
git-svn-id: http://ltt.polymtl.ca/svn@823
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Sat, 21 Aug 2004 00:52:01 +0000 (00:52 +0000)]
current time detail..
git-svn-id: http://ltt.polymtl.ca/svn@822
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 06:46:28 +0000 (06:46 +0000)]
correct currect time bar
git-svn-id: http://ltt.polymtl.ca/svn@821
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 06:28:15 +0000 (06:28 +0000)]
set size request fixed
git-svn-id: http://ltt.polymtl.ca/svn@820
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 06:02:58 +0000 (06:02 +0000)]
sort the list..
git-svn-id: http://ltt.polymtl.ca/svn@819
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 05:40:11 +0000 (05:40 +0000)]
change g_printf for g_info
git-svn-id: http://ltt.polymtl.ca/svn@818
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 05:33:41 +0000 (05:33 +0000)]
sorting doesn't seem to be so heavy on cpu finally...
git-svn-id: http://ltt.polymtl.ca/svn@817
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 05:27:32 +0000 (05:27 +0000)]
sort function desactivated during chunks
git-svn-id: http://ltt.polymtl.ca/svn@816
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 05:09:01 +0000 (05:09 +0000)]
ypad taken into account
git-svn-id: http://ltt.polymtl.ca/svn@815
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 05:01:27 +0000 (05:01 +0000)]
fix configure bug in cfv
git-svn-id: http://ltt.polymtl.ca/svn@814
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 04:45:41 +0000 (04:45 +0000)]
make tree sort function better
git-svn-id: http://ltt.polymtl.ca/svn@813
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 04:42:24 +0000 (04:42 +0000)]
make tree sort function clearer
git-svn-id: http://ltt.polymtl.ca/svn@812
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 04:28:59 +0000 (04:28 +0000)]
fix cell height
git-svn-id: http://ltt.polymtl.ca/svn@811
04897980-b3bd-0310-b5e0-
8ef037075253
compudj [Thu, 19 Aug 2004 04:13:34 +0000 (04:13 +0000)]
fix cell renderer get height _for good_
git-svn-id: http://ltt.polymtl.ca/svn@810
04897980-b3bd-0310-b5e0-
8ef037075253
This page took 0.042011 seconds and 4 git commands to generate.