OK
Pages: 1 2 3 4 5
Rating:
6.15
Thread Listing » AWN Patches
patch: another look for AWN
#2413 by haytjes (1.0000) posted on 4:28pm Wednesday, June 27th, 2007
( no avatar )
Hi,
[Q]



inspired by the mac dock I changed the awn bar a little bit. But I will not explain how it looks like (I'm not that good in English).
[Q]






(To have/try it, just commit it to the svn source and install. Afterwards the awn bar will have directly the new look.)
[Q]

--
http://onlinedev.blogspot.com/

*Edited at 12:58am, 07/09/07
Score: 2.19 points
Any particular reason?
#2414 by pavpanchekha (1.0000) posted on 5:38pm Wednesday, June 27th, 2007
Looks good. Does it theme well?
[Q]

--
AWN BZR; 8.04 Hardy, soon to be Fedora 9; NVIDIA 7600 GTS; NVDIA Restricted Driver (Ubuntu default);
Score: 0 points
Any particular reason?
#2417 by davim (0.9996) posted on 11:29pm Wednesday, June 27th, 2007
It looks nice :) is there a way to toggle this or does it stay like this forever? it would be nice to be able to control the amount of "distortion"
[Q]



And does it play nice with a resized AWN?????
[Q]



Hope neil accepts this patch :)
[Q]



*Edited at 11:42pm, 06/27/07
Score: 0 points
Any particular reason?
#2418 by haytjes (1.0000) posted on 2:21am Thursday, June 28th, 2007
( no avatar )
davim said:
And does it play nice with a resized AWN?????
[Q]



It uses the default code of resizing. The resizing works as good as the normal one works. But for now the resizing of awn (without restart) is a little buggy. But if you restart it is looking good.
[Q]



pavpanchekha said:
Looks good. Does it theme well?
[Q]



What do you mean? You can set an pattern on it, like on the normal one and it are the same colors that you can change in the preferences-tab.
[Q]


Score: 0 points
Any particular reason?
#2419 by plun (0.9999) posted on 4:08am Thursday, June 28th, 2007
Well... ;) This patch was a great one.
[Q]



Thanks !
[Q]



Score: 0 points
Any particular reason?
#2420 by haytjes (1.0000) posted on 6:38am Thursday, June 28th, 2007
( no avatar )
davim said:
It looks nice :) is there a way to toggle this or does it stay like this forever? it would be nice to be able to control the amount of "distortion"
[Q]






Changed the patch a little bit. If you add it now, there will come a new item in gconf: bar/bar_angle. If it is 0, it will render like the normal (a rectangle). If you changed it, the bar will be rendered with the amount of angle you chose. I think the best amount is 60%. The angle gets applied correctly after the bar gets redrawed ( happens when opening/closing a new window/restart bar/...)
[Q]



The rounded corners will not work with this patch (like before), but I will improve it. So wait and I will post a new patch within some days...
[Q]


Score: 0.94 points
Any particular reason?
#2421 by plun (0.9999) posted on 7:16am Thursday, June 28th, 2007
Well, thanks again.... :-)
[Q]



What is correct patch syntax ? To avoid stop and
to write file name ?
[Q]





plun@dunder:~/avant-window-navigator$ sudo patch -p1 < patch.diff
[Q]



[sudo] password for plun:
[Q]



can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: src/awn-bar.c
|===================================================================
|--- src/awn-bar.c (revision 214)
|+++ src/awn-bar.c (working copy)
--------------------------
[Q]



File to patch: src/awn-bar.c
patching file src/awn-bar.c
[Q]




can't find file to patch at input line 135
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: src/awn-bar.h
|===================================================================
|--- src/awn-bar.h (revision 214)
|+++ src/awn-bar.h (working copy)
--------------------------
File to patch:
[Q]



File to patch: src/awn-bar.h
patching file src/awn-bar.h
[Q]




Magic !
[Q]

Score: 0 points
Any particular reason?
#2422 by njpatel83 (1.0000) posted on 7:20am Thursday, June 28th, 2007
Hehe, quite nice. I'll see if I can integrate over the weekend :-)
[Q]



--Neil
[Q]

Score: 1.74 points
Any particular reason?
#2423 by haytjes (1.0000) posted on 7:36am Thursday, June 28th, 2007
( no avatar )
plun said:
What is correct patch syntax ? To avoid stop and
to write file name ?
[Q]



