Activity

From 09/26/2014 to 10/25/2014

10/25/2014

05:01 PM Bug #688 (Feedback): Name resolution does not work with absolute package names
Marian suggested adding a rule to RST's style check tool for the meantime. J. Moringen
05:00 PM Tasks #1458 (In Progress): Implement configuration inspector tool
J. Moringen
05:00 PM Tasks #1002 (In Progress): Extend send tool
J. Moringen
08:59 AM Revision 95d88761 (rsb-tools-cpp): added FilterTree::getCompleter()
R. Haschke
08:48 AM Revision 2d00f404 (rsb-tools-cpp): added filter::ConfigForm
- copying FilterTree
- generate rsb::filter::FilterPtr from FilterTree::FilterItem
- code simplification
R. Haschke

10/24/2014

01:16 AM Revision e9089ce9 (rsb-tools-cpp): cleanup includes
R. Haschke
01:11 AM Revision efe0f131 (rsb-tools-cpp): moved filterValidator to FilterTree class
R. Haschke
01:08 AM Revision 289a3d20 (rsb-tools-cpp): build static libs in subdirs
separate build dirs for individual source dirs
to allow for identical source file names and qt moc+ui generation
R. Haschke
12:20 AM Enhancement #865 (Resolved): Error conditions during style creation should be wrapped in a suitab...
Applied in changeset commit:rsb-tools-cl|fb86fe60c090401b107b6ef08349188fe1a922f3. J. Moringen
12:14 AM Revision fb86fe60 (rsb-tools-cl): make-style signals style-creation-error in formatting/protocol....
fixes #865
* formatting/conditions.lisp (style-creation-error): new condition;
signaled when creating a style inst...
J. Moringen
11:35 PM Revision 680c963e (rsb-tools-cl): Use architecture.service-provider for quantities in stats/*.lisp
Also add a `quantity-creation-error' condition and basic tests for
`make-quantity'.
* stats/conditions.lisp: new fil...
J. Moringen
11:35 PM Revision 3922306e (rsb-tools-cl): Fixed a typo in stats/protocol.lisp
* stats/protocol.lisp (quantity-name): fixed type in parameter quantitiy
-> quantity
J. Moringen
07:00 PM Revision 0a05235d (rsb-tools-cl): Added missing dependency on cl-ppcre in cl-rsb-common.asd
The recently added file common/event.lisp depends on the cl-ppcre
system.
* cl-rsb-common.asd (system cl-rsb-common)...
J. Moringen
06:57 PM Revision 4ae3f950 (rsb-tools-cl): Minor simplifications in call/main.lisp
* call/main.lisp (make-help-string): removed unnecessary `progn'
(main): simplified a `let' binding
J. Moringen
06:38 PM Revision 407d992d (rsb-tools-cl): Made non-existent IDL search path entries continuable in common...
* common/idl-options.lisp (process-idl-options): added a restart to skip
non-existent search path entries; simplifi...
J. Moringen
06:31 PM Revision 37a58ce3 (rsb-tools-cl): Error policy application and IDL loading in {call,send}/main.lisp
* call/main.lisp (main): apply error policy to more of the body,
including processing of options, in particular IDL...
J. Moringen
05:04 PM Revision 6b3dc0ba (rsb-tools-cl): Minor and cosmetic changes in formatting/*.lisp
* formatting/timeline.lisp (%cell): does not need a copier
(format-event eql :trigger timeline t): return immediate...
J. Moringen
04:13 PM Enhancement #2066: added WireSchemaFilter + FilterCombination
Please split this into two issues and two feature branches - one for each proposed filter class. J. Moringen
12:29 PM Enhancement #2066: added WireSchemaFilter + FilterCombination
source branch: enhancement-2066
commit:f99e8206f5a900506b8fc2eb4fc91998397ca44d
R. Haschke
12:04 PM Enhancement #2066 (Feedback): added WireSchemaFilter + FilterCombination
WireSchemaFilter acts as a type filter, but could be applied before conversion
FilterCombination allows to combine s...
R. Haschke
12:59 PM Revision 5190f87f (rsb-cpp): merge branch 'enhancement-2066' into famula
R. Haschke
12:58 PM Revision 6c3f794d (rsb-cpp): adapted coding style
- use spaces instead of smart tabs
- replaced auto keyword
R. Haschke
12:33 PM Revision 48ce4ebf (rsb-spread-cpp): adapted to new API of rsc::debug (see issue #2063)
R. Haschke
12:19 PM Revision 71927316 (rsb-cpp): merge branch 'enhancement-2063' into famula
R. Haschke
12:19 PM Revision 87d10468 (rsb-cpp): merge branch 'enhancement-2066' into famula
R. Haschke
12:14 PM Revision 223f2df8 (rsb-cpp): implemented issue #2041: merge uri specification into ParticipantConfig
new methods:
- ParticipantConfig::Transport::mergeOptions(uri)
- ParticipantConfig::addTransport(uri)
- ParticipantCo...
R. Haschke
12:10 PM Revision f99e8206 (rsb-cpp): added FilterCombination: and / or combination of several Filters
R. Haschke
12:06 PM Revision 9fc1d832 (rsb-cpp): used new, simplified DebugTools syntax
R. Haschke
11:50 AM Revision fb59c1c7 (rsb-cpp): added a WireSchemaFilter
R. Haschke
11:50 AM Revision 56a8aa31 (rsb-cpp): added TypeFilter.h to install targets
R. Haschke
11:50 AM Revision 1fa7cf57 (rsb-cpp): removed obsolete include
R. Haschke
04:11 AM Revision 87beaa6a (rsb-manual): Mention width optimization for column-based styles in news.rst
refs #1780
* news.rst (0.11): mention the fact that column-based styles now compute
column widths dynamically inst...
J. Moringen
03:40 AM Bug #1778 (Resolved): timeline/scope style does not show anything if terminal is not wide enough
Applied in changeset commit:rsb-tools-cl|023407512034b4b05ef06b3403263526c2b8aa42. J. Moringen
03:40 AM Enhancement #1780 (Resolved): Improve width computation of column-based styles
Applied in changeset commit:rsb-tools-cl|023407512034b4b05ef06b3403263526c2b8aa42. J. Moringen
03:21 AM Revision 02340751 (rsb-tools-cl): Use width optimizer instead of switching tricks in formatting/*...
fixes #1780, fixes #1778
Use the simulated annealing column width optimizer in all column-based
styles, eliminating ...
J. Moringen
03:21 AM Revision 39790dda (rsb-tools-cl): Demoted origin columns in formatting/event-style-{monitor,stati...
User feedback indicated that the origin columns are rarely of
interest. This change makes the origin columns in compa...
J. Moringen
03:21 AM Revision 514e5f01 (rsb-tools-cl): Wrap main body in with-print-limits in call/main.lisp
* call/main.lisp (main): wrap relevant part of body in
`with-print-limits' so logging and result formatting can use...
J. Moringen
03:21 AM Revision 6a1e4899 (rsb-tools-cl): Infrastructure for using width optimizer in formatting/text-sty...
refs #1780
The new generic functions
`style-dynamic-width-columns'
`style-compute-column-widths'
`style-assig...
J. Moringen
03:21 AM Revision 86ae603a (rsb-tools-cl): Simulated annealing column width optimizer in formatting/dynami...
refs #1780
Column width computations are now performed by a simulated annealing
optimizer that takes an available wi...
J. Moringen

10/23/2014

09:54 PM Revision 76c84cdb (rsb-tools-cpp): add shortcut Del to remove current listner selection
simplified usage of autoAddListener: disable this feature as soon as a +/- button was used R. Haschke
09:53 PM Revision b9d68e76 (rsb-tools-cpp): implemented removeRows instead of removeRow
R. Haschke
06:03 PM Revision 0c1a410c (rsb-tools-cpp): improved configuration of listener::EventSource
- handle multiple additions/removal of same listener
- use const-ref where ever feasible
- share a single HandlerPtr ...
R. Haschke
05:17 PM RSBag Revision 4e2dd9d1 (rsbag-python): Use loggerbyclass
Uses the loggerbyclass package instead of a copied version of that
function.
J. Wienke
05:17 PM RSBag Revision 44c0a2e8 (rsbag-python): setuptools uses install_requires instead of requires
Fix dependency management for setuptools. Setuptools uses the
install_requires keyword instead of requires.
J. Wienke
05:17 PM RSBag Revision 76498853 (rsbag-python): Use setuptools-epydoc
Use a dedicated package instead of a copy of the doc command. J. Wienke
05:17 PM RSBag Revision 4c13ec51 (rsbag-python): Use --on-error=continue
Allow to replay files with broken indices. J. Wienke
04:44 PM Revision deb097b1 (rsb-tools-cpp): again store EventItems directly instead of pointers to them
- heavily simplifies memory handling
- deque shouldn't move data around anymore (as vector did on reallocations)
R. Haschke
04:10 PM Revision 40e7eaca (rsb-tools-cpp): fixed config model update
update signal is now postponed until the end of all updates
this avoids a negative feedback loop, where the source tr...
R. Haschke
03:44 PM Revision cb72b0fa (rsb-tools-cpp): create nice, colored filter icons
R. Haschke
03:12 PM Revision 12f303e0 (rsb-cpp): used new, simplified DebugTools syntax
R. Haschke
02:46 PM Revision 53e2ca81 (rsb-cpp): added FilterCombination: and / or combination of several Filters
R. Haschke
11:48 AM Revision a5fc0889 (rsb-tools-cpp): switching contents of filterConfigDock with EventWidget
R. Haschke
09:48 AM Revision e04e2520 (rsb-tools-cpp): auto-scale image to current window size, maintaining aspect ratio
R. Haschke

10/22/2014

12:28 AM Revision eb751c5c (rsb-tools-cpp): simplified EventViewWidget inheriting from QStackedWidget
delete toolbar with widget R. Haschke
11:09 PM Revision 8d369dcd (rsb-tools-cpp): XPathFilter wrapper to choose correct XPathFilter (xmltio or p...
R. Haschke
10:54 PM Revision ddccc766 (rsb-tools-cpp): using deque instead of vector to store events more efficiently
R. Haschke
04:30 PM Revision 686e9c76 (rsb-talks): RSB Intro as given in FAMULA context
* Clone of overview-apartment-lsp
* Added rsx context slide
Arne Nordmann
02:53 PM Revision cee5f3da (rsb-tools-cpp): removed obsoleted invalidateFilterCache()
R. Haschke
02:53 PM Revision c7267462 (rsb-tools-cpp): fixed cached filter update
R. Haschke
12:09 PM Feature #2051: Qt-based graphical event logger
Robert Haschke wrote:
> Sebastian mentioned project:rsbeventvis. However, he said its unrelated.
I did not want t...
S. Wrede

10/21/2014

10:32 PM Feature #2051: Qt-based graphical event logger
added filter support R. Haschke
09:47 PM Revision bf422c7f (rsb-tools-cpp): use own completer for filterCombo: suggest available filter types
R. Haschke
09:46 PM Revision 39e2a008 (rsb-tools-cpp): simplified registration of filters
R. Haschke
09:12 PM Revision cd27e817 (rsb-tools-cpp): get next free color
R. Haschke
05:46 PM Revision eb8d0a6b (rsb-tools-cpp): some cleanup
R. Haschke
05:45 PM Revision 49f58422 (rsb-tools-cpp): fixed reaction to + button to add filters
- add new filter to all enabled ones
- or add a new top-level filter
R. Haschke
04:52 PM Revision d18c3fc5 (rsb-tools-cpp): fixed changing of top-level name after filter-value update
R. Haschke
04:31 PM Revision 0e6d8142 (rsb-tools-cpp): caching filter results
R. Haschke
02:15 PM Revision 47fc3242 (rsb-tools-cpp): linked filter changes to view updates
R. Haschke
08:41 AM Revision 689561e5 (rsb-tools-cpp): emit dataChanged when turning an ordinary filter into a filter...
R. Haschke
08:05 AM Revision e461062a (rsb-tools-cpp): refactored FilterTree
R. Haschke

10/20/2014

09:25 PM Revision 5ab233c1 (rsb-tools-cpp): refactored FilterItem: removed FilterWrapper + FilterCombination
R. Haschke
04:56 PM Revision 7592ee0c (rsb-tools-cpp): basic coloring of events
builtin segfault: removed filter will leave a dangling QColor* R. Haschke
03:19 PM Revision 06b73be1 (rsb-tools-cpp): fixed signedness of filter IDs: unsigned int
R. Haschke
02:38 PM Revision 62d554b1 (rsb-tools-cpp): allow deletion of events
R. Haschke
01:39 PM Revision c72d29b6 (rsb-tools-cpp): create filter buttons + update their status
R. Haschke
10:11 AM Revision fd3704b0 (rsb-tools-cpp): bug fix in FilterTree::addFilter
R. Haschke
09:34 AM Revision ffc5cf47 (rsb-tools-cpp): added consistency check for FilterTree
R. Haschke

10/19/2014

07:26 PM Revision 0ab411dc (rsb-tools-cpp): fixed FilterTree: insertion + removal of filters
R. Haschke
07:22 PM Revision 769f842c (rsb-tools-cpp): "lock type" button for view widget
R. Haschke
07:22 PM Revision 5ba3bbce (rsb-tools-cpp): enable Del key in filter view to delete filters
R. Haschke

10/18/2014

02:40 PM Revision bab009ed (rsb-tools-cpp): added filter toolbar
R. Haschke

10/17/2014

11:32 AM Revision 25bdd556 (rsb-tools-cpp): fixed FilterTree
R. Haschke
11:15 AM Revision 15e43af9 (rsb-tools-cpp): added drop widget for filter tree
R. Haschke
09:56 AM Revision ba46f4d5 (rsb-tools-cpp): basic FilterTree + combobox
R. Haschke

10/16/2014

10:44 PM Revision bdf387f2 (rsb-cpp): added a WireSchemaFilter
R. Haschke
10:44 PM Revision ac972c90 (rsb-cpp): added TypeFilter.h to install targets
R. Haschke
10:43 PM Revision 11888d70 (rsb-cpp): removed obsolete include
R. Haschke
10:00 PM Revision 5a8e121a (rsb-cpp): added const specifier to ScopeFilter::getScope
R. Haschke
09:57 PM Revision fc7775fd (rsb-cpp): added const specifier to ScopeFilter::getScope
R. Haschke
10:48 AM Revision 165966e4 (rsb-tools-cpp): whitespace normalization
R. Haschke
09:50 AM Revision 734e9912 (rsb-tools-cpp): moved EventProxyModel into namespace qLogger::filter
R. Haschke
09:43 AM Revision c3722314 (rsb-tools-cpp): moved listener/* sources into own namespace listener
R. Haschke
09:18 AM Revision fb005b7b (rsb-tools-cpp): reworked file system structure splitting sources into several ...
- filter
- listener
- viewer
- resources
- test
R. Haschke

10/15/2014

11:05 PM Revision 913ba8c6 (rsb-tools-cpp): FilterWrapper to allow matching against EventItem instead of E...
R. Haschke
10:45 PM Revision d0a84493 (rsb-tools-cpp): splitted MyItemDelegate declaration and definition for proper ...
R. Haschke

10/14/2014

07:00 PM Feature #2051: Qt-based graphical event logger
added viewers for several wire schemas, including IplImage (thanks to Tobias Röhlig)
runs stable, no memory leaks an...
R. Haschke
06:46 PM Revision cbf9a235 (rsb-tools-cpp): merged in ImageViewer of Tobias
R. Haschke
05:30 PM Revision fbbf3a6b (rsb-tools-cpp): filtering with fixed ScopeFilter worked
R. Haschke
05:30 PM Revision da42f8e6 (rsb-tools-cpp): postponed date formatting to QDateTime / ItemDelegate, allows ...
R. Haschke
04:49 PM Revision 8dfb151a (rsb-tools-cpp): added FilterCombination class
R. Haschke
02:31 PM Revision cf519afa (rsb-tools-cpp): test publisher app for ipl images added - really
T. Tröhlig
02:30 PM Revision eaea7032 (rsb-tools-cpp): test publisher app for ipl images added
T. Tröhlig
02:23 PM Revision d5387c2b (rsb-tools-cpp): scroll area added
T. Tröhlig
02:03 PM Revision 990147d5 (rsb-tools-cpp): ImageViewer working checking
T. Tröhlig
09:45 AM Revision 93ba22b0 (rsb-tools-cpp): merged CMakeLists.txt
T. Tröhlig
09:41 AM Revision dd0d8b9a (rsb-tools-cpp): ImageViewer init
T. Tröhlig
02:46 AM Revision 33b37caa (rsb-tools-cpp): fixed display of connectors
R. Haschke
02:46 AM Revision 24678967 (rsb-tools-cpp): disabled non-functional toolbar buttons
R. Haschke
02:23 AM Revision b9b812a7 (rsb-tools-cpp): enabled configure action
- redesigned DefaultDialog to auto-layout in tabs for several included forms
- BaseEventModel's provide their config ...
R. Haschke

10/13/2014

12:04 AM Revision 7cb17359 (rsb-tools-cpp): configure BytesPayload Viewer with monospace font
R. Haschke
10:51 PM Revision 7380bfa0 (rsb-tools-cpp): added field payload size in EventItem
R. Haschke
09:03 PM Enhancement #2050: allow shallow data copy for converter arguments?
One might even think about not even copying the notification's data content:
source:rsb-cpp|src/rsb/transport/sock...
R. Haschke
04:40 PM Revision 8e960447 (rsb-tools-cpp): fixed Qt4 issues
R. Haschke
04:12 PM Revision d183891e (rsb-tools-cpp): fixed toolbar issue
R. Haschke
04:12 PM Revision d98c5cf7 (rsb-tools-cpp): only require -std=c++0x
R. Haschke
02:23 PM Revision e23f1fda (rsb-tools-cpp): noted some TODOs
R. Haschke
12:18 PM Feature #1739 (Resolved): Implement participant creation and destruction hooks
Applied in changeset commit:rsb-python|083e34d3f5e4ed09178bcade24e0272e0b8064f9. J. Moringen
12:17 PM Revision faeddee6 (rsb-cl): Stricter processing of URIs in src/uris.lisp
Illegal URI components like host and/or port without scheme, fragment
and "host" or "port" as query options now signa...
J. Moringen
12:11 PM Revision 083e34d3 (rsb-python): Added participant creation and destruction hooks in rsb/__init__.py
fixes #1739
Hooks are collections of callback functions that are called in specific
situations. This commit adds a "...
J. Moringen
12:11 PM Revision 0d54d79c (rsb-python): Introspection configuration option in rsb/__init__.py
refs #1734
* rsb/__init__.py (header): updated copyright
(ParticipantConfig): extended documentation string
(Par...
J. Moringen
11:59 AM Revision dd5d14f5 (rsb-cpp): Merge origin/master into feature-2041
R. Haschke
11:53 AM Revision 1171e8d8 (rsb-manual): fixed typo
R. Haschke
11:52 AM Revision 0a001c24 (rsb-manual): added some more documentation on converters
- explain difference between wire-type and wire-schema
- explain disambiguation strategy
- point out ConverterSelecti...
R. Haschke

10/12/2014

09:06 PM Revision c7fa586e (rsb-tools-cpp): simplified tracking of last inserted item
- use signal rowsInserted
- disable tracking when any item is selected by clicking
R. Haschke
06:04 PM Revision 0057beb4 (rsb-tools-cpp): show wireschema instead of datatype in viewer title
disable tracking when source is gone R. Haschke
05:24 PM Revision d126ab39 (rsb-tools-cpp): fallback labels <no data> / <no viewer>
R. Haschke
12:49 PM Revision 3d3744bf (rsb-tools-cpp): moved window-type specific actions and toolbars to the specifi...
R. Haschke
10:26 AM Revision 2d8bea5b (rsb-tools-cpp): allow tracking of selected event
R. Haschke

10/11/2014

07:07 PM Revision 091158b5 (rsb-tools-cpp): use XML syntax highlighter, fixed sizing of view widgets
R. Haschke
09:08 AM Revision d32c7514 (rsb-tools-cpp): refactored AbstractViewWidget::showData (AnnotadedData, EventPtr)
- handleEvent(EventPtr) -> showData (AnnotadedData, EventPtr)
- allows to display sub part of event as well
R. Haschke
04:10 AM Revision c2bf4d80 (rsb-tools-cpp): view event payload
R. Haschke

10/10/2014

12:06 AM Revision 7425f4bf (rsb-tools-cpp): reworked type registration system to include viewer registration
R. Haschke
12:02 AM Enhancement #2050: allow shallow data copy for converter arguments?
I see your argument decoupling handlers. But: first, you could also enforce that by providing const pointers. And sec... R. Haschke
02:50 PM Enhancement #2052 (Resolved): Explain efficiency characteristics of Spread in the manual
Applied in changeset commit:rsb-manual|9867754ac0aca3a51f5c2278a8715536310f9aa5. J. Moringen
02:49 PM Revision 9867754a (rsb-manual): More details on Spread efficiency in specification-spread.rst
fixes #2052
* specification-spread.rst (Hierarchical Bus): mention that Spread
transmits messages only to interest...
J. Moringen
01:56 PM Enhancement #2055 (New): Extend documentation on using and writing converters in the manual
Robert Haschke wrote:
> Außerdem habe ich ein paar kleine Ergänzungen in der Doku der converters vorgenommen (attach...
J. Moringen
01:19 PM Revision 520333e6 (rsb-tools-cpp): basic interface for ViewWidget + PayloadFormatter
R. Haschke
11:43 AM Revision 4a702d6f (rsb-tools-cpp): reimplemented MainWindow using ui file
R. Haschke
09:23 AM Revision dd92fbb5 (rsb-tools-cpp): fixed LGPL disclaimer
R. Haschke

10/09/2014

10:47 PM Enhancement #2052 (Closed): Explain efficiency characteristics of Spread in the manual
Robert Haschke wrote:
> Beim Lesen der rsb-Doku bin ich über folgende Frage gestolpert:
>
> http://docs.cor-lab.o...
R. Haschke
07:49 PM Revision 3e695048 (rsb-tools-cpp): use the same ConverterSelectionStrategy for all converters
R. Haschke
05:43 PM Revision 5030f852 (rsb-tools-cpp): configure converters
- natively support string, XOP
- all others are stored as ByteArray
R. Haschke
05:05 PM RSB XML Support Revision 2315e9e3 (rsb-xml-cpp): fixed make+config files
- correctly expose HAVE_RSBXMLTIO to downstream packages
- use pkg-config "required" slot to define upstream packages...
R. Haschke
04:17 PM Enhancement #2050: allow shallow data copy for converter arguments?
Since most converters actually deserialize data, this is not a problem for them. The copy operation for the @ByteArra... J. Wienke
10:57 AM Enhancement #2050 (New): allow shallow data copy for converter arguments?
Hi Sebastian and all,
Why did you decided to pass data to converters by ref instead of shared_ptr?
This requires ...
R. Haschke
04:17 PM Revision 0ecb696b (rsb-cpp): Improved ByteArrayConverter string copying
Use the direct copy constructor instead of a workaround through c
strings.
This also adds unit tests for the convert...
R. Haschke
03:55 PM Feature #2051: Qt-based graphical event logger
Like this, it will easily be overlooked that cmake did not find qt and people are confused, too ;) J. Wienke
03:47 PM Feature #2051: Qt-based graphical event logger
Having it out-sourced into a different project, will easily cause that you oversee the tool.
The QT dependency is o...
R. Haschke
03:35 PM Feature #2051: Qt-based graphical event logger
I have move your changes to the real @feature-loggerqt@ branch and force-pushed the master back to its original state... J. Wienke
12:57 PM Feature #2051: Qt-based graphical event logger
The commit(s) seem to have been pushed to master instead of the feature branch accidentally. We will move them to the... J. Moringen
11:12 AM Feature #2051 (In Progress): Qt-based graphical event logger
initial commit to feature branch "feature-loggerqt" R. Haschke
03:15 PM Revision 681ab1ed (rsb-manual): Use branch name instead of version where appropriate in *.rst
fixes #2013
* install-cpp.rst: use "branch" instead of "version" replacement when
referring to the RSC branch
* in...
J. Moringen
03:10 PM Bug #2013 (Resolved): installation instructions refer to a 0.11 branch -> this is not available o...
Applied in changeset commit:rsb-manual|db2782c856bebd1e9fb7ac5734a3bbf4377f094f. J. Moringen
02:39 PM Revision db2782c8 (rsb-manual): Use branch name instead of version where appropriate in *.rst
fixes #2013
* install-cpp.rst: use "branch" instead of "version" replacement when
referring to the RSC branch
* in...
J. Moringen
12:40 PM Enhancement #2041 (Feedback): merge URI spec into ParticipantConfig
Thanks for the implementation proposal. We will review this when the 0.11 release is done.
I would have added "blo...
J. Moringen
10:59 AM Enhancement #2041: merge URI spec into ParticipantConfig
branch enhancement-2041 awaits approval R. Haschke
11:09 AM Revision 8d5cd8aa (rsb-tools-cpp): install to rsb-loggerqt${version}
R. Haschke
10:42 AM Revision 5dab393f (rsb-cpp): fixed comment, slightly simplified code
R. Haschke
10:15 AM Revision 5308cd97 (rsb-cpp): implemented issue #2041: merge uri specification into ParticipantConfig
new methods:
- ParticipantConfig::Transport::mergeOptions(uri)
- ParticipantConfig::addTransport(uri)
- ParticipantCo...
R. Haschke

10/08/2014

12:53 AM Revision 2d6bc925 (rsb-tools-cpp): separate MainWindow.cpp and main.cpp, added commandline handling
R. Haschke
10:02 PM Revision a0550abc (rsb-tools-cpp): changed config dialog to use permanent list for Listeners
R. Haschke
05:33 PM Revision 3b99df6c (rsb-tools-cpp): configure dialog for ListenerEventModel
R. Haschke
08:08 AM Bug #2012 (Rejected): examples in doc not linked
Robert was reporting this problem for a local build. I cannot reproduce for a local build and example downloads on co... J. Moringen
07:17 AM Revision 3b58db41 (rsb-manual): Markup improvements in concepts.rst
* concepts.rst (Concepts): use seealso directive for publication
reference
(Event): added seealso reference to ev...
J. Moringen
07:17 AM Revision ccd3ceb6 (rsb-manual): TODO Select visible item in dynamic switcher based on query param...
J. Moringen
07:17 AM Revision dfd4dc81 (rsb-manual): TODO add CANCEL and SURVEY methods in specification-event.rst
* specification-event.rst J. Moringen
07:17 AM Revision 191467d5 (rsb-manual): Multi-language missing-converter item in troubleshooting.rst
* troubleshooting.rst (Missing Converters): show examples for multiple
languages
J. Moringen
07:17 AM Revision a1ded7ae (rsb-manual): Mention non-blocking, in-process RPC in CL in news.rst
* news.rst (RSB 0.11): mention that non-blocking, in-process
request-reply communication is now possible in the Com...
J. Moringen
06:50 AM Bug #2038 (Resolved): Missing CI Build Job for Win_7_32 bit
Applied in changeset commit:rsb-manual|c2e880335c9ec50bac2a59853e6af4e88e804493. J. Moringen
06:46 AM Bug #2038 (In Progress): Missing CI Build Job for Win_7_32 bit
J. Moringen
06:49 AM Revision c2e88033 (rsb-manual): Updated CI server links in install-binary.rst
fixes #2038
* install-binary.rst (Binary Downloads of Tools): updated MacOS download
link; removed Windows downloa...
J. Moringen
06:45 AM Bug #1047 (In Progress): Fix transport option processing
J. Moringen
06:32 AM Revision 797d0861 (rsb-manual): Discourage use of "generic" URIs more strongly in specification-u...
* specification-uris.rst (Generic URIs): warn about unspecified
semantics
J. Moringen
06:32 AM Revision a47dd84a (rsb-manual): Fixed typo in static variable bullet point in news.rst
* news.rst (RSB 0.11): fixed typo in static variable bullet point J. Moringen
06:32 AM Revision f035e75a (rsb-manual): Clarification about scheme, host and port components in specifica...
Host and port components without scheme component are illegal in RSB
URLs.
* specification-uris.rst (Syntax): fixed ...
J. Moringen
05:51 AM Revision 1fc04c28 (rsb-manual): Discourage use of "generic" URIs more strongly in specification-u...
* specification-uris.rst (Generic URIs): warn about unspecified
semantics
J. Moringen
05:51 AM Revision 847e4e48 (rsb-manual): Clarification about scheme, host and port components in specifica...
Host and port components without scheme component are illegal in RSB
URLs.
* specification-uris.rst (Syntax): fixed ...
J. Moringen
05:28 AM Revision ffccc685 (rsb-cl): Parse more strings as URIs instead of scopes in src/participant.lisp
refs #1047
The substrings ":", "//", "#" and "?" force parsing as URI instead of
only ":".
* src/uris.lisp (parse-s...
J. Moringen

10/07/2014

11:34 PM Revision 6bae84e0 (rsb-tools-cpp): restructured class hierarchy for more modularity (see README)
R. Haschke
03:29 PM Revision 989e84a6 (rsb-manual): Updated news
* enum Direction entry changes
* socket and inprocess transport rewrites
J. Wienke
03:23 PM Revision b4c2532c (rsb-tools-cpp): moved stuff from src/logger/qLogger to src/qLogger
R. Haschke
11:59 AM Bug #2043 (Resolved): semantic of ParticipantConfig::setTransports not conform to doc/name
current implementation of ParticipantConfig::setTransports actually only adds new transports,
but neither removes e...
R. Haschke
10:51 AM Enhancement #2041: merge URI spec into ParticipantConfig
commited uri class to rsc::misc (branch feature-uri-class) R. Haschke
03:31 AM Enhancement #2041 (In Progress): merge URI spec into ParticipantConfig
J. Moringen
06:05 AM Revision 843459a9 (rsb-tools-cl): Fix example file used in tests in CMakeLists.txt
refs #964
* CMakeLists.txt: use the current CMake list file instead of /etc/motd
which may not always exist
J. Moringen
05:54 AM Support #2040 (Resolved): rsb-sendcl doesn't allow to send raw strings / missing or poor document...
J. Moringen
03:45 AM Support #2040: rsb-sendcl doesn't allow to send raw strings / missing or poor documentation?
Mainly waiting for upstream fix. J. Moringen
05:50 AM Enhancement #964 (Resolved): Reduce redundancy between call and send tools
Applied in changeset commit:rsb-tools-cl|20f00641f188cde028ed0b4c39640ba4621b4bc7. J. Moringen
04:18 AM Enhancement #964 (In Progress): Reduce redundancy between call and send tools
J. Moringen
05:43 AM Revision 3b14041c (rsb-manual): Describe extended file and stdin syntax in {call,send}.rst
refs #964, refs #2040
* call.rst (Description): explain extended file and standard input
syntax
(Examples): adde...
J. Moringen
05:36 AM Revision 20f00641 (rsb-tools-cl): Added functions for event construction in common/event.lisp
fixes #964, refs #2040
* common/event.lisp: new file; contains functions for constructing events
by parsing payloa...
J. Moringen
05:24 AM Revision 95fcb610 (rsb-tools-cl): Improved help strings in {send,call}/main.lisp
refs #2040
* send/main.lisp (make-help-string): mention reading payload from file;
explain interaction with shell ...
J. Moringen
04:20 AM Revision af8113ed (rsb-manual): Improved explanation for specifying arguments in call.rst
refs #2040
* call.rst (Description): mention reading payload from file; explain
interaction with shell syntax
(E...
J. Moringen
03:32 AM Enhancement #378 (In Progress): Support URIs for Participant Configuration
J. Moringen
03:25 AM Revision 5629fbb6 (rsb-manual): Improved explanation for specifying send payloads in send.rst
refs #2040
* send.rst (Description): mention empty payload and reading payload from
file; explain interaction with...
J. Moringen

10/06/2014

11:17 PM Enhancement #2041 (Feedback): merge URI spec into ParticipantConfig
provide utilities to parse rsb-URIs (see http://docs.cor-lab.de//rsb-manual/trunk/html/specification-uris.html)
pr...
R. Haschke
07:00 PM RSBag Revision 483578a2 (rsbag-python): Use custom converters only for events from bag
Prevent that the custom converters specified by the user are also used
by the meta-communication with the bag process...
J. Wienke
06:58 PM RSBag Revision 20112f13 (rsbag-python): Use more unique scopes for internal communication
Make the scopes used for internal communication with rsbag more secure
by moving them to the reserved scope namespace...
J. Wienke
05:33 PM RSBag Enhancement #1961 (Resolved): Preserve original send times
Applied in changeset commit:rsbag-python|b33f4ac5529f022e4e4ebe7e6f45ec299c672994. J. Wienke
05:32 PM RSBag Enhancement #1961 (In Progress): Preserve original send times
J. Wienke
05:25 PM RSBag Enhancement #1961: Preserve original send times
> Any objections against this patch? Cause I stumbled upon this again.
The whole protocol is suboptimal at the mom...
J. Moringen
05:23 PM RSBag Enhancement #1961: Preserve original send times
Any objections against this patch? Cause I stumbled upon this again. J. Wienke
05:32 PM RSBag Revision b33f4ac5 (rsbag-python): Pass through the original send time
Put the original event send time to userTimes['original_send'] so that
clients can access this value if required.
fi...
J. Wienke
05:01 PM Bug #2039 (Rejected): rsb-loggercpp0.11 doesn't format payload anymore
OK. Talked to Jan. ProtocolBufferPayloadFormatter never actually worked. And with sending strings I had issues as wel... R. Haschke
03:14 PM Bug #2039: rsb-loggercpp0.11 doesn't format payload anymore
I don't get what you mean. At least formatting strings works perfectly here:... J. Wienke
03:08 PM Bug #2039: rsb-loggercpp0.11 doesn't format payload anymore
The problem is not related to loaded converted plugins, but occurs with an empty config as well R. Haschke
03:04 PM Bug #2039: rsb-loggercpp0.11 doesn't format payload anymore
Are you speaking of implication from a user configuration, e.g. loaded RST-converter plugins? J. Wienke
03:01 PM Bug #2039 (Closed): rsb-loggercpp0.11 doesn't format payload anymore
The PayloadFormatter doesn't find the different configured PayloadFormatters anymore,
because "unknown" types get co...
R. Haschke
04:56 PM Support #2040: rsb-sendcl doesn't allow to send raw strings / missing or poor documentation?
I wasn't expecting the double quotes. Please document this. R. Haschke
03:28 PM Support #2040: rsb-sendcl doesn't allow to send raw strings / missing or poor documentation?
> What is the syntax to send more complex types, e.g. an rst-type?
Not supported yet, but in development.
J. Moringen
03:28 PM Support #2040 (In Progress): rsb-sendcl doesn't allow to send raw strings / missing or poor docum...
> However, the input from stdin seems to broken:
> [...]
I reported this as an upstream bug. Currently waiting fo...
J. Moringen
03:12 PM Support #2040: rsb-sendcl doesn't allow to send raw strings / missing or poor documentation?
The online documentation states the following:
> EVENT-SPEC is parsed as string when surrounded with double-quotes a...
J. Wienke
03:05 PM Support #2040 (Resolved): rsb-sendcl doesn't allow to send raw strings / missing or poor document...
all the following methods to send a string fail:... R. Haschke
09:59 AM Revision f7cd5bea (rsb-cl): Added timestamps keyword parameter to make-event in src/event.lisp
* src/event.lisp (make-event): accept :timestamps and :create-timestamp?
keyword parameters
* test/event.lisp (test...
J. Moringen
05:16 AM Revision 0184cfea (rsb-tools-cpp): added TransportSpecParser
R. Haschke

10/05/2014

11:32 AM Revision b1bc3cbf (rsb-tools-cpp): added wire schema
R. Haschke
10:32 AM Revision c1f5316b (rsb-matlab): fixed version tag
Sebastian Wrede
10:00 AM Revision d405eece (rsb-matlab): changed rst to fleximon branch
Sebastian Wrede
03:19 AM Revision a1a3ea9c (rsb-tools-cpp): initial version of Qt-based Logger: qLogger
R. Haschke

10/03/2014

05:13 PM Revision cfc8dc6f (rsb-matlab): more flexible workaround for
http://opensource.cit-ec.de/issues/300 Sebastian Wrede
04:55 PM Revision 45e49567 (rsb-java): more flexible workaround for
http://opensource.cit-ec.de/issues/300 S. Wrede
03:21 PM Revision 6377c796 (rsb-java): added version 2.5.0 to the allowed set of protobuf versions, fix for
http://opensource.cit-ec.de/issues/300 S. Wrede
03:09 PM Bug #2038: Missing CI Build Job for Win_7_32 bit
We should probably remove the link from the documentation.
A more recent job would have been https://ci.cor-lab.or...
J. Moringen
01:17 PM Bug #2038 (Resolved): Missing CI Build Job for Win_7_32 bit
In http://docs.cor-lab.org/rsb-manual/trunk/html/install-binary.html#binary-downloads-of-tools
there is a reference ...
T. Schürmann

10/01/2014

04:10 PM RSB XML Support Revision 2b92f404 (rsb-xml-cpp): Fix CMake config file
Use the versioned library name. J. Wienke
01:10 PM Revision 51503cd4 (rsb-python): Add a SchemaAndByteArrayConverter
Similar to the C++ implementation. Patch by Norman Koester. J. Wienke
05:44 AM Feature #2037 (Resolved): Estimate clock offset and commucation latency of remote hosts and proceses
NTP-like algorithm can be used. J. Moringen

09/30/2014

11:32 PM Feature #2036 (Resolved): Include id of executing user in process information
h3. Tasks
* Protocol ✓
* C++ ✓
* Python ✓
* Java ✓
* Common Lisp ✓
* Introspection tools (✓)
J. Moringen
06:55 PM Revision ef781356 (rsb-cpp): Try to fix windows build
It seems something now defines OUT as a preprocessor macro. Hence, chose
more unique names for enum values.
J. Wienke
02:00 PM Enhancement #2034 (Resolved): Support participants as static members
Applied in changeset commit:rsb-cpp|d53a28dbac3b43a4d14f6f761937dd07421c784d. J. Wienke
11:46 AM Enhancement #2034 (Resolved): Support participants as static members
Make the transport implementations independent of the static destruction order so that participants can be used in st... J. Wienke
01:53 PM Revision d53a28db (rsb-cpp): Enabled participants as static members
Made transports independent of static destruction order so that
participants can now be maintained in static variable...
J. Wienke
01:46 PM Revision 00a7d93a (rsb-cpp): Socket transport independent of static destruction
This commit makes the socket transport independent of the static
destruction order of C++ so that participants using ...
J. Wienke
12:58 PM Revision 96ddbdaa (rsb-cpp): Fix illegal warnings in inprocess bus destructor
The check for non-empty scopes in the inprocess bus destructor was wrong
in the sense that it did not account for the...
J. Wienke
12:58 PM Revision 55844889 (rsb-cpp): Inprocess transp. independent of static destruction
This commit makes the inprocess transport independent of static
destruction order so that participants using this tra...
J. Wienke
12:58 PM Revision 0b6f0a7a (rsb-cpp): Improved constructor / destructor logging
Added more logging to better understand which object is created and
destructed when.
J. Wienke

09/29/2014

05:35 PM Bug #2032 (Resolved): rsb-loggercpp0.11 invokation error
It seems the CI-server configuration broke at some point in time and hence the debian package for RSB wasn't rebuilt ... J. Wienke
05:08 PM Bug #2032 (Resolved): rsb-loggercpp0.11 invokation error

Platform
Ubuntu Trusty on x86 (virtual Box & *fresh install*)
Programs and Programming Languages
...
T. Korthals
04:19 PM Revision 26945e9e (rsb-manual): Clarified usage of RSB_PLUGINS_CPP_* variables in common.rst
* common.rst: added default value for RSB_PLUGINS_CPP_PATH; added
example for RSB_PLUGINS_CPP_LOAD
Suggested-by: R...
J. Moringen
03:48 PM Revision 65d4c2c0 (rsb-manual): clarified usage of RSB_PLUGINS_CPP_* variables
R. Haschke
03:46 PM Revision 50878095 (rsb-manual): fixed typo
R. Haschke

09/28/2014

06:15 PM Revision cc62a18a (rsb-integrationtest): Adapted to renamed rsb:*{default- -> }configuration* in ...
* lisp/config.lisp (header): updated copyright
(config-main): changed variable reference rsb:*{default- ->
}confi...
J. Moringen
05:57 PM Revision f6f3a897 (rsb-integrationtest): Adapted to renamed rsb:*{default- -> }configuration* in ...
* lisp/informer.lisp (informer-main): changed variable reference
rsb:*{default- -> }configuration*
* lisp/listener....
J. Moringen

09/27/2014

02:58 AM RSBag Revision 519f931f (rsbag-tools-cl): Use *configuration* instead of *default-configuration* in */m...
* bag-play/main.lisp (main): re-initialize *configuration* instead
of *default-configuration*
* bag-record/main.lis...
J. Moringen
02:56 AM Revision b0fe88ac (rsb-tools-cl): Use *configuration* instead of *default-configuration* in */mai...
* call/main.lisp (main): re-initialize *configuration* instead
of *default-configuration*
* logger/main.lisp (main)...
J. Moringen
02:54 AM Revision adcad6c8 (rsb-cl): Fix special and type declarations in src/variables.lisp
* src/variables.lisp (*framework-timestamps*): removed unnecessary
special declaration; added type declaration
(*...
J. Moringen
02:54 AM Revision 69a661e7 (rsb-cl): Separated *{default-,}configuration* in src/{configuration,variables}...
Separate variables *{default-,}configuration*. *default-configuration*
holds default configuration and does not chang...
J. Moringen

09/26/2014

01:57 PM Bug #515: Data handlers cannot deal with unexpected types
With commit:5ee2b2c66 Jan implemented the required TypeFilter. In combination with FilteringHandler(TypeFilter, DataH... R. Haschke
01:51 PM Revision d6ea799b (rsb-cpp): Temp commit
J. Wienke
12:53 PM Tasks #2029 (Resolved): Fehlender Verweis auf das hinzufügen des öffentlichen Schlüssels in den R...
Applied in changeset commit:rsb-manual|e52c3ab54eda5dce73dc122d3d8e2433a0e05a59. J. Wienke
12:50 PM Tasks #2029 (In Progress): Fehlender Verweis auf das hinzufügen des öffentlichen Schlüssels in de...
J. Wienke
10:39 AM Tasks #2029 (Resolved): Fehlender Verweis auf das hinzufügen des öffentlichen Schlüssels in den R...
Beim hinzufügen der RSB-Paketquelle via synaptic erhälte nach dem
Neuladen der Quelleninfos:
W: GPG-Fehler: http://...
T. Schürmann
12:53 PM Revision e52c3ab5 (rsb-manual): Mention key installation for debian packages
fixes #2029 J. Wienke
11:20 AM Revision 8214f4e7 (rsb-cpp): Temp commit
J. Wienke
11:12 AM Revision 05e82d5a (rsb-cpp): Temp commit
J. Wienke

09/25/2014

01:36 AM RSB XML Support Revision 472d5a49 (rsb-xml-cpp): moved XOP(s) includes into cpp, use forward declaration in header
R. Haschke
01:35 AM RSB XML Support Revision 9328910e (rsb-xml-cpp): cleanup: implement XmltioXOPConverter and XOPConverter from same...
this avoids two-step conversion rst::xml::XOP <-> rsb::xml::XOP <-> rsb::xml::XmltioXOP R. Haschke
 

Also available in: Atom