


Be-Shell/Bespin by thomas12777 1663 comments

Be-Shell/Bespin by thomas12777 1663 comments
I've put the xbar on an auto-hiding plasma bar at the top of the screen.
It's a bit hard to explain my problem in words, but I'll try anyway.
When I want to "open" a pulldown menu on the xbar, I move the mouse to the top of the screen. Now the plasma bar will be unhidden, and I can see the different pulldown menus of the xbar. Then I choose the pulldown menu that I think is the right one. When I move down the mouse (still inside the menu), the plasma bar will be hidden again.
My question is, is it possible to keep the plasma bar unhidden as long as a pulldown menu of the xbar is open? This will make it easy to choose a different pulldown menu when the first choice is not the right one.
For example, the application launcher menu, when put on this auto-hiding plasma bar, will keep the plasma bar unhidden as long as the application laucher menu is open. - Oct 18 2011

Be-Shell/Bespin by thomas12777 1663 comments

Be-Shell/Bespin by thomas12777 1663 comments
I've always compiled bespin with "-DENABLE_ARGB=OFF" without problems, but since a few months this config disables the round corner on menus.
Everything is fine again now :-) - Oct 03 2011

Be-Shell/Bespin by thomas12777 1663 comments
Also, I haven't seen a new svn-version for a few weeks, did you move the source to a different host? - Oct 01 2011

Be-Shell/Bespin by thomas12777 1663 comments
Bespin is good as it is and I like it a lot.
But I have a request that maybe you can implement in bespin.
Can you put a delay before a pull-down (sub)menu is "opened"? The default should be 0 (no delay). But for people like me that have big pull-down menus (many bookmarks) and also use eye-candy (fading in and out pull-down menus) it can be practical to choose a slightly longer delay to avoid opening a submenu when the mouse pointer stays too long at the wrong menu.
Keep up the good work! - Sep 04 2010

Be-Shell/Bespin by thomas12777 1663 comments
set(KDE_VERSION_MAJOR 4)
set(KDE_VERSION_MINOR 1)
set(KDE_VERSION_RELEASE 96)
set(KDE_VERSION "4.1.96")
set(KDE_VERSION_STRING "4.1.96 (KDE 4.1.96 (KDE 4.2 RC1))") - Jan 19 2009

Be-Shell/Bespin by thomas12777 1663 comments
But since I switched to the daily snapshots of qt-4.5 bespin crashes very often when I open a picture in a new tab in konqueror (usually wallpapers in kde-look.org). Opening this in a new or same window or using something else than bespin does not lead to a crash.
Anyway, keep up the good work! I'll keep using bespin even with this issue. I hope that when qt-4.5 comes closer to its release, you'll find the time to do something about this. - Jan 08 2009

KDE 3.5 Themes by thomas12777 1262 comments
This happened the first time just after the execution of ksmoothdock, but that was also the first day I use kde-3.3.1... so I don't know what caused this. Now I don't use ksmoothdock anymore, but I still use kde-3.3.1 and baghira is resetting its settings from time to time. It also turns off the anti-alias option of the KDE fonts settings. - Oct 15 2004

KDE 3.5 Themes by thomas12777 1262 comments
=====================
Making all in style
make[2]: Entering directory `/mnt/hda4/var2/abs/local/baghira/src/baghira-0.5b/style'
source='baghira.cpp' object='baghira.lo' libtool=yes \
depfile='.deps/baghira.Plo' tmpdepfile='.deps/baghira.TPlo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kdefx -I/opt/kde/include -I/opt/qt/include -I/usr/X11R6/include -DQT_PLUGIN -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 -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o baghira.lo `test -f 'baghira.cpp' || echo './'`baghira.cpp
/opt/qt/include/qobjectdefs.h: In function `T qt_cast(const QObject*) [with T =QListBox*]':
baghira.cpp:2680: instantiated from here
/opt/qt/include/qobjectdefs.h:173: error: invalid use of undefined type `structQListBox'
/opt/qt/include/qcombobox.h:52: error: forward declaration of `struct QListBox'
make[2]: *** [baghira.lo] Error 1
==============================
previous version (0.5a) compiled well but that was before I upgraded to qt-3.3.3 - Aug 21 2004

KDE 3.5 Themes by thomas12777 1262 comments
Version 0.4 compiles successfully with gcc-3.4. - Jun 29 2004

KDE 3.5 Themes by thomas12777 1262 comments
Use the patch for gcc-3.4 (a few postings above), that might help. - Jun 15 2004

KDE 3.5 Themes by thomas12777 1262 comments
http://www.geocities.com/icetea1234567/baghira-0.3s-gcc-3.4.patch.txt - Jun 15 2004

KDE 3.5 Themes by thomas12777 1262 comments

