qdmr icon indicating copy to clipboard operation
qdmr copied to clipboard

A GUI application for configuring and programming cheap DMR radios under Linux and MacOS X.

Results 69 qdmr issues
Sort by recently updated
recently updated
newest added
trafficstars

As the AT-D868UVE is supported, it should be easy to implement the differences only. Also already got a wireshark capture of the read/write operation. Hence emulation for codeplug verification is...

NewDevice

Continuing from Issue #131 ``` Debug in /home/pi/build/qdmr/lib/dfu_libusb.cc@40: Try to detect USB DFU interface 483:df11. Debug in /home/pi/build/qdmr/lib/hid_libusb.cc@11: Try to detect USB HID interface 15a2:73. Debug in /home/pi/build/qdmr/lib/gd77.cc@132: Start upload...

bug
GD77

For now, only the primary table is implemented. The secondary table is missing. - [ ] Implement in config representation - [ ] Implement in CSV reader & writer -...

enhancement
GUI

It would be great to open/import an existing codeplug, which was created by the manufacturer CPS. This would help to switch to this software.

enhancement

Moving list items around can be painfully slow, add means to move them by drag and drop.

enhancement
GUI

As the data-policy of repeater book sucks, I need to query the prefix of the entered call. Having a cache helps, but not for the first query of a new...

enhancement
GUI

The page at https://dm3mat.darc.de/qdmr/manual/re02.html doesn't render the web address for reporting issues. This is the text visible at the end of the page: > `If you stumble across one of...

Frequencies are converted to string with a small rounding error: ``` # [...] channels: # [...] - analog: id: ch14 name: A-V16-145.2000 rxFrequency: 145.19999999999999 txFrequency: 145.19999999999999 # [...] - analog:...

enhancement

Due to an stupid typo, the encoding of group lists fails for all TyT/Retevis devices. It was fixed in commit 36e8f8fc800978642521437c767651acafb6c4f1 so the master branch should be fine. A quick-fix...

bug
MD-UV390
MD-2017
MD-390
DM-1701

This requires a lot of work (in `openrtx` branch): - [ ] Implement OpenRTX codeplug encoding/decoding - [ ] Implement interface to OpenRTX radios - [x] Implement M17 Channels -...

NewDevice