summaryrefslogtreecommitdiffstats
path: root/swat/desktop
Commit message (Collapse)AuthorAgeFilesLines
* r24985: Start to revert us back to the old-style SWAT, while trying not toAndrew Bartlett2007-10-101-0/+261
| | | | | | | loose some of the fixes in the meantime. Andrew Bartlett (This used to be commit 13acff5ed259e7b5859fd2324ea7740b8f9e5fd7)
* r20446: rename swat directory to swat.obsolete; keeping it around since ↵Derrell Lipman2007-10-101-261/+0
| | | | | | there is lots of useful info in it. (This used to be commit 5f9f72a9cfab80561b23284001b67c4ea961757b)
* r10228: Reorganizing a bit, trying to simplify. This is an attemptDeryck Hodge2007-10-101-26/+61
| | | | | | | | | 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)
* r9779: Add a contextmenu function to be used by all window/widget objects.Deryck Hodge2007-10-101-24/+42
| | | | | deryck (This used to be commit f0c7b43767b713f15d9c50fc744da0a6582618b2)
* r9763: Add the start bar as a widget from theDeryck Hodge2007-10-101-5/+2
| | | | | | | | desktop file. This is more portable to IE, though there are still some IE issues hanging around. deryck (This used to be commit a70b52bb04689de90ee5ec59109d669175b91c04)
* r9761: Move initial widget setup to desktop library. Now, just by includingDeryck Hodge2007-10-101-36/+14
| | | | | | | desktop.js, you get the basic desktop layout. deryck (This used to be commit 6acc7ec7c2957e1487ee72f883079e1680dd9896)
* r9759: Create some wrappers for QxWidget. This gives us some pre-fabbedDeryck Hodge2007-10-101-2/+1
| | | | | | | | | | | | | | | | | 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)
* r9710: Filename change for clarity's sake.Deryck Hodge2007-10-101-1/+1
| | | | | deryck (This used to be commit 4acd4489c9f016f7f48ba1cff231cbfc56925547)
* r9651: Start to group all SWAT specific windowing, widgets, etc. in oneDeryck Hodge2007-10-101-41/+51
| | | | | | | | | | 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)
* r9635: Seperate window logic from registry js file.Deryck Hodge2007-10-101-4/+28
| | | | | | | | | | | | | | | 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)
* r9579: Desktop SWAT opens now with a little server status window.Deryck Hodge2007-10-101-133/+142
| | | | | | | | | | 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)
* r9471: Rough first pass at a menu system. It's hacked together, butDeryck Hodge2007-10-101-9/+55
| | | | | | | | 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)
* r9469: Add a right-click menu to the SWAT desktop.Deryck Hodge2007-10-101-2/+57
| | | | | | | | | | | 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)
* r9443: We can now move windows around anywhere on our SWAT "desktop".Deryck Hodge2007-10-101-7/+48
| | | | | | | | 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)
* r9434: moved the registry editor into a common js library. Deryck, does thisAndrew Tridgell2007-10-101-123/+4
| | | | | look ok? Apologies if this treads on your toes. (This used to be commit 8295eb01c0e1eec4f7c5bd211eac80b92ff9549e)
* r9397: Playing with qooxdoo a bit and saving my work, so IDeryck Hodge2007-10-101-0/+168
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)