KDE 3.5 Themes by thomas12777 1262 comments
================
--- kcmbaghira/kcmbaghira.cpp~ 2004-06-01 00:51:16.000000000 +0200
+++ kcmbaghira/kcmbaghira.cpp 2004-06-01 00:51:16.000000000 +0200
@@ -510,7 +510,7 @@
connect( drawDotlines, SIGNAL( toggled( bool ) ), buttonGroup9, SLOT( setEnabled( bool ) ) );
connect( useCustomExpanderColor, SIGNAL( toggled( bool ) ), expanderColor, SLOT( setEnabled( bool ) ) );
load();
- };
+ }
kcmbaghira::~kcmbaghira() {}
--- widget-engine/baghira.h_or 2004-06-15 03:32:11.000000000 +0200
+++ widget-engine/baghira.h 2004-06-15 03:42:11.000000000 +0200
@@ -1,7 +1,7 @@
#ifndef __LIQUID_STYLE_H
#define __LIQUID_STYLE_H
-#ifndef QT_EFF
+//#ifndef QT_EFF
#include
#include
#include
@@ -53,7 +53,7 @@
#define _ENDIAN_ QImage::LittleEndian
//#define _ENDIAN_ QImage::BigEndian
-#endif // QT_EFF
+//#endif // QT_EFF
class KWordWrap;
============ - Jun 15 2004

KDE 3.5 Themes by thomas12777 1262 comments
Tabs are not shown correctly:
==================
--- kcmbaghira/kcmbaghira.cpp~ 2004-06-01 00:51:16.000000000 +0200
+++ kcmbaghira/kcmbaghira.cpp 2004-06-01 00:51:16.000000000 +0200
@@ -510,7 +510,7 @@
connect( drawDotlines, SIGNAL( toggled( bool ) ), buttonGroup9, SLOT( setEnabled( bool ) ) );
connect( useCustomExpanderColor, SIGNAL( toggled( bool ) ), expanderColor, SLOT( setEnabled( bool ) ) );
load();
- };
+ }
kcmbaghira::~kcmbaghira() {}
--- widget-engine/baghira.h~ 2004-06-07 08:12:34.000000000 +0200
+++ widget-engine/baghira.h 2004-06-07 08:12:34.000000000 +0200
@@ -679,7 +679,7 @@
QWMatrix rMatrix;
QWMatrix iMatrix;
- bool isKicker, isHTMLButton, initialPaletteLoaded, inExitPolish;;
+ bool isKicker, isHTMLButton, initialPaletteLoaded, inExitPolish;
QHeader *currentHeader;
int headerHoverID;
================== - Jun 07 2004

Various KDE Stuff by stefano 91 comments
================
--- src/xeconfiguration.h 2004-05-31 14:32:30.000000000 +0200
+++ src/xeconfiguration.h~ 2004-05-31 14:32:30.000000000 +0200
@@ -226,7 +226,7 @@
void xCfgDefault();
void xSetup();
void iconRemove(int);
- void xLoadModules();;
+ void xLoadModules();
void xLoadModule(const QString moduleName);
protected:
XSConfigurations ActiveConfiguration;
--- src/xeplugin_gapplet.h 2004-05-31 14:33:38.000000000 +0200
+++ src/xeplugin_gapplet.h~ 2004-05-31 14:33:38.000000000 +0200
@@ -59,7 +59,7 @@
virtual void xAttach(QObject *);
virtual void xRefreshIcon(QObject *);
protected:
- virtual void xPaint();;
+ virtual void xPaint();
};
#endif
=============== - May 31 2004

KDE 3.5 Themes by thomas12777 1262 comments

KDE 3.5 Themes by thomas12777 1262 comments
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/opt/qt/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -Os -pipe -march=athlon-xp -ffast-math -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o kcmbaghira.lo `test -f 'kcmbaghira.cpp' || echo './'`kcmbaghira.cpp
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
kcmbaghira.cpp:482: error: extra `;'
kcmbaghira.cpp: In function `KCModule* create_kcmbaghira(QWidget*, const char*)':
kcmbaghira.cpp:1007: warning: unused parameter 'name'
make[2]: *** [kcmbaghira.lo] Error 1 - May 10 2004

