summaryrefslogtreecommitdiff
path: root/webapps
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-1/+1
2007-10-10r23994: Finish my work to ensure that non-root and non-administrator usersAndrew Bartlett4-166/+193
2007-10-10r23966: It isn't great, but at least now we have some access control in SWATAndrew Bartlett2-50/+62
2007-10-10r23351: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett1-2/+2
2007-10-10r23325: Remove items from menu that have been removed from SVN long ago, withAndrew Bartlett1-10/+0
2007-10-10r23286: In SWAT, it was not possible to use a domain name other than the defa...Andrew Bartlett1-0/+3
2007-10-10r22501: dispatching events explicitly is not necessary.Rafal Szczesniak2-2/+0
2007-10-10r22500: there's a better way to find out if there are any childrenRafal Szczesniak1-2/+2
2007-10-10r22499: UsrCtx should be created within UsersView. Tree widget justRafal Szczesniak3-18/+90
2007-10-10r22487: Add a separate widget class for listing users and repositionRafal Szczesniak2-35/+83
2007-10-10r22346: Fix small mistake - after sending rpc request we should go to awaitRafal Szczesniak1-1/+1
2007-10-10r22325: Typo fixRafal Szczesniak1-1/+1
2007-10-10r22324: Another step closer to nice listing of user accounts.Rafal Szczesniak2-24/+185
2007-10-10r22136: Fix incorrect event handling.Rafal Szczesniak2-4/+10
2007-10-10r22005: Add more code (doesn't work at the moment) preparing a place forRafal Szczesniak2-34/+81
2007-10-10r21852: Further work on initialising libnet context from netmgr.Rafal Szczesniak2-14/+69
2007-10-10r21810: - The height of a widget is in relation to its enclosing widget. Spe...Derrell Lipman1-1/+1
2007-10-10r21809: - If the canvas is never initialized with the tree, the tree will neverDerrell Lipman1-3/+3
2007-10-10r21808: - Fix a nasty bug in the finite state machine that allowed an event f...Derrell Lipman1-2/+21
2007-10-10r21787: Add new module to the swat application.Rafal Szczesniak1-0/+4
2007-10-10r21786: My initial attempts in qooxdoo coding. Derrell, please takeRafal Szczesniak3-0/+261
2007-10-10r21371: Ehmm I was reseting the wrong dataModel...Simo Sorce1-1/+3
2007-10-10r21367: Clear out the table with a deleted object contents after the record i...Simo Sorce1-2/+5
2007-10-10r21366: Until we have a schema enforcing module (which will make itSimo Sorce1-2/+2
2007-10-10r21328: Ok, now we can successfully modify the ldb and refresh the treeSimo Sorce2-31/+56
2007-10-10r21326: get rid of old qooxdoo version.Derrell Lipman2493-247923/+0
2007-10-10r21325: delete children in reverse order since the array is manipulated durin...Derrell Lipman1-1/+1
2007-10-10r21321: - Allow pruning all of the children of a node without removing the nodeDerrell Lipman2-17/+24
2007-10-10r21304: - Get rid of the extra set of scroll bars in the tree. The tree neve...Derrell Lipman1-1/+1
2007-10-10r21297: Remove the GTK+ tools and library from the main repository. They are ...Jelmer Vernooij1-75/+75
2007-10-10r21287: Improve user feedback. Cursor now changes to stopwatch during RPC an...Derrell Lipman3-2/+41
2007-10-10r21286: Tree column now resizes wiith splitter adjustment, but scrollbars don...Derrell Lipman4-18/+24
2007-10-10r21285: - Add the new ResizeTableColumnModel and make use of it in TreeVirtua...Derrell Lipman7-31/+1131
2007-10-10r21266: Add/Modify/Delete operations seem to work correctly nowSimo Sorce3-62/+269
2007-10-10r21252: Add operation works now, still to do mod and del opsSimo Sorce3-70/+106
2007-10-10r21249: Now the ldif is generated correctly, but still rpc is not happySimo Sorce1-4/+6
2007-10-10r21248: - Test for Simo: no change of selected row(s) upon open/close click. ...Derrell Lipman1-0/+2
2007-10-10r21221: 'make build' should be the default target for usDerrell Lipman1-2/+7
2007-10-10r21220: enable 'make source' (and 'make') to work properlyDerrell Lipman1-1/+2
2007-10-10r21187: - Convert LdbBrowse to use TreeVirtual. This adds the following capa...Derrell Lipman2-82/+98
2007-10-10r21185: Fix PNG images in TreeVirtual, for when using IEDerrell Lipman1-2/+8
2007-10-10r21169: - Step 3: Upgrade qooxdoo release code with latest qooxdoo svn's Tabl...Derrell Lipman15-498/+1303
2007-10-10r21168: - Step 2: Update swat for the latest qooxdoo version. The build now ...Derrell Lipman16-247/+107
2007-10-10r21167: - Upgrade to latest released qooxdoo. This is step 1 of the upgrade ...Derrell Lipman1690-0/+179278
2007-10-10r21136: First attempt at implementing add/modify rpc calls.Simo Sorce3-6/+83
2007-10-10r21126: Enhance the modal window so that it gets focus and just presing enter...Simo Sorce1-42/+57
2007-10-10r21118: Looks a bit better ...Simo Sorce1-13/+26
2007-10-10r21095: Expose all naming contextsSimo Sorce2-23/+53
2007-10-10r21065: The framework is complete (yes the gui layout still sucks but that willSimo Sorce2-4/+88
2007-10-10r21048: Start coding add/modify widgets.Simo Sorce2-15/+313