Search found 80 matches

by StopSpazzing
Mon Mar 07, 2016 9:59 pm
Forum: Gargoyle Development
Topic: Building a single Gargoyle package
Replies: 7
Views: 8270

Re: Building a single Gargoyle package

Code: Select all

spazz@debian:~/gargoyle$ bash build-gargoyle.sh ar71xx.usb gargoyle
Setting target language
fetching openwrt source
svn: E170000: Illegal repository URL '%20-r%2048220%20%20-q%20svn://svn.openwrt.org/openwrt/branches/chaos_calmer'
ERROR: could not download source, exiting
by StopSpazzing
Sun Mar 06, 2016 12:38 am
Forum: Gargoyle Development
Topic: Building a single Gargoyle package
Replies: 7
Views: 8270

Re: Building a single Gargoyle package

Lantis wrote:once you have completed 1 FULL_BUILD=true, re-running make will only update packages. this makes it significantly quicker, but its not 5 minutes.
Yes, this is what I currently do. This is inefficient. I would like to only build that single package. Shouldn't take more than 2 minutes.
by StopSpazzing
Sun Mar 06, 2016 12:00 am
Forum: Gargoyle Development
Topic: Building a single Gargoyle package
Replies: 7
Views: 8270

Building a single Gargoyle package

So Instead of compiling the whole firmware from scratch while Im testing, was thinking of just compiling the gargoyle package. Running into issues with missing dependancies which I can't seem to find or if I do, doesn't compile properly. Is there any way for my to compile just the "gargoyle&quo...
by StopSpazzing
Wed Feb 24, 2016 11:56 pm
Forum: Feature Requests
Topic: [Gargoyle UI/UX] Requesting upgrade from dark ages
Replies: 54
Views: 58914

Re: [Gargoyle UI/UX] Requesting upgrade from dark ages

So what it looks like on access.sh page, mouse over on disabled area's shows the icon you currently see: http://i.imgur.com/vF7JWHB.jpg Currently this page is using full length forms, which is different from the text left setting right. Just one way of displaying it. I've recently modified both comm...
by StopSpazzing
Mon Feb 15, 2016 3:00 am
Forum: Feature Requests
Topic: [Gargoyle UI/UX] Requesting upgrade from dark ages
Replies: 54
Views: 58914

Re: [Gargoyle UI/UX] Requesting upgrade from dark ages

Cool. Good to see. I was actually working on a hacky solution using device width queries, but that is a terrible solution lol. How's the size? Currently the size is 7.5mb for the flashable files (for my model), coming from 7.3mb which is from original. so size diff of ~200kb. This is before optimiz...
by StopSpazzing
Mon Feb 15, 2016 12:23 am
Forum: Feature Requests
Topic: [Gargoyle UI/UX] Requesting upgrade from dark ages
Replies: 54
Views: 58914

Re: [Gargoyle UI/UX] Requesting upgrade from dark ages

so what did the issue with generating the menu turn out to be? Code has to be in a specific order for menu to generate, current its still doing what it did before, but used bootstrap to swap places of menu and content. Without it, would be menu right side, cause that's how it was coded it originall...
by StopSpazzing
Sun Feb 14, 2016 10:26 pm
Forum: Feature Requests
Topic: [Gargoyle UI/UX] Requesting upgrade from dark ages
Replies: 54
Views: 58914

Re: [Gargoyle UI/UX] Requesting upgrade from dark ages

Enjoy:

Image


:D :D

Small bugs here and there but now that menu is finished, can move onto each and every page and move to bootstrap for each.
by StopSpazzing
Thu Feb 04, 2016 1:45 pm
Forum: Show / Tell / Contribute
Topic: Adblock Plugin
Replies: 325
Views: 369466

Re: Adblock Plugin

The list is as you said ~14k items. There is a limit imposed that we can only display 10k items at a time. I'm also too silly to figure out how to bypass this but I figure it's probably there for a reason. As a result, the box remains blank until you search for something in the search box. If you w...
by StopSpazzing
Fri Jan 15, 2016 1:28 am
Forum: Feature Requests
Topic: [Gargoyle UI/UX] Requesting upgrade from dark ages
Replies: 54
Views: 58914

Re: [Gargoyle UI/UX] Requesting upgrade from dark ages

Decided to just do it, and converted it to bootstrap. Currently what it looks like: https://i.imgur.com/5ROSemn.png Looks good on mobile also: https://i.imgur.com/JKaHahL.png Top button in left corner opens the menu, need to FIX the menu and set a small image there so people know what it means. Smal...
by StopSpazzing
Fri Jan 08, 2016 11:43 pm
Forum: Feature Requests
Topic: [Gargoyle UI/UX] Requesting upgrade from dark ages
Replies: 54
Views: 58914

Re: [Gargoyle UI/UX] Requesting upgrade from dark ages

Sorry - I have not taken the time to understand your code properly - but I hope a naive question might help ......... In the existing code the missing menu html is dynamically generated if(display_type == HEADER) while in your code, almost all of the work is being done if(display_type == FOOTER). I...