- 22 Nov, 2011 5 commits
-
-
Thomas 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
-
Thomas 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.
-
Thomas 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
-
- 12 Oct, 2011 2 commits
-
-
Augustin Degomme authored
-
Augustin Degomme authored
- removes costly calls to search_container method, replacing it by calls to an already existing map (the cost was huge for traces with a large number of containers)
-
- 29 Sep, 2011 1 commit
-
-
Mathieu Faverge authored
-
- 27 Sep, 2011 1 commit
-
-
Johnny Jazeix authored
-
- 26 Sep, 2011 1 commit
-
-
Johnny Jazeix authored
-
- 13 Sep, 2011 2 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
- 12 Sep, 2011 2 commits
-
-
Mathieu Faverge authored
-
Augustin Degomme authored
- fixes a problem in src.pro file, where mpi was made mandatory (now uncomment mpi in CONFIG section of the file, to allow its use) - add a forgotten option to allow the use of splitting without X running - fixes a wrong indication in configure script, removing with_boost references
-
- 08 Sep, 2011 1 commit
-
-
Augustin Degomme authored
handle the case in the mt Parser Paje where the last line of the trace is cut inside quotation marks
-
- 29 Aug, 2011 3 commits
-
-
Augustin Degomme authored
-
Augustin Degomme authored
changed a method that printed garbage in log.txt when a problem with a Definition occured with Paje. Now it prints the name of the faulty definition, and name and types of all its fields, as first intended
-
Augustin Degomme authored
-
- 26 Aug, 2011 1 commit
-
-
Augustin Degomme authored
- add option to switch the reload mode from "reload the file, parse it again, and display it with the new settings" to "just display again with the new settings", to make it quicker when using palettes - add shaded states, vertical line and reload type settings in the config file, in order to keep these settings between sessions -This line, and those below, will be ignored-- M trunk/src/interface/Interface_graphic.hpp M trunk/src/interface/main_window.ui M trunk/src/interface/Interval_select.cpp M trunk/src/interface/Node_select.cpp M trunk/src/interface/Settings_window.cpp M trunk/src/interface/Settings_window.hpp M trunk/src/interface/Interface_graphic.cpp M trunk/src/common/Session.cpp M trunk/src/common/Session.hpp M trunk/src/common/Info.cpp M trunk/src/core/Core.cpp
-
- 25 Aug, 2011 1 commit
-
-
Augustin Degomme authored
- allows to hide states (the checkbox is now taken into account in the settings window) this may break with existing vite.conf files (should not happen, contact me if there are problems)
-
- 22 Aug, 2011 1 commit
-
-
Augustin Degomme authored
-
- 11 Aug, 2011 1 commit
-
-
Mathieu Faverge authored
-
- 04 Aug, 2011 3 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Fix bug introduce in ParserOTF: Why ParserEvent needs ParserDefinition without having it in parameter or something to show to people that it is using it ???
-
- 03 Aug, 2011 4 commits
-
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
-
Mathieu Faverge authored
Add the KeyValueList to the handler in the OTF parser and create all the missing handlers for definitions and events
-