index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
btdeviceselectiondialog.cpp
Age
Commit message (
Expand
)
Author
2015-10-30
Move qt-ui to desktop-widgets
Tomaz Canabrava
2015-09-20
Fix build error on Windows with Qt5.5
Dirk Hohndel
2015-09-19
Rename BTH_ADDR_STR_LEN macro
Claudiu Olteanu
2015-09-19
Fix Bluetooth address truncation issues on Windows
Claudiu Olteanu
2015-09-18
Spelling corrections
Robert C. Helling
2015-09-05
Add ON and OFF strings to translation
Salvador Cuñat
2015-09-05
Style and readability tweaks to btdeviceselectiondialog
Tim Wootton
2015-09-02
Translate strings for Bluetooth download mode
Claudiu Olteanu
2015-08-27
QtBT: avoid crash at exit if no BT device found
Dirk Hohndel
2015-08-20
Add implementation for device discovery agent initialization (Windows)
Claudiu Olteanu
2015-08-20
Get a pretty print message when a device discovery error occured
Claudiu Olteanu
2015-08-20
Add implementation for BTH device item selection on Windows platforms
Claudiu Olteanu
2015-08-20
Add implementation for add remote Bluetooth device handler
Claudiu Olteanu
2015-08-20
Wait for BTH device discovery thread to finish on stop call
Claudiu Olteanu
2015-08-20
Initialize WinSock and hide the information about the local device
Claudiu Olteanu
2015-08-20
Add implementation for our custom BTH device discovery service
Claudiu Olteanu
2015-08-20
Add skeleton for Bluetooth custom serial implementation on Windows platforms
Claudiu Olteanu
2015-08-20
Reimplement pairingFinished method
Claudiu Olteanu
2015-08-20
Clear the BTH discovered devices list on each search
Claudiu Olteanu
2015-08-20
Check the last error when the BTH device scanning is finished
Claudiu Olteanu
2015-08-20
Cleanup Bluetooth local device and the discovery agent on exit
Claudiu Olteanu
2015-07-20
Only enable Bluetooth support if building against Qt5.4 or newer
Dirk Hohndel
2015-07-20
Bluetooth support: quick build fix for Qt5.2
Dirk Hohndel
2015-07-20
Update the message shown on pairing erorrs
Claudiu Olteanu
2015-07-20
Fix typos on Bluetooth selection widget
Claudiu Olteanu
2015-07-20
Hide the local BT combobox if there is only one device
Claudiu Olteanu
2015-07-20
Don't close the BT selection Widget if the local BT adapter is invalid
Claudiu Olteanu
2015-07-20
Log errors which occur during Bluetooth device discovery
Claudiu Olteanu
2015-07-20
Reinitialize the BT discovery agent when a new adapter is selected
Claudiu Olteanu
2015-07-20
Add combobox for Bluetooth local device selection
Claudiu Olteanu
2015-07-20
Don't block the save button for Bluetooth device selection
Claudiu Olteanu
2015-07-19
Use itemClicked signal instead of itemActivated for BT device selection
Claudiu Olteanu
2015-07-19
Stop the SDP agent if the Clear/Save button was pressed
Claudiu Olteanu
2015-07-13
Wait until the BT scanning process is done on Android platforms
Claudiu Olteanu
2015-07-06
Add a dialog for remote Bluetooth devices selection
Claudiu Olteanu