- 25 Aug, 2012 4 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 03 Aug, 2012 1 commit
-
-
THIBAULT Samuel authored
-
- 04 May, 2012 1 commit
-
-
Augustin Degomme authored
-
- 20 Apr, 2012 1 commit
-
-
François Trahay authored
-
- 13 Apr, 2012 1 commit
-
-
François Trahay authored
-
- 04 Apr, 2012 3 commits
-
-
François Trahay authored
-
Johnny Jazeix authored
-
François Trahay authored
-
- 29 Mar, 2012 4 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 28 Mar, 2012 2 commits
-
-
Mathieu Faverge authored
-
Thomaas Herault authored
- First, Render_opengl inherits from Hook_event, thus Render_opengl should not re-declare members of Hook_event that are already protected, like _core. - Second, force Core to wait until the QT engine has initialized the Open GL windows before loading the files. Do this the quick and dirty way by inserting an event loop in the middle of the LAUNCH_INTERFACE case of Core, until initializeGL() has been called.
-
- 29 Feb, 2012 4 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 27 Feb, 2012 1 commit
-
-
Mathieu Faverge authored
-
- 22 Feb, 2012 1 commit
-
-
Johnny Jazeix authored
-
- 28 Nov, 2011 1 commit
-
-
Augustin Degomme authored
store the no warning setting in the config file, in order to make it persistent across multiple sessions
-
- 22 Nov, 2011 5 commits
-
-
Thomaas Herault authored
Better fix for the -spn_%d_%d issue with Mac OS X: ignore it at argument parsing time, but pass it to Qt, and lower levels of the stack
-
Mathieu Faverge authored
-
Thomaas Herault authored
- add a template info.plist - add the CMakeLists magic - add a fix on main.cpp: Finder passes an argument (-psn_%d_%d) to any bundled app, that Cocoa is supposed to remove, and Qt apparently does not remove. Remove it by hand until someone figures how to make Drag & Drop work with Mac OS X.
-
Thomaas Herault authored
-
Mathieu Faverge authored
-
- 02 Nov, 2011 3 commits
-
-
Augustin Degomme authored
-
Augustin Degomme authored
-
Augustin Degomme authored
-
- 31 Oct, 2011 3 commits
-
-
Augustin Degomme authored
-
Augustin Degomme authored
-
Augustin Degomme authored
- do not display container names which are too close one to another (when vite was opened with 1000+ containers, the display of names was very slow) - the vertical line now displays the value of all crossed variables at the selected time
-
- 29 Oct, 2011 1 commit
-
-
Augustin Degomme authored
- slight correction for drag and dropping of containers
-
- 28 Oct, 2011 1 commit
-
-
Augustin Degomme authored
add possibility to switch the order of displayed containers by dragging and dropping them directly in the visualization window. (the father of both containers have to be the same)
-
- 27 Oct, 2011 2 commits
-
-
Augustin Degomme authored
-
Augustin Degomme authored
add possibility to move around the trace by pressing ctrl, and holding the left button of the mouse while moving it (without drwaing a box or zooming)
-
- 24 Oct, 2011 1 commit
-
-
Augustin Degomme authored
addresses bug 13478 : links were not properly handled when several links with the same key (as in otf) were sent in a short time, this modifies the way links are handled to keep track of all opened links, and not only of the last one for each key. If the key is not unique, correlation is made to the first pushed element in the list
-