It is the first time I use patch/diff. I dunno what I do wrong. I just did 'svn diff' and removed some files that were changed (by ./autogen.sh).
If you know what I need to do exactly for submitting patches, please tell;-)
[Q]
Score: 0 points
Any particular reason?
#2424 by plun (0.9999) posted on 7:53am Thursday, June 28th, 2007
haytjes said:
It is the first time I use patch/diff. I dunno what I do wrong. I just did 'svn diff' and removed some files that were changed (by ./autogen.sh).
If you know what I need to do exactly for submitting patches, please tell;-)
[Q]



Well, I just copy your pastbin to gedit and name it patch.diff
and saves it within the avant-window-navigator svn folder.
[Q]



And the runs sudo patch -p1 patch.diff
[Q]



But this patching method stops and asks about what file.
[Q]



It must be a better "automagic" syntax for this patch.... ??
So it works but halts.
[Q]



(Excuse my english.)
[Q]



Great patch anyway !!!
[Q]



Score: 1.00 points
Any particular reason?
#2425 by haytjes (1.0000) posted on 9:06am Thursday, June 28th, 2007
( no avatar )
Tried to make rounded_borders in the new look, but that's not working :-(. Now you don't have rounded_borders if you set an angle bigger than 0. That's the best solution I think...
[Q]




@plun:
I did the patch with the diff-command instead of 'svn diff'. Will you look if it works now?
[Q]



Score: 0 points
Any particular reason?
#2426 by plun (0.9999) posted on 9:32am Thursday, June 28th, 2007
haytjes said:

@plun:
I did the patch with the diff-command instead of 'svn diff'. Will you look if it works now?
[Q]



Yup.... ;-)
[Q]



plun@dunder:~/avant-window-navigator$ sudo patch -p1 < diff.patch
[sudo] password for plun:
patching file src/awn-bar.c
patching file src/awn-bar.h
patching file src/awn-gconf.c
patching file src/awn-gconf.h
[Q]




plun@dunder:~/avant-window-navigator$ ./autogen.sh
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
[Q]



[Q]



THANKS ! clap
[Q]




Score: 1.00 points
Any particular reason?
#2427 by pavpanchekha (1.0000) posted on 9:44am Thursday, June 28th, 2007
Cool. Is it possible to make the icons move up a little so that they look as if they are sitting in the middle of the bar? Also, is there any way to modify the separator applet so that it works?
[Q]

--
AWN BZR; 8.04 Hardy, soon to be Fedora 9; NVIDIA 7600 GTS; NVDIA Restricted Driver (Ubuntu default);

*Edited at 3:36pm, 06/29/07
Score: 1.45 points
Any particular reason?
#2428 by haytjes (1.0000) posted on 9:46am Thursday, June 28th, 2007
( no avatar )
pavpanchekha said:
Cool. Is it possible to make the icons move up a little so that they look as if they are sitting in the middle of the bar? Also, is there any way to modify the separator apple so that it works?
[Q]



which separator. Normally the separator should be drawn correctly!
It is very hard to move the icons a little up. I wanted to do that to, but I didn't succeed :-(.
[Q]




