dragly
|
2010-07-09
, 23:04
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#371
|
|
2010-07-10
, 21:48
|
Posts: 111 |
Thanked: 80 times |
Joined on Oct 2009
|
#372
|
|
2010-07-10
, 23:51
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#373
|
I've committed an initial version of the wifi plugin into svn. The main thing remaining is to disconnect any existing connections.
I made it a separate plugin instead of including it in the QR code plugin for a couple of reasons:
* Since there's not good APIs for creating wifi connections, I had to include some low-level headers/libraries, and didn't want to clutter the QR code plugin with it.
* The QR code is a bit ... cluttered right now. I think it needs to be broken up into multiple PluginActions, and a lot of the commented out code removed.
|
2010-07-13
, 09:11
|
Posts: 22 |
Thanked: 19 times |
Joined on Feb 2010
@ Italy
|
#374
|
|
2010-07-17
, 01:25
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#375
|
Can you fix the plungin for .install file?
In my site I don't have problems using a large qrcode. Next, you can improvement with small syntax...
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-07-17
, 01:30
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#376
|
Cool!
I agree on that the QR Code plugin is a bit cluttered, but I also believe it should contain most QR Code functionality. It is better with a little mess in one plugin than a mess of many plugins. At least a lot easier to maintain.
Pulling out larger, more significant functionality of the QR Code plugin is a good idea though. Such functionality as wifi, app installing etc., that needs more than just two lines of code to be executed.
|
2010-07-21
, 15:18
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#377
|
|
2010-07-21
, 16:49
|
Posts: 111 |
Thanked: 80 times |
Joined on Oct 2009
|
#378
|
The Following User Says Thank You to joshn53 For This Useful Post: | ||
|
2010-07-21
, 20:43
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#379
|
Awesome work, dragly! I'm getting compile errors now, due to images/gui/settings.png not being available. I assume that you simply failed to add it to SVN?
|
2010-07-21
, 23:40
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#380
|