Age | Commit message (Collapse) | Author | Files | Lines |
|
that Mimir made
earlier today
(This used to be commit 10b1f95790f2769cdc0e1c6f051cb7cc73f07d69)
|
|
(This used to be commit c22baee5aafb2937ddfb71942eef5c69544e823c)
|
|
I wanted to just get it working to play with it. Only the
reg editor works from this menu. The rest will follow later.
deryck
(This used to be commit 93e648ade28eb7e0fd147fdde281b3edfb2e9367)
|
|
hopefully deryck will be able to tell me what I've screwed up :-)
(This used to be commit e68db751f064a0d968bd0995805141ffe5938ee7)
|
|
This includes a generic showMessage() for opening
a dialog window to the user.
Next is a start menu, and then I'll move on to more
practical functionality... user manager, server config, etc.
deryck
(This used to be commit eeacd73ef2da16337f2968aec86f9f9313085c25)
|
|
(This used to be commit 62d55a250afa3e3923a6b9da7b59177ad59d55a3)
|
|
string containing "(POINTER)"
(This used to be commit 6f69eeb8f258063f1ac911ab38e667e7743ccba3)
|
|
QxWidget doesn't accept percentages, so I feed the toplevel
widget the actual brower height/width onload and onresize.
deryck
(This used to be commit dadc89f8839b5c481ba47eeadec9f7bf4d3e14a9)
|
|
look ok? Apologies if this treads on your toes.
(This used to be commit 8295eb01c0e1eec4f7c5bd211eac80b92ff9549e)
|
|
can get to it later today at work. Not much to see yet,
and not linked to from SWAT yet.
Playing with the idea of a web-based desktop, and just
seeing how widgets can be used.
deryck
(This used to be commit 435467f90d809899c3d0efeaf991fb659d97202d)
|
|
get our samba.org background bacl.
deryck
(This used to be commit 71291f0d566eaa493a5687a6bce7c5ec9373a7de)
|
|
(Thanks, Derrell, for the reminder.)
Rename child to fChild, to be consistent and maintain readability.
deryck
(This used to be commit 6040f9401eedb195aef160b3b58462a1a6728af7)
|
|
deryck
(This used to be commit 8a3445499e3f913693196aa1d1b5bbeec5469cf2)
|
|
Also, add addMethod() to form elements now.
deryck
(This used to be commit 79f276df47ebc93e1505c7411fb1acd4b004047c)
|
|
(This used to be commit bb3ab2c47b098ed57af358c4f5c6ad4d4d26eb33)
|
|
(This used to be commit ceb7669e5991e9dda759d60a09a0a65e6caba991)
|
|
(This used to be commit 5cd33fa9f898f95a78397a387a42977a4839fb20)
|
|
javascript and AJAJ
This doesn't work at all well yet, mostly because of my inexperience
with client side javascript and what events are available
(This used to be commit 8073e84c7a5fd8d483685d769661c790a803ff49)
|
|
(This used to be commit a08104a13c722b3888aecd365e32aae63ea481e5)
|
|
(This used to be commit c1ef18a590d2f7af4b64c1775376a05da80ac242)
|
|
client side js. Just
use srv_printf() and normal printf arguments
(This used to be commit 11c7e8db3d2501a6a439d3e3a63a5055cc577f51)
|
|
(This used to be commit fbae29686644198351bb31c3be1cf5630165ef1f)
|
|
metze
(This used to be commit c0e055ac989a24c2b6ad14a0eb2b3f8509cb9bab)
|
|
(This used to be commit 672b8c397103dddbd5d046a4c43f4686ad51192e)
|
|
(This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5)
|
|
(This used to be commit b6b531533e2c4d6d927df29905e49a775e92f3c1)
|
|
that update an object
(This used to be commit 678b0cc08f6026fe35b522d5705ab0c1baf3c359)
|
|
into our web server
(This used to be commit 530717122a3c7e34258db8ed0bfd0cc00624b903)
|
|
the widgets to make experimenting easy during development. We can trim this back later to only the pieces we use
(This used to be commit 631a56da39ed0daae46ca89e57c10b09cf41c718)
|
|
displaying plain text.
rafal
(This used to be commit b91e6053485ada50f66aa763e0ccff3b71991fa5)
|
|
to explian the tie between 'Initial Provision' and the next step being
a SamSync or a Samba3 import etc.
Andrew Bartlett
(This used to be commit b37a2de9a89853393bcc9d20cfcffae96df9a90e)
|
|
(This used to be commit 981e17eea449faa591b7a8b0c2baaa02461fbf4f)
|
|
(This used to be commit 99d676d732dffbbf428cc0f012da26c47e6bb66d)
|
|
calls. This changes the generated RPC and IRPC calls to use the 'this'
object pointer instead of requiring the passing of the object on each
call. So typical usage is now:
var echo = echo_init();
var io = irpcObj();
status = echo.connect("ncacn_np:server");
assert(status.is_ok);
io.input.in_data = 7;
status = echo.AddOne(io);
assert(status.is_ok);
(This used to be commit f7b49ecd0868c1f0fec75b371f132bbf357ad8c6)
|
|
use
(This used to be commit eeeeab5eb7aff4fa3b25fa07a352eda74c44db6c)
|
|
(This used to be commit 5b28bdb9c800e8fbf2c7ee62a7c6faf2ec773ef9)
|
|
(This used to be commit 5a52729d5b81336973adaf277d265445b78b2ea7)
|
|
menu hierarchy is now in /menu.js
(This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
|
|
object, with a display() method
(This used to be commit c45c4e335ed5da1e2e43ffcb9e8d6c32678faa3c)
|
|
Deryck, if you get a chance, could you see how to make this a little
"left and up" arrow instead of "Main Menu" ?
(This used to be commit c6c1b2998c68b40496fe605097900071704d6474)
|
|
(This used to be commit f5e6547c28b2069ae80da5037c5f8d0661da652c)
|
|
home page in swat is accessed
(This used to be commit 78fb559c08d55c01f5ede81d43cdd857cce8d338)
|
|
simo, when changing ejs syntax, please grep -r through the *.js and *.esp files to
fix all the callers. Thanks :)
(This used to be commit 8d0c9557a29a802800257af1bab38bfe57928c17)
|
|
- get rid of redundeny dyn_CONFIGFILE argument to lp_load()
- fixed provisioning to work with completely pristine install,
creating an initial smb.conf is none is present
- added lp.set() and lp.reload() to loadparm ejs object interface
(This used to be commit c2691ef7126ddcee5f95970b78759b40a049d0a7)
|
|
- removed old provisioning items from esptest menu
(This used to be commit 760cc6bea5661245a8e4e18f103148281e31aaac)
|
|
(This used to be commit ed4fb68ef7c28e415408e923bd9eefcd2d60f355)
|
|
(This used to be commit 2dc493eea6f9d87c40ad0dc755f528ce0b33ca47)
|
|
making the string functions
into an object. To keep existing code working I have added:
string_init(global);
into base.js. That brings the functions into the global scope for our
existing scripts
(This used to be commit a978484738168b82441c4dc4f5f803d349769a4b)
|
|
libjs/auth.js
- tried to make the ejs_userAuth() call work for the sam, not just for
unix auth. I didn't get this working. Andrew, when you get a chance
can you see what I'm doing wrong? I suspect its because we aren't
supplying a challenge, but a challenge doesn't really make sense in a
'is this username/password' correct call.
(This used to be commit 9e07c08a71908e99c2f44efc40a3249facd6850f)
|
|
(This used to be commit 318402ee4e8900e0d8ed1dce1e201f63ac4a908f)
|