(patch: http://pastebin.ubuntu-nl.org/27643/ => Now the angle in gconf is realy the angle on the screen. Preferred angle is now 45 ;-))
[Q]



--
http://onlinedev.blogspot.com/

*Edited at 9:50am, 06/28/07
Score: 1.00 points
Any particular reason?
#2429 by plun (0.9999) posted on 9:57am Thursday, June 28th, 2007
haytjes said:

(patch: http://pastebin.ubuntu-nl.org/27643/ => Now the angle in gconf is realy the angle on the screen. Preferred angle is now 45 ;-))
[Q]



Clean SVN download > Patch > Compile > Install > OK
[Q]



MacOS X Leopard "here we comes"...
[Q]



AWN with Compiz Fusion is something special.
[Q]



;-)
[Q]



Score: 0 points
Any particular reason?
#2430 by leftyfb (0.3236) posted on 10:05am Thursday, June 28th, 2007
How hard would it be to get reflection working in this like in Leopard?
[Q]

Score: 1.00 points
Any particular reason?
#2431 by haytjes (1.0000) posted on 10:08am Thursday, June 28th, 2007
( no avatar )
pavpanchekha said:
Cool. Is it possible to make the icons move up a little so that they look as if they are sitting in the middle of the bar? Also, is there any way to modify the separator apple so that it works?
[Q]



patch:http://pastebin.ubuntu-nl.org/27645/
Does this solve the separator problems for you?
[Q]



leftyfb said:
How hard would it be to get reflection working in this like in Leopard?
Don't look at my, it is to hard for me ... But maybe Neil can do it?
[Q]

--
http://onlinedev.blogspot.com/

*Edited at 10:08am, 06/28/07
Score: 0.74 points
Any particular reason?
#2432 by pavpanchekha (1.0000) posted on 10:37am Thursday, June 28th, 2007
The separator problem was fixed wonderfully. The icons still don't appear in the middle of the bar.
[Q]

--
AWN BZR; 8.04 Hardy, soon to be Fedora 9; NVIDIA 7600 GTS; NVDIA Restricted Driver (Ubuntu default);
Score: 1.00 points
Any particular reason?
#2433 by karmapolice (0.3776) posted on 11:15am Thursday, June 28th, 2007
( no avatar )
I was wondering why do you guys patch it using sudo?? There is no need to do it :P
[Q]



THX for the patch.
[Q]

Score: 0 points
Any particular reason?
#2435 by reacocard (0.9953) posted on 11:34am Thursday, June 28th, 2007
Sweet patch, I'd put it in my debs but the latest SVN has been refusing to build properly: http://www.planetblur.org/hosted/awnforum/index.php?shard=forum&action=g_reply&ID=305&page=1&isLive=true
[Q]



Neil, if you have a patch for that issue, just send it to me (reacocard@gmail.com) so I can add it and get a new deb built, I'm 10 revisions out-of-date now :(.
[Q]

--
These sigs are way to short to say anything at all. Even two sentences is too mu

*Edited at 11:34am, 06/28/07
Score: 0 points
Any particular reason?
#2436 by plun (0.9999) posted on 12:22pm Thursday, June 28th, 2007
karmapolice said:
I was wondering why do you guys patch it using sudo?? There is no need to do it :P
[Q]



Ubuntu and Sudo ... ;-)
[Q]



The dock is great but Timon has maybe a challenge
with the notification area.
[Q]



[Q]



Also the famous Zoom function to solve ;)
[Q]



Maybe some of the devs at Compiz Fusion knows how to handle reflections ??
[Q]






Score: 0 points
Any particular reason?
#2438 by Ago (0.3066) posted on 2:18pm Thursday, June 28th, 2007
plun said:
Ubuntu and Sudo ... ;-)
[Q]



SO WHAT?
[Q]



Using sudo for anything makes me want to kill kittens...
[Q]

Score: -0.74 points
Any particular reason?
#2441 by haytjes (1.0000) posted on 5:36pm Thursday, June 28th, 2007
( no avatar )
pavpanchekha said:
The separator problem was fixed wonderfully. The icons still don't appear in the middle of the bar.
[Q]






(can some guys test this patch, to ensure it isn't buggy.)
[Q]



however I'm not that happy with this patch. Now on the lower part of the bar (where there are no icons) you can't right-click ...
[Q]

--
http://onlinedev.blogspot.com/

*Edited at 6:34am, 06/29/07
Score: 0.43 points
Any particular reason?
#2444 by reacocard (0.9953) posted on 9:51pm Thursday, June 28th, 2007
I got the debs working again, and this patch is in! Great work on this, it's very nice.
[Q]

--
These sigs are way to short to say anything at all. Even two sentences is too mu
Score: 0 points
Any particular reason?
#2451 by jdriessen (0.1788) posted on 1:58pm Friday, June 29th, 2007
( no avatar )
wooo, great work, I love this!
[Q]

Score: 0 points
Any particular reason?
#2460 by master5o1 (0.4413) posted on 5:00am Saturday, June 30th, 2007
Ago said:
Using sudo for anything makes me want to kill kittens...
[Q]



Isn't killing kittens a metaphor for "pleasuring" yourself?
[Q]

--
-- My mummy says I am handsome.
Score: 0 points
Any particular reason?
#2468 by Beaz (0.1705) posted on 7:17pm Saturday, June 30th, 2007
( no avatar )
Sweet patch, cheers. I don't know if this is related or not but my launchers keep disappearing. Seemed to happen only after applying the patch.
[Q]

Score: 0 points
Any particular reason?
#2471 by vishytk (0.3406) posted on 1:27am Sunday, July 01st, 2007
( no avatar )
I used the following patch and there is no difference to the bar
[Q]






Is there a difference between applying the patch before/after running autogen.sh ?
[Q]

Score: 0 points
Any particular reason?
#2472 by vishytk (0.3406) posted on 1:29am Sunday, July 01st, 2007
( no avatar )
sorry, it worked after changing the bar_angle :)
[Q]

