Age | Commit message (Collapse) | Author | Files | Lines |
|
loose some of the fixes in the meantime.
Andrew Bartlett
(This used to be commit 13acff5ed259e7b5859fd2324ea7740b8f9e5fd7)
|
|
there is lots of useful info in it.
(This used to be commit 5f9f72a9cfab80561b23284001b67c4ea961757b)
|
|
to find what's going wrong in IE formatting.
This is some better, but still IE needs help.
deryck
(This used to be commit e7015c19374e1db8165790c623cb45e33b0a92df)
|
|
deryck
(This used to be commit f0c7b43767b713f15d9c50fc744da0a6582618b2)
|
|
desktop file. This is more portable to IE, though
there are still some IE issues hanging around.
deryck
(This used to be commit a70b52bb04689de90ee5ec59109d669175b91c04)
|
|
desktop.js, you get the basic desktop layout.
deryck
(This used to be commit 6acc7ec7c2957e1487ee72f883079e1680dd9896)
|
|
windows, which set size and positioning.
To use:
var myWin = new Window.large("Some Window Title");
var myWin = new Window.standard("Some Window Title");
var myWin = new Window.small("Some Window Title");
You can omit the title if you don't need one. Also,
var myWin = new Window(); will give you the random
positioning and no predetermined sizing.
deryck
(This used to be commit 92d6bb90a64591b13f4d1bec77ebebcd1198914d)
|
|
deryck
(This used to be commit 4acd4489c9f016f7f48ba1cff231cbfc56925547)
|
|
file. This allows basic style and event code to be set in one place,
though we'll still have to override for a specific position or look.
More to come...
deryck
(This used to be commit 9d5482d2aaff2082d85d626c288f2ad16e20b6ae)
|
|
This allows for flexibility in display format,
which will make more sense when I start working
on windows, tabs, etc.
Add the beginnings of a document.js object that allows
us to add and remove scripts as we use them, which will
ensure we only load what we need. A desktop GUI runs
from a single page, so we can't load js files by changing
pages.
deryck
(This used to be commit b4f6f81d7bbf87fcb7c7c9bd4a7164aabaeedc1c)
|
|
This includes a table layout that can be reused (see
QxListView in status.js).
Some formatting fixes, too.
deryck
(This used to be commit f95bf0adf760b8799ec02ec68ce42516ca40b6d2)
|
|
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)
|
|
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)
|
|
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)
|