
Example
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
This is a modified b2 decoration, in the spirit of Fitz using the Example decoration FAQ for the install part:) It is only a hack, but I hope someone is willing to turn it into something beautiful. Still I use it daily.
I hope the original Authors don't mind my hacking.
15 years ago
version 0x0002
cosmetic changes, some legal stuff
version 0x0001
first public release
15 years ago
version 0x0002
cosmetic changes, some legal stuff
version 0x0001
first public release
szerencsefia
13 years ago
The idea is cool, work out until its completed.
Report
Superstoned
15 years ago
Report
chuliomartinez
15 years ago
Report
mrpengo
15 years ago
KDE 3.3.2
QTlibs 3.3.4
bla,bla,bla...
exampleclient.cc: In member function `virtual bool B2::B2ClientFactory::supports(KDecorationDefines::Ability)':
exampleclient.cc:298: error: `AbilityAnnounceButtons' undeclared (first use this function)
exampleclient.cc:298: error: (Each undeclared identifier is reported only once for each function it appears in.)
exampleclient.cc:299: error: `AbilityButtonMenu' undeclared (first use this function)
exampleclient.cc:300: error: `AbilityButtonOnAllDesktops' undeclared (first usethis function)
exampleclient.cc:301: error: `AbilityButtonSpacer' undeclared (first use this function)
exampleclient.cc:302: error: `AbilityButtonHelp' undeclared (first use this function)
exampleclient.cc:303: error: `AbilityButtonMinimize' undeclared (first use thisfunction)
exampleclient.cc:304: error: `AbilityButtonMaximize' undeclared (first use thisfunction)
exampleclient.cc:305: error: `AbilityButtonClose' undeclared (first use this function)
exampleclient.cc:306: error: `AbilityButtonAboveOthers' undeclared (first use this function)
exampleclient.cc:307: error: `AbilityButtonBelowOthers' undeclared (first use this function)
exampleclient.cc:308: error: `AbilityButtonShade' undeclared (first use this function)
exampleclient.cc:309: error: `AbilityButtonResize' undeclared (first use this function)
exampleclient.cc: In member function `virtual void B2::B2Client::init()':
exampleclient.cc:433: error: `windowId' undeclared (first use this function)
exampleclient.cc: In member function `virtual void B2::B2Client::captionChange()':
exampleclient.cc:598: error: `windowId' undeclared (first use this function)
exampleclient.cc: In member function `void B2::B2Client::paintEvent(QPaintEvent*)':
exampleclient.cc:612: warning: unused variable 'frameColorGroup'
exampleclient.cc: In member function `void B2::B2Client::titleMoveAbs(int)':
exampleclient.cc:844: error: `windowId' undeclared (first use this function)
exampleclient.cc: In member function `void B2::B2Titlebar::drawTitlebar(QPainter&, bool)':
exampleclient.cc:1421: warning: unused variable 'gradient'
exampleclient.cc: At global scope:
exampleclient.cc:609: warning: unused parameter 'e'
make[3]: *** [exampleclient.lo] Error 1
make[3]: Leaving directory `/home/mrpengo/descargas/example/client'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mrpengo/descargas/example/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mrpengo/descargas/example'
make: *** [all] Error 2
Report
chuliomartinez
15 years ago
I don't have the time to make work with 3.3.
Report