Score: 1.00 points
Any particular reason?
#2475 by haytjes (1.0000) posted on 3:58am Sunday, July 01st, 2007
( no avatar )
Beaz said:
Sweet patch, cheers. I don't know if this is related or not but my launchers keep disappearing. Seemed to happen only after applying the patch.
[Q]



Strange, because the patch doesn't (don't use the buggy one, but the last one:http://pastebin.ubuntu-nl.org/27645/) change anything to the icons ... It is just the cairo part (the drawing part) that changes and the two are not related to each other.
[Q]



But if it is really happening with my patch only, can you give me some more information, like how I can trigger it and a screenshot?
[Q]
Score: 0 points
Any particular reason?
#2484 by searayman (1.0000) posted on 7:25pm Sunday, July 01st, 2007
ok so how do i get patches to work, i dont know how to use them... and this looks super cool!!!
[Q]
Score: 0 points
Any particular reason?
#2485 by Beaz (0.1705) posted on 12:07am Monday, July 02nd, 2007
( no avatar )
haytjes said:
Strange, because the patch doesn't (don't use the buggy one, but the last one:http://pastebin.ubuntu-nl.org/27645/) change anything to the icons ... It is just the cairo part (the drawing part) that changes and the two
[Q]



Haha, yeah. Sorry, it was something stupid I did. :P Cheers for the patch though, looks great.
[Q]



*Edited at 11:14pm, 07/02/07
Score: 0 points
Any particular reason?
#2490 by searayman (1.0000) posted on 10:00am Monday, July 02nd, 2007
reacocard said:
I got the debs working again, and this patch is in! Great work on this, it's very nice.
[Q]



ok so u got this patch workign in your deb, so i just got ur deb and i dont know how to turn the patch on?
[Q]
Score: 0 points
Any particular reason?
#2493 by haytjes (1.0000) posted on 10:13am Monday, July 02nd, 2007
( no avatar )
searayman said:
ok so u got this patch workign in your deb, so i just got ur deb and i dont know how to turn the patch on?
[Q]



In gconf you will find a property: avant-window-navigator/bar/bar_angle
[Q]



You need to change that, to something you want... (40 or something like that)
[Q]
Score: 0 points
Any particular reason?
#2499 by searayman (1.0000) posted on 11:55am Monday, July 02nd, 2007

haytjes said:
In gconf you will find a property: avant-window-navigator/bar/bar_angle
[Q]



ok i don't have bar angle option in there?
[Q]
Score: 0 points
Any particular reason?
#2500 by haytjes (1.0000) posted on 11:56am Monday, July 02nd, 2007
( no avatar )
searayman said:
ok i don't have bar angle option in there?
[Q]



sure you got a deb with the patch included?
[Q]

--
http://onlinedev.blogspot.com/

*Edited at 11:56am, 07/02/07
Score: 0 points
Any particular reason?
#2501 by searayman (1.0000) posted on 12:01pm Monday, July 02nd, 2007
haytjes said:
sure you got a deb with the patch included?
[Q]



recordo or how ever u spell it said above that he got the patch included in his deb... how can i check?
[Q]
Score: 0 points
Any particular reason?
#2502 by reacocard (0.9953) posted on 12:13pm Monday, July 02nd, 2007
searayman said:
recordo or how ever u spell it said above that he got the patch included in his deb... how can i check?
[Q]




--
These sigs are way to short to say anything at all. Even two sentences is too mu
Score: 0 points
Any particular reason?
#2503 by searayman (1.0000) posted on 12:17pm Monday, July 02nd, 2007