KDE 3.5 Themes by amaterasu 105 comments
/opt/qt/bin/moc ./activeheartconf.h -o activeheartconf.moc
source='activeheartconf.cpp' object='activeheartconf.lo' libtool=yes \
depfile='.deps/activeheartconf.Plo' tmpdepfile='.deps/activeheartconf.TPlo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include -I/opt/qt/include -I/usr/X11R6/include -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 -c -o activeheartconf.lo `test -f 'activeheartconf.cpp' || echo './'`activeheartconf.cpp
activeheartconf.cpp: In member function `
ActiveHeartStyleConfig::ActiveHeartStyleConfig(QWidget*)':
activeheartconf.cpp:130: warning: unused variable `QLabel*borderColBtnLbl'
activeheartconf.cpp:190: warning: unused variable `QLabel*menubgfileLbl'
activeheartconf.cpp:196: warning: unused variable `QLabel*menubgfileLbldmy1'
activeheartconf.cpp:206: warning: unused variable `QLabel*useMenuBGILbl1'
activeheartconf.cpp:207: warning: unused variable `QLabel*useMenuBGILbl2'
activeheartconf.cpp:217: warning: unused variable `QLabel*enableMenu3dLbl'
activeheartconf.cpp:218: warning: unused variable `QLabel*enableMenu3dLbldmy1'
activeheartconf.cpp:221: warning: unused variable `QLabel*enableMenu3dLbldmy2'
activeheartconf.cpp:224: warning: unused variable `QLabel*enableMenu3dLbldmy3'
activeheartconf.cpp:225: warning: unused variable `QLabel*enableMenu3dLbl2'
activeheartconf.cpp:226: warning: unused variable `QLabel*enableMenu3dLbl3'
activeheartconf.cpp:482: warning: unused variable `QLabel*dsbShdLblDmy'
activeheartconf.cpp:506: warning: unused variable `QLabel*lwwLblDmy'
activeheartconf.cpp:548: warning: unused variable `QLabel*schemeDmyLbl1'
activeheartconf.cpp:549: warning: unused variable `QLabel*schemeDmyLbl2'
activeheartconf.cpp:550: warning: unused variable `QLabel*schemeDmyLbl3'
activeheartconf.cpp:551: warning: unused variable `QLabel*schemeDmyLbl4'
activeheartconf.cpp:554: warning: unused variable `QLabel*schemeLbl'
activeheartconf.cpp:564: warning: unused variable `QLabel*schemeDmyLbl11'
activeheartconf.cpp:565: warning: unused variable `QLabel*schemeDmyLbl12'
activeheartconf.cpp:566: warning: unused variable `QLabel*schemeDmyLbl13'
activeheartconf.cpp:567: warning: unused variable `QLabel*schemeDmyLbl14'
activeheartconf.cpp:568: warning: unused variable `QLabel*schemeDmyLbl15'
activeheartconf.cpp: In member function `void
ActiveHeartStyleConfig::loadSettings(const QString&, bool)':
activeheartconf.cpp:645: error: `getenv' undeclared (first use this function)
activeheartconf.cpp:645: error: (Each undeclared identifier is reported only
once for each function it appears in.)
activeheartconf.cpp: In member function `void
ActiveHeartStyleConfig::slotCheckBtnClicked(bool)':
activeheartconf.cpp:1088: warning: unused parameter `bool en'
activeheartconf.cpp: In member function `void
ActiveHeartStyleConfig::slotLoadScheme()':
activeheartconf.cpp:1247: error: `getenv' undeclared (first use this function)
activeheartconf.cpp: In member function `void
ActiveHeartStyleConfig::searchScheme()':
activeheartconf.cpp:1379: error: `getenv' undeclared (first use this function)
make[2]: *** [activeheartconf.lo] Error 1
make[2]: Leaving directory `/mnt/hda4/var2/abs/local/activeheart/src/activeheart-1.1.8/styleconf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/hda4/var2/abs/local/activeheart/src/activeheart-1.1.8'
make: *** [all] Error 2 - Apr 20 2004

Chat & Messenging by Diavolo 63 comments

Chat & Messenging by Diavolo 63 comments
------------------------------
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/kde/include -I/opt/qt/include -I/opt/qt/include -I/usr/X11R6/include -DPIC -fPIC -DQT_THREAD_SUPPORT -DPIC -fPIC -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/include/libxml2 -I/usr/include/libxml2 -O2 -fno-exceptions -fno-check-new -MT html.lo -MD -MP -MF ".deps/html.Tpo" \
-c -o html.lo `test -f 'html.cc' || echo './'`html.cc; \
then mv -f ".deps/html.Tpo" ".deps/html.Plo"; \
else rm -f ".deps/html.Tpo"; exit 1; \
fi
html.cc: In function `int htmllex_destroy()':
html.cc:2222: error: `yy_start_stack' undeclared (first use this function)
html.cc:2222: error: (Each undeclared identifier is reported only once for each
function it appears in.)
-------------------------------------- - Apr 01 2004

KXDocker by stefano 154 comments
v0.2 doesn't compile without the '#include < unistd.h >' fix
v0.3 doesn't compile, not even with the fix for v0.2 - Feb 26 2004