Aug 042011
After a few months of development the Solid team is proud to announce the first release candidate of BlueDevil 1.2
Changelog:
Action Plugins
- Added support for DUN
- Added support for PANU
- A few description changed
- Fixed the Category mess we had in the .desktop
kio_bluetooth
- Show known devices first
- Perform discovery in the background
- Fixed the mimetype mess we had
- Will work when started without Bluetooth activated
Wizard
- Added another OUI for Apple Wireless Mice
- Auto select Mouse’s
Agent
- Be able to use Return or Enter to introduce PIN
Monolithic
- Use Configure icon on the configure option
KCM
- Use KMessageWidget if compiled against 4.7
Things to test:
Please, focus the testing in kio_bluetooth since it has been almost rewritten
Download:
We hope you enjoy it and cheers from Barajas airport (Madrid) destination Berlin via Munich.
Hi, Alex.
It fails to compile on my machine (cannot find serial_interface.h). Maybe there are new dependencies for this? Is libbluedevil 1.9 enough for compiling an RC?
Thanks!
@madgnu
I’ve removed this include and it builds fine. Sorry for the noise.
I found the same problem.
Removing the include solved the compile problem for me too.
Is this include a ‘leftover’ from development?
Would be useful for others to fix this.
Thanks.
It is a local include, so it can’t be from libbluedevil. Deleted “serial_interface.h” line and build fine. Testing now.
Having an odd problem with 1.2rc2 and it also happens with 1.2. The make fails on;
[ 29%] Building CXX object src/daemon/kded/CMakeFiles/kded_bluedevil.dir/kded_bluedevil_automoc.o
[ 29%] Building CXX object src/daemon/kded/CMakeFiles/kded_bluedevil.dir/BlueDevilDaemon.o
/home/dveatch/bluedevil-1.2-rc2/src/daemon/kded/BlueDevilDaemon.cpp: In member function ‘QMapDeviceInfo BlueDevilDaemon::knownDevices()’:
/home/dveatch/bluedevil-1.2-rc2/src/daemon/kded/BlueDevilDaemon.cpp:140:44: error: ‘class BlueDevil::Adapter’ has no member named ‘startStableDiscovery’
make[2]: *** [src/daemon/kded/CMakeFiles/kded_bluedevil.dir/BlueDevilDaemon.o] Error 1
make[1]: *** [src/daemon/kded/CMakeFiles/kded_bluedevil.dir/all] Error 2
make: *** [all] Error 2
There were some other warnings prior but I don’t think they have anything to do with this. The warning were;
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/networkpanu/helper/main.cpp: In function ‘int main(int, char**)’:
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/networkpanu/helper/main.cpp:49:24: warning: unused variable ‘networkPANUHelper’
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/networkdun/helper/main.cpp: In function ‘int main(int, char**)’:
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/networkdun/helper/main.cpp:49:23: warning: unused variable ‘networkDUNHelper’
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/sendfile/helper/discoverwidget.cpp:37:1: warning: unused parameter ‘parent’
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/audio/helper/main.cpp: In function ‘int main(int, char**)’:
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/audio/helper/main.cpp:49:18: warning: unused variable ‘audioHelper’
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/input/helper/main.cpp: In function ‘int main(int, char**)’:
/home/dveatch/bluedevil-1.2-rc2/src/actionplugins/input/helper/main.cpp:49:18: warning: unused variable ‘inputHelper’
Using qt-4.7.4 and kde-4.7.1
[...] BlueDevil 1.2 RC1 released (changelog here) [...]
I too get the same error here trying to compile for PCLinuxOS.
1.1 compiles fine. Both 1.2.3 and 1.3 throw the same error.