
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
A neat KDE 3.x style and KWin decoration based on the Java Alloy Look&Feel from Incors (http://www.incors.com).
*Please* read the file AUTHORS for credits.
Note: As there are some projects which have a higher priority for me at the moment, I will only concentrate on fixing bugs or user support. If you feel more motivated about working on Alloy, please contact me to become new maintainer or to send patches.
16 years ago
0.5.3
- gcc 3.4 compile fix: remove ; after Q_EXPORT_PLUGIN macro.
0.5.2
- Fixed rendering error for tab close buttons
0.5.1
- use KWin's global border size setting.
- fix .ui version.
0.5
- Update the window decoration to the new KWin API.
- Maintainer change: Sandro Giessl <[email protected]>
See http://kde-look.org/content/show.php?content=6304 for prior versions.
16 years ago
0.5.3
- gcc 3.4 compile fix: remove ; after Q_EXPORT_PLUGIN macro.
0.5.2
- Fixed rendering error for tab close buttons
0.5.1
- use KWin's global border size setting.
- fix .ui version.
0.5
- Update the window decoration to the new KWin API.
- Maintainer change: Sandro Giessl <[email protected]>
See http://kde-look.org/content/show.php?content=6304 for prior versions.
wskellenger
15 years ago
I created them manually and got it to compile.
Here's how I did it on my Gentoo system:
1. From the alloy-0.5.3 directory, run .configure like so:
./configure --prefix=`/usr/kde/3.3/bin/kde-config --prefix`
2. cd alloy-0.5.3/alloyclient/config
3.
/usr/qt/3/bin/moc alloyconfig.h -o alloyconfig.moc
/usr/qt/3/bin/moc configdialog.h -o configdialog.moc
4. cd alloy-0.5.3/alloyclient
5. /usr/qt/3/bin/moc alloyclient.h -o alloyclient.moc
6. cd alloy-0.5.3
7. make
8. make install
Report
jimmymallmann
16 years ago
Report
jerryg
16 years ago
What error(s) did you get?
-Jerry
Report
iPaqTux
16 years ago
Report
TimeRever
16 years ago
Apart of that is one of my favorite styles and has one of the best WinDec i've seen!
Report
rackampublic
16 years ago
and there was any problem but how can i select this theme ????
(i didnt find it in KDE configuration window : kcontrol)
Report
ceebx
16 years ago
Report
iNs4ne
16 years ago
too bad there's not many configuration options, but still, one of the best!
Report
wget
16 years ago
Report
ceebx
16 years ago
Report
safrout
16 years ago
checking if UIC has KDE plugins available... no
configure: error: you need to install kdelibs first.
why is that error, i am using kde-3.2 and sure kdelibs is installed
Report
ceebx
16 years ago
Maybe you need to install qt-dev and kde-dev packages first.
Report
safrout
16 years ago
and i can't find any pkg named qt-dev or kde-dev at alll
Report
negen
17 years ago
Report
Deciare
17 years ago
Since you've ported the window decoration to KDE 3.2, have you also considered:
- a GUI for Alloy's ~/.qt/alloystylerc options accessible from the Style kcm's Configure button?
- making more colours configurable than just primaryColor and selectionColor?
- using KWin's global border size setting instead of a windeco-specific one?
Just some suggestions, I'm in no hurry. :)
Report
ceebx
17 years ago
- making more colours configurable than just primaryColor and selectionColor?
- using KWin's global border size setting instead of a windeco-specific one?]
Yes, I plan to do these things. However, don't ask me when.
Report
dbrownlees
17 years ago
Report
SynTruth
17 years ago
File generated with too recent version of Qt Designer (3.3 vs. 3.2.3)
Change this line in alloyclient/config/configdialog.ui:
<UI version="3.3" stdsetdef="1">
...to make the 3.3 to 3.2 and then re-make. This worked for me.
Report
ceebx
17 years ago
Thanks, will be fixed in the next version.
Report
SynTruth
17 years ago
Nice! Thank you so much for getting this out! :D
Report