Daniele E. Domenichelli

Results 60 issues of Daniele E. Domenichelli

The following methods should return `size_t` instead of `int`: * `IFrameGrabber::getRawBufferSize` * `IFrameGrabber::height` * `IFrameGrabber::width` * `IFrameGrabberRgb::height` * `IFrameGrabberRgb::width` * `IFrameGrabberImage::height` * `IFrameGrabberImage::width` * `IFrameGrabberImageRaw::height` * `IFrameGrabberImageRaw::width` There might be...

Component: Library - YARP_dev
Type: Breaking/Behaviour Change
Issue Type: API Bug
Affects: YARP v3.3.3

This ends up also in `BufferedPort`: ```diff -int yarp::os::TypedReader::getPendingReads() +size_t yarp::os::TypedReader::getPendingReads() ```

Component: Library - YARP_os
Issue Type: API Bug
Affects: YARP v3.4.2

At the moment, all the callback mechanisms in YARP require writing a class that implement some interface, just to have a method that is called as callback. It would be...

Component: Library - YARP_os
Type: Epic
Type: Modernization

From [`conf/YarpSystemCheck.cmake`](https://github.com/robotology/yarp/blob/master/conf/YarpSystemCheck.cmake#L57) ``` cmake if(SIZEOF_SHORT EQUAL 2) set(YARP_INT16 "short") else(SIZEOF_SHORT EQUAL 2) # Hmm - there's no other native type to get 16 bits # We will continue since most...

Issue Type: Bug
Component: CMake
Component: Library - YARP_os

Resource finder looks for the path.d folder using the YARP_DATA_DIRS variable that, if not set, uses the XDG_DATA_DIRS variable, that defaults in /usr/local/share/:/usr/share/. This means that if the user has...

Component: Library - YARP_os
Type: Breaking/Behaviour Change

Too many times when you hit refresh on yarpmanager you have to wait for it to refresh the status of all modules, connections and resources. When you have to kill...

Component: GUI - yarpmanager
Issue Type: Feat/Enh Req

At the moment, the endianness is handled by the `yarp::os::NetInt32` and similar classes. These classes are typedef to `int` on little endian and proper classes that store the value as...

Issue Type: Bug
Component: Library - YARP_os

Several methods in yarp classes should be `const` but are not. This is a ZenHub "Epic" to collect them all

Issue Type: API Bug
Type: Epic

It would be really nice if it was possible to configure the weekly summary to include issues/releases/etc. from different projects and/or from all the projects in one organization.

features

On High DPI display, iCubGui does not draw on all the space available: ![Screenshot_20190410_150309](https://user-images.githubusercontent.com/1100056/55880874-e452ba80-5ba1-11e9-95e3-ede0f3a342e0.png)