Commit Graph

7801 Commits

Author SHA1 Message Date
Alexander Afanasyev
87cdd324d6 visualizer: Add optional name to the Node tooltip
If Names::Add was previously specified, then it will be used in the tooltip.
---
 src/visualizer/visualizer/core.py |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
2012-03-26 17:31:32 +01:00
Gustavo J. A. M. Carneiro
44d30f6ea9 Make pyviz build again 2012-03-26 17:30:12 +01:00
Tom Henderson
63a4034b10 rescan mpi bindings 2012-03-26 06:56:08 -07:00
Tom Henderson
a182a722c0 rescan core bindings 2012-03-26 06:04:54 -07:00
Mathieu Lacage
7bad629683 bug 603: Simulator::Next is useless 2012-03-26 08:02:24 -04:00
Mathieu Lacage
a3b21502c1 bug 631: RealtimeSimulatorImpl does not handle Ctrl-C with python bindings 2012-03-26 06:18:00 -04:00
Mathieu Lacage
db064e1f69 bug 1000: Make RealtimeSimulatorImpl last until stop 2012-03-26 06:13:16 -04:00
Tommaso Pecorella
9691d018e8 Add SendIcmpv6Redirect attribute to Ipv6L3Protocol 2012-03-25 14:26:45 +02:00
Tommaso Pecorella
3f4871451f Bug 1395 - AODV DeferredRouteOutputTag missing constructor 2012-03-25 13:45:55 +02:00
Tommaso Pecorella
5481a7ddaf Enhancement 1393 - IPv6 Routing Helper RT Print functions 2012-03-17 23:23:56 +01:00
Gustavo J. A. M. Carneiro
6e252ada40 Bug 1362 - ICMPv6 does not forward ICMPs to upper layers 2012-03-21 18:51:55 +01:00
Mathieu Lacage
3f9ddebd87 merge 2012-03-23 23:51:29 -07:00
Mathieu Lacage
cb11c5b5a7 rescan 2012-03-23 23:50:52 -07:00
Gustavo J. A. M. Carneiro
ccba6ba4f7 Add a --disable-gtk option, to make it easier to run valgrind 2012-03-23 16:05:52 +00:00
Tom Goff
8bc5c5294d bug 1000: typo in FlushStreams 2012-03-23 04:33:02 -04:00
Mathieu Lacage
1dc29395b8 merge with HEAD 2012-03-23 08:38:57 +01:00
Mathieu Lacage
617c57a450 Handle the case where '*' is used against the name of an attribute in a configuration path 2012-03-23 07:38:42 +01:00
Mathieu Lacage
2e0ea381c6 use new API 2012-03-22 15:09:40 -04:00
Mathieu Lacage
d9458c20b7 use the API enabled by alina's latest patch 2012-03-22 15:09:23 -04:00
Mathieu Lacage
9cd0b327af merge with HEAD 2012-03-22 19:38:33 +01:00
Alina Quereilhac
efe4c2ed68 Finally enable a thread-safe ScheduleWithContext 2012-03-22 18:05:13 +01:00
Alina Quereilhac
ef36bcce9e add API to know which thread we are in 2012-03-22 15:33:56 +01:00
Mathieu Lacage
87309ec7f0 remove abstraction that is going to be broken 2012-03-22 15:27:50 +01:00
Mathieu Lacage
1b38d7634f kill unused code 2012-03-22 15:01:45 +01:00
Tommaso Pecorella
4feb104b86 Bug 1351 (1333) - RttEstimator class bugfix, documentation improvements and code cleanup 2012-03-21 18:50:03 +01:00
Tommaso Pecorella
3ef1c7c0ba Bug 1304 - (temporary fix) Tag information changed after transmission 2012-03-20 21:21:14 +01:00
Mitch Watrous
50e4280559 Bug 1313 - Stddev (average.h) returning NaN 2012-03-20 09:50:51 -07:00
Tom Henderson
e8496ef7ea update tutorial per bug 843 changes (tutorial-pt version) 2012-03-19 10:54:22 -07:00
Rohit Agarwal
c47c85d8e5 update tutorial per bug 843 changes 2012-03-19 10:43:13 -07:00
Tom Henderson
0119cec1dc small typo in callbacks chapter 2012-03-19 10:42:21 -07:00
John Abraham
c1f856562b NetAnim: missing quotes 2012-03-19 15:42:57 -07:00
John Abraham
14ee7ea3b2 NetAnim: enable packet meta data 2012-03-19 13:20:16 -07:00
Vedran Miletić
33f5232a85 Bug 1388 - LTE module doesn't build in optimized mode with GCC 4.7 2012-03-18 20:43:18 +01:00
Hemanth Narra
9b69952eaa bug 1369 - [LLVM] error: comparison of unsigned expression < 0 is always false 2012-03-18 12:09:03 +01:00
John Abraham
7c18441da6 NetAnim: Option to show all 802.11 2012-03-18 01:55:55 -07:00
John Abraham
78d1631c05 NetAnim: Use PhyRxBegin rather than MacRx 2012-03-18 01:18:25 -07:00
Vikas Pushkar
0d2e74f33e NetAnim: wireless example 2012-03-17 23:32:12 -07:00
frederic.
692ca42c69 Add metric in Ipv4StaticRouting::PrintRoutingTable 2012-03-15 09:59:11 +01:00
Gustavo J. A. M. Carneiro
73b510e639 Bug 1366 - Patch to solve 'sqlite3' was previously declared as a struct 2012-03-12 16:45:30 +01:00
Gustavo J. A. M. Carneiro
345b62dd38 Bug 1374 - Path to solve variable length array of non-POD element 2012-03-12 15:48:32 +01:00
Gustavo J. A. M. Carneiro
ccee54a33a Bug 1372: condition without parentheses patch 2012-03-12 11:41:36 +01:00
Tom Henderson
681c9c0be6 bug 1365: unused variable declaration of a private data member 2012-03-09 09:08:12 -08:00
frederic.
ad7e7136e9 Replace references to m_recvpktinfo with method call IsRecvPktInfo() 2012-03-09 13:19:27 +01:00
Vedran Miletić
0083b436d0 Additional static casts needed for gcc-4.7 compilation 2012-03-08 21:50:10 -08:00
Tom Goff
0a8dc7033c Explicitly including the unistd.h header file is needed on some systems where POSIX system calls are used 2012-03-08 21:48:19 -08:00
Nicola Baldo
45c6e9c9d0 fixed bug 1283: PacketSocket::SendTo should return number of bytes 2012-03-07 17:14:41 +01:00
John Abraham
ab147a1ffa NetAnim: Warn user of missing mobility model 2012-03-07 06:09:24 -08:00
John Abraham
fb2116846f NetAnim: Tentative support for LTE 2012-03-07 05:52:37 -08:00
John Abraham
64c53bbd2a NetAnim: Tentative support for LTE 2012-03-07 05:49:01 -08:00
Frank Helbert
91a0402e0d Add Brazilian Portuguese translation (pt-br) of tutorial 2012-03-04 15:24:28 -08:00