
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Finally the site www.brainspace.it is online again with eciKontrol v0.3.
I'm sorry for the long offline period.
Description:
eciKontrol is a GUI frontend for EciADSL drivers, build with Qt and KDE APIs.
Some eciKontro functions are:
- One-click Connection/Disconnection controls
- ADSL Connection Configuration Wizard
- Raltime connection status informations
- Minimization to traybar
- Traybar tooltip connection status informations
- Frontend for synchronzation binaries test (eciadsl-probe-synch)
- Frontend for software/configuration test (eciadsl-doctor)
For more informations about EciADSL drivers visit:
http://eciadsl.flashtux.org/index.php?lang=en
For more informations about eciKontrol visit (In Italian):
http://www.brainspace.it/index.php?option=com_content&task=view&id=14&Itemid=3
For more screenshots of eciKontrol visit:
http://www.brainspace.it/index.php?option=com_content&task=view&id=12&Itemid=7
Project download page (In Italian):
http://www.brainspace.it/index.php?option=com_content&task=view&id=15&Itemid=12
Credits:
Particular thanks to:
- Taralluccio , creator of Mandriva's RPM
- Vìctor F.M. creator of SuSE Linux RPM package
13 years ago
Changes in v0.3 release 2:
bug fixing
- fixed some compilation error in valid binaries dialog with qt verson < 3.3.5
Changes in v0.3:
bug fixing
- fixed minor bugs
improvements:
- added connection time in connection status informations
- removed "About" button from header
- added menu bar to access new functions
- added automaticaly switch to monitoring view if connection already exists
- added frontend for eciadsl-doctor in menu "Tools->Configuration Test"
- added frontend for eciadsl-probe-synch in menu "Tools->Synchronization binary test"
- direct selection of working synch bin when test finish
Changes in v0.2:
bug fixing
- fixed compilation problems on some linux distributions
- fixed application's crash when eciadsl.conf doesn't exists
improvements:
- added "Abort Connection" function during connection process
13 years ago
Changes in v0.3 release 2:
bug fixing
- fixed some compilation error in valid binaries dialog with qt verson < 3.3.5
Changes in v0.3:
bug fixing
- fixed minor bugs
improvements:
- added connection time in connection status informations
- removed "About" button from header
- added menu bar to access new functions
- added automaticaly switch to monitoring view if connection already exists
- added frontend for eciadsl-doctor in menu "Tools->Configuration Test"
- added frontend for eciadsl-probe-synch in menu "Tools->Synchronization binary test"
- direct selection of working synch bin when test finish
Changes in v0.2:
bug fixing
- fixed compilation problems on some linux distributions
- fixed application's crash when eciadsl.conf doesn't exists
improvements:
- added "Abort Connection" function during connection process
dovix2003
14 years ago
I am trying to build eciKontrol on Mandriva 2007 (development version) and I get the following error:
make[2]: Entering directory `/home/rpmbuild/eciKontrol-0.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt3//include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT ecikontrolwidget.o -MD -MP -MF ".deps/ecikontrolwidget.Tpo" -c -o ecikontrolwidget.o ecikontrolwidget.cpp; \
then mv -f ".deps/ecikontrolwidget.Tpo" ".deps/ecikontrolwidget.Po"; else rm -f ".deps/ecikontrolwidget.Tpo"; exit 1; fi
ecikontrolvalidssynchbin.h:20: error: default argument for parameter of type ‘QString&’ has type ‘const char [14]’
make[2]: *** [ecikontrolwidget.o] Error 1
make[2]: Leaving directory `/home/rpmbuild/eciKontrol-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rpmbuild/eciKontrol-0.3'
make: *** [all] Error 2
Could this result from the newer gcc?
KDE 3.5.3
gcc 4.1.1
Thanks
Report
dovix2003
14 years ago
$ kde-config --version
Qt: 3.3.6
KDE: 3.5.3
kde-config: 1.0
p.s. which development libraries are needed? ./configure finishes with no error.
Report
gohanz
15 years ago
http://www.slacky.it
http://www.slacky.it/index.php?option=com_remository&Itemid=1&func=fileinfo&filecatid=629&parent=category
Report
djworld
15 years ago
http://www.polinux.upv.es/~vfernandez/suse/10.0/i586/eciKontrol-0.3-1polinux.i586.rpm
Report
tominhome
15 years ago
from ecikontrolwidget.cpp:35:
ecikontrolvalidssynchbin.h:20: error: invalid type `const char[14]' for default
argument to `QString&'
make[2]: *** [ecikontrolwidget.o] Error 1
make[2]: Leaving directory `/eciKontrol-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/eciKontrol-0.3'
make: *** [all] Error 2
Please help
(slackware 10.2, KDE 3.4.2)
Report
invernomuto
15 years ago
Report
tominhome
15 years ago
Report
fannymites
15 years ago
Report
invernomuto
15 years ago
You can make a distclean, autoconf and automake before ./configure, but you risk that linking fails because compiler don't recreate moc files.
I'm working to fix this bug and release fixed sources.
Thank you for report.
:-)
Report
fannymites
15 years ago
I've tried ./configure --x-includes='/usr/X11R6/include' --x-libraries='/usr/X11R6/lib'
which takes me past the C compiler error but then gives up with this error - checking for libz... configure: error: not found.
Possibly configure picks up an outdated version
installed by XFree86. Remove it from your system.
I'm using Ubuntu Breezy
Report
invernomuto
15 years ago
Can you mail me some infos such:
- gcc ver
- glibc ver
- KDE ver
- Qt ver
Thank you.
P.S. In some days I'll upload deb package with binaries :-)
Invenomuto
Report
fannymites
15 years ago
Report
pernambuco
15 years ago
Report