
KlearBox
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
gccdragoonkain
14 years ago
If its an easy fix, I'd like to just go into the source and comment out whatever "effect" its trying to do that is obviously not working on my end.
Using kde 3.4.2 and qt 3.3.4
Report
wu-hsin
15 years ago
Report
cbr
15 years ago
if /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./../../lib -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -MT Clearbox.lo -MD -MP -MF ".deps/Clearbox.Tpo" -c -o Clearbox.lo Clearbox.cpp; \
then mv -f ".deps/Clearbox.Tpo" ".deps/Clearbox.Plo"; else rm -f ".deps/Clearbox.Tpo"; exit 1; fi
In file included from Clearbox.cpp:43:
Clearbox.h:49:25: error: kdecoration.h: No such file or directory
Clearbox.h:50:32: error: kdecorationfactory.h: No such file or directory
/usr/share/qt3/include/qtooltip.h:86: warning: 'class QToolTip' has virtual functions but non-virtual destructor
Clearbox.h:130: warning: non-local variable 'Clearbox:: Clearbox::Settings_Param' uses anonymous type
Clearbox.h:143: error: expected class-name before '{' token
Clearbox.h:148: error: 'BorderSize' was not declared in this scope
Clearbox.h:148: error: template argument 1 is invalid
Clearbox.h:150: error: ISO C++ forbids declaration of 'KDecoration' with no type
Clearbox.h:150: error: 'KDecoration' declared as a 'virtual' field
Clearbox.h:150: error: expected ';' before '*' token
Clearbox.h:143: warning: 'class Clearbox::ClearboxHandler' has virtual functions but non-virtual destructor
etc...
Report
roberTO21
15 years ago
Report
cbr
15 years ago
if /bin/sh ../libtool --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I./../../lib -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -MT Clearbox.lo -MD -MP -MF ".deps/Clearbox.Tpo" -c -o Clearbox.lo Clearbox.cpp; \
then mv -f ".deps/Clearbox.Tpo" ".deps/Clearbox.Plo"; else rm -f ".deps/Clearbox.Tpo"; exit 1; fi
In file included from Clearbox.cpp:43:
Clearbox.h:49:25: error: kdecoration.h: No such file or directory
Clearbox.h:50:32: error: kdecorationfactory.h: No such file or directory
/usr/share/qt3/include/qtooltip.h:86: warning: 'class QToolTip' has virtual functions but non-virtual destructor
Clearbox.h:130: warning: non-local variable 'Clearbox:: Clearbox::Settings_Param' uses anonymous type
Clearbox.h:143: error: expected class-name before '{' token
Clearbox.h:148: error: 'BorderSize' was not declared in this scope
Clearbox.h:148: error: template argument 1 is invalid
Clearbox.h:150: error: ISO C++ forbids declaration of 'KDecoration' with no type
Clearbox.h:150: error: 'KDecoration' declared as a 'virtual' field
Clearbox.h:150: error: expected ';' before '*' token
Clearbox.h:143: warning: 'class Clearbox::ClearboxHandler' has virtual functions but non-virtual destructor
etc...
Report
freefred
15 years ago
which icon theme you use?
thx
bye
Report
roberTO21
15 years ago
This icon theme created my personal use for Gnome, from: http://xoomer.virgilio.it/mushaspot/
"Kabuto"
And Clearlooks GTK2 theme...
Report
TRoessler
15 years ago
I like it a lot :-)
The only thing I'd suggest:
One should be able to make the window-borders even smaller ... like 1px or so ;-)
Thilo
Report
onesandzeros
15 years ago
Thanks for your work!
Report
slackjustyb
15 years ago
Thanks.
Report
roberTO21
15 years ago
Report