those are already the repo's i am using... I saw u said u put it in those debs so in trashed my awn folder which i have been previusly usign dvn for then i put in your repo and installed but i do not see this in gconf....
[Q]
Score: 0 points
Any particular reason?
#2504 by haytjes (1.0000) posted on 12:24pm Monday, July 02nd, 2007
( no avatar )
Think it is because you already compiled it once...
The old AWN doesn't get removed and still manages to start instead of the new one. Had the same problem here, when I tried to install it to try if it was the new one (it was showing the awn I was editing then)
[Q]
Score: 0 points
Any particular reason?
#2505 by searayman (1.0000) posted on 12:25pm Monday, July 02nd, 2007
haytjes said:
Think it is because you already compiled it once...
The old AWN doesn't get removed and still manages to start instead of the new one. Had the same problem here, when I tried to install it to try if it was the new one (it was showing the awn I was editing then)
[Q]



so how can i fix this?
[Q]
Score: 0 points
Any particular reason?
#2506 by haytjes (1.0000) posted on 12:37pm Monday, July 02nd, 2007
( no avatar )
searayman said:
so how can i fix this?
[Q]



from ubuntu-forums chat:
[Q]



<Shadowline> haytjes, ¨sudo make uninstall¨in the directory that you installed it from usually works
[Q]
Score: 0 points
Any particular reason?
#2507 by searayman (1.0000) posted on 12:46pm Monday, July 02nd, 2007
alright i just got rid of the deb and decided to use svn and do the patch myself. ANywho it works now and looks friggin sweet!!!!
[Q]



My only complaint is that the highlight that shows active window that highlights the icon on the doc just seems way out of place...
[Q]



also we really need to get reflection working!!!
[Q]
Score: 0 points
Any particular reason?
#2508 by searayman (1.0000) posted on 12:50pm Monday, July 02nd, 2007
just thought i would post another screenshot!
[Q]




[Q]
Score: 0 points
Any particular reason?
#2510 by searayman (1.0000) posted on 12:51pm Monday, July 02nd, 2007
also one bug I think i can point out iw changing colors of the dock is hard in preferences cause they don't seem to chaneg the same as if the dock angle was zero...
[Q]



if that makes sense....
[Q]



also its hard to find where to right click to open the preferences.
[Q]
Score: 0 points
Any particular reason?
#2511 by haytjes (1.0000) posted on 12:57pm Monday, July 02nd, 2007
( no avatar )
searayman said:
also its hard to find where to right click to open the preferences.
[Q]



That's why that's the buggy one ;-)
[Q]



searayman said:
also one bug I think i can point out iw changing colors of the dock is hard in preferences cause they don't seem to chaneg the same as if the dock angle was zero...
[Q]



Should be the same, but they are not good visible now
[Q]
Score: 0 points
Any particular reason?
#2519 by searayman (1.0000) posted on 6:35pm Monday, July 02nd, 2007
Ok so it shouldn't be to hard to get reflection working cause kiba just got it working and apparently its in there svn, here is the screenshot of kiba:
[Q]



[Q]



Score: 0 points
Any particular reason?
#2520 by searayman (1.0000) posted on 6:50pm Monday, July 02nd, 2007
Ok found a bug with colors for this patch with awn. THis occurs when usign the second steop colors:
[Q]



[Q]



if u look in the above picture you can see the bar behind that icons, that only happens when the second step olors are not totaly transparent.
[Q]
Score: 0 points
Any particular reason?
#2521 by searayman (1.0000) posted on 6:51pm Monday, July 02nd, 2007



what do u use for your border setting, because mine aren't very clearly defined...
[Q]
Score: 0 points
Any particular reason?
#2522 by davim (0.9996) posted on 7:14pm Monday, July 02nd, 2007
searayman said:
Ok so it shouldn't be to hard to get reflection working cause kiba just got it working and apparently its in there svn, here is the screenshot of kiba:
[Q]



Reflexions look so nice :)
[Q]

Score: 0 points
Any particular reason?
#2526 by haytjes (1.0000) posted on 10:28am Tuesday, July 03rd, 2007
( no avatar )
searayman said:
Ok found a bug with colors for this patch with awn. THis occurs when usign the second steop colors:
[Q]



new patch that should to that good: http://pastebin.ubuntu-nl.org/28366/
[Q]



will you try it and give some comments
(afterwards I will patch the buggy patch too and look to improve the buggy patch. Think I found a way to do it right. But first I'm going to see a movie)
[Q]
Score: 0 points
Any particular reason?
#2528 by plun (0.9999) posted on 11:19am Tuesday, July 03rd, 2007
searayman said:
what do u use for your border setting, because mine aren't very clearly defined...
[Q]



Well... settings > bar apperance > Border > black and opacity>204
[Q]



gconf-editor values >
[Q]



/apps/avant-window-navigator/bar/border_color > 000000CC
[Q]



Now I am using the terracotta.png as floor... ;-)
[Q]

Score: 0 points
Any particular reason?
#2530 by plun (0.9999) posted on 1:07pm Tuesday, July 03rd, 2007
haytjes said:
new patch that should to that good: http://pastebin.ubuntu-nl.org/28366/
[Q]



Patch OK :-)
[Q]



Score: 0 points
Any particular reason?
#2533 by haytjes (1.0000) posted on 2:51pm Tuesday, July 03rd, 2007
( no avatar )
searayman said:
Ok so it shouldn't be to hard to get reflection working cause kiba just got it working and apparently its in there svn, here is the screenshot of kiba:
[Q]



Think it's going to work with the reflection \O/. I'm now finalizing my patch. Hope I can show it tonight
[Q]

--
http://onlinedev.blogspot.com/

*Edited at 2:54pm, 07/03/07
Score: 0 points
Any particular reason?
#2534 by haytjes (1.0000) posted on 3:09pm Tuesday, July 03rd, 2007
( no avatar )
And indeed reflection is here \o/
[Q]






The reflection is there always, but normally you can't see it. (It's beneath the bar). To see it you need to set
[Q]



avant-window-navigator/bar/icon_offset = 10
[Q]



The reflection is now visible, but I don't like it that much now. I think it is the better in a perspective look. So change:
[Q]



avant-window-navigator/bar/bar_angle = 40
[Q]



Now you should see it properly:
[Q]



(only the "task bar" gets reflection, no other applets)
[Q]

--
http://onlinedev.blogspot.com/

*Edited at 3:18pm, 07/03/07
Score: 1.71 points
Any particular reason?
#2535 by haytjes (1.0000) posted on 3:32pm Tuesday, July 03rd, 2007
( no avatar )
Not a half hour later and her is another improved patch
[Q]






Now the rectangle showing the active app. is reflected too
[Q]

--
http://onlinedev.blogspot.com/

*Edited at 3:33pm, 07/03/07
Score: 1.20 points
Any particular reason?
#2536 by plun (0.9999) posted on 4:11pm Tuesday, July 03rd, 2007
haytjes said:
Now the rectangle showing the active app. is reflected too
[Q]



Its a pleasure to test your artwork.... Great ! Thanks !
[Q]



Angle 30 and Offset 15
[Q]



[Q]



Score: 0.33 points
Any particular reason?
#2538 by pavpanchekha (1.0000) posted on 4:37pm Tuesday, July 03rd, 2007
Oh my gosh that looks AWESOME!!!
[Q]



Sorry. I've been away from my computer for a while and this just looks SO cool. I can't wait to try it!!!
[Q]

--
AWN BZR; 8.04 Hardy, soon to be Fedora 9; NVIDIA 7600 GTS; NVDIA Restricted Driver (Ubuntu default);
Score: 0 points
Any particular reason?
#2540 by ChrisBC (0.2658) posted on 6:14pm Tuesday, July 03rd, 2007
( no avatar )
I would like to express my sheer amazement at this project. With this patch, AWN nearly equals the Leopard OSX dock that professional developers spent who knows how long building. Keep this up and we'll have mac users trying to disable their docks so they can port AWN to their systems.
[Q]



Congratulations to everyone who's been working on this project, I can't wait to see what's next.
[Q]

Score: 0 points
Any particular reason?
#2541 by DRsEndRs (0.2320) posted on 7:31pm Tuesday, July 03rd, 2007
( no avatar )
Just downloaded the patch and installed.
[Q]



Looks great! :) I hope Neil includes this soon!
[Q]

Score: 0 points
Any particular reason?
Pages: 1 2 3 4 5
Thread Listing » AWN Patches » patch: another look for AWN

Post A Reply:

Anonymous posting has been disabled. Please register first before attempting to post.
Powered by Metaforum ©2004-2010
Get your own Free AJAX Forum Messageboard by visiting the offical site.
.