[Commits] (bear) Fixed windows installer so that it properly determined debug/release

2005-02-28 Thread commits
xecuteCommand(buildenv, "HardHat", - [buildenv['makensis'], os.path.join(nsisScriptPath, "chandler.nsi")], + [buildenv['makensis'], scriptOption, os.path.join(nsisScriptPath, "chandler.nsi")], "Building Windows Installer") return nsisScriptPath ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (jeffrey) - added a status bar/progress gauge to the splash screen, code reviewed by Bear

2005-02-28 Thread commits
if type == 'timer': #currently unused +if self.timerTicks < self.workingTicks: +self.timerTicks += 1 +self.gauge.SetValue(self.completedTicks + self.timerTicks) + else: + self.timerTicks = 0 +self.completedTicks +=

[Commits] (bear) Renamed environment variable PROFILE_DIR to PROFILEDIR per Bug 2554

2005-03-01 Thread commits
'profile':('', '--prof', 'b', False, None, 'save profiling data'), 'stderr': ('-e', '--stderr', 'b', False, None, 'Echo error output to log file'), 'create': ('-c', '--create', 'b', False, None, 'Force creation of a new repository'), ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bcm) Directory /usr/local/cvsrep/server/core/src/org/osaf/chandler/server/jsp added to the repository

2005-03-01 Thread commits
? ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bcm) Directory /usr/local/cvsrep/server/core/src/org/osaf/chandler/server/jsp/tag added to the repository

2005-03-01 Thread commits
/tag? ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bcm) replace console's homedir tag file handler with a tag handler in the core

2005-03-01 Thread commits
t; %> +<%@ taglib uri="http://struts.apache.org/tags-html-el";prefix="html" %> +<%@ taglib uri="http://struts.apache.org/tags-logic-el"; prefix="logic" %> +<%@ taglib uri="http://struts.apache.org/tags-tiles-el"; prefix="tiles" %> +<%@ taglib uri="http://osafoundation.org/server/jsp/core"; prefix="chc"%> Index: server/core/build.xml diff -u server/core/build.xml:1.8 server/core/build.xml:1.9 --- server/core/build.xml:1.8 Thu Feb 24 18:08:48 2005 +++ server/core/build.xml Tue Mar 1 12:42:55 2005 @@ -67,6 +67,9 @@ + + + ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (john) Work around chicken and egg problem in query monitors

2005-03-01 Thread commits
dReminders.append (reminderTime, item) + +if len(timesAndReminders) != 0: +timesAndReminders.sort() +timesAndReminders = [ item[1] for item in timesAndReminders ] +return timesAndReminders def onCollectionChanged(self, event): # print &quo

[Commits] (twl) Fixes for bugs 2535, 2522

2005-03-01 Thread commits
if it was unaffected """ @@ -769,7 +789,7 @@ return reduce((lambda x,y: x and y), [ x.changed(item, attribute) for x in self.__plans ]) def monitored(self, op, item, attribute, *args, **kwds): -return self.changed(item, attribute) +return self.changed(item, attribute, op) class DifferencePlan(LogicalPlan): """ ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Moved SWIG setting to a common define and turning it on always now

2005-03-01 Thread commits
USE_SWIG=$(SWIG_OPTION) \ SWIG=$(SWIG) \ INSTALL_MULTIVERSION=0 \ BUILD_BASE=$(BUILD) \ ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation

[Commits] (alecf) fix bug 2550 - limit error alert dialog to 5 stack frames

2005-03-01 Thread commits
age, formattedBacktrace) logging.exception(message) # @@@ 25Issue - Cannot create wxItems if the app failed to initialize dialog = wx.MessageDialog(None, message, "Chandler", wx.OK | wx.ICON_INFORMATION) _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bcm) add isUserInRole jsp tag that does exactly what you'd think it does. use this

2005-03-01 Thread commits
; prefix="chc" %> -http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> +http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> + + @@ -17,7 +20,7 @@ as ${pageContext.request.remoteUser}. - + ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bcm) sync

2005-03-01 Thread commits
r directory index must not show link to parent for non-root users * replace server signature in directory index _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (davids) added Robin's fix to ".i" files

2005-03-01 Thread commits
r()"" - +%pythonAppend wxMiniCalendar "self._setOORInfo(self)" +%pythonAppend wxMiniCalendar()"" + wxMiniCalendar(wxWindow *parent, wxWindowID id=-1, const wxDateTime& date = wxDef

[Commits] (davids) fixed a typo

2005-03-01 Thread commits
-25,7 +25,7 @@ %import misc.i %pythoncode { wx = _core } %pythoncode { __docfilter__ = wx.__DocFilter(globals()) } -%include _mincal_rename.i +%include _minical_rename.i //--- ___

[Commits] (twl) Should append a tuple -- fixed broken test menu items

2005-03-01 Thread commits
minderTime, item)) if len(timesAndReminders) != 0: timesAndReminders.sort() ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (davids) update minical invocation to match SWIGged-renamed symbols

2005-03-01 Thread commits
AY_FIRST | +wx.minical.CAL_SHOW_SURROUNDING_WEEKS) def Destroy(self): #super (wxMiniCalendar, self).Destroy() ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (davids) fixed colheader demo source for .i changes

2005-03-01 Thread commits
dItem("ValdĀŽz", wx.colheader.COLUMNHEADER_JUST_Center, 90, 0, 1) +ch2.AppendItem("coffeehead", wx.colheader.COLUMNHEADER_JUST_Right, 90, 0, 1) ch2.SetToolTipString("Column header (2)") self.Bind(wx.EVT_BUTTON, self.OnClick, ch2) ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (jed) Fixes Bug#2370 (double clicking the minicalendar now opens up the calendar collection on the chosen date).

2005-03-01 Thread commits
if not childBlock.widget.IsToggled(): + toolbar.widget.ToggleTool(childBlock.toolID, True) + self.filterKind = event.kindParameter self.postEventByName("SelectItemBroadcast", {'item':self.selectedItemToView}) ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bcm) initialize user.roles collection when getting a user. this is a great reason

2005-03-01 Thread commits
ot;user is in root role but should not be"); +} +if (role.getName().equals(ChandlerServerConstants.ROLE_USER)) { +isUser = true; +break; +} +} +assertTrue("user is not in user role but should be", isUse

[Commits] (bcm) sync

2005-03-01 Thread commits
ROOT webapp: ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (grant) Re-fix Bug 1013 (Nested XML syntax alternative) r=alecf

2005-03-01 Thread commits
# to have an itsName of None. So, we don't want +# to build up the relative path to each item by using +# str(item.itsName), or item.itsName, because those +# return "None", or None. Instead, we use item.itsPath[-1]: + # that returns th

[Commits] (bcm) set roles explicitly when creating a user. ui defaults to selecting the user

2005-03-01 Thread commits
server/docs/TODO.txtTue Mar 1 18:48:27 2005 @@ -14,8 +14,6 @@ console webapp: - * when creating/editing a user, allow explicit selection of the - user's roles * final look and feel share webapp (Slide): Index: server/shared.properties diff -u server/shared.properties:1.4 server/shared.properties:1.5 --- server/shared.properties:1.4Mon Feb 28 15:56:56 2005 +++ server/shared.propertiesTue Mar 1 18:48:24 2005 @@ -10,7 +10,7 @@ # compile options # -compile.debug=true +compile.debug=false compile.deprecation=true compile.optimize=true compile.target=1.4 ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (alecf) Fix for bug 2498 - save text edit controls during GetFocusHack() so that they save when you click away

2005-03-01 Thread commits
lf, event): +def SaveItem(self): if self.item != None: self.item.displayName = self.GetValue() + +def OnTextEnter(self, event): +self.SaveItem() self.Hide() event.Skip() ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (alecf) fix for bug 2367 - truncate words that don't fit in the calendar view

2005-03-01 Thread commits
in xrange(len(word), 0, -1): +smallWord = word[0:i] + "..." +width, height = dc.GetTextExtent(smallWord) +if width <= maxWidth: +dc.DrawText(smallWord, x, y) +return + def DrawCenteredText(self, dc, t

[Commits] (bear) fixed environment problem when SWIG=1 is used - the libxml2 shared library

2005-03-01 Thread commits
(SWIG_OPTION) \ SWIG=$(SWIG) \ ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) ok, I don't know why I never remember that you cannot easily cancel a commit

2005-03-01 Thread commits
YTHON) setup.py BUILD_OGL=0 BUILD_GLCANVAS=0 \ USE_SWIG=$(SWIG_OPTION) \ SWIG=$(SWIG) \ _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) bumping wxPython relver to 8

2005-03-01 Thread commits
../wxPython-$(SNAP)-2.5.3.1-7.tar.gz \ + ../wxPython-$(SNAP)-2.5.3.1-8.tar.gz \ ../yapps-$(SNAP)-2.1.1-2.tar.gz \ ../zopeinterface-$(SNAP)-3.0.0b1-2.tar.gz \ ../dateutil-$(SNAP)-0.5-1.tar.gz \ ___ Commits

[Commits] (bear) Milestone 0.4.08

2005-03-01 Thread commits
-21,7 +21,7 @@ CFBundleSignature CHAN CFBundleVersion - 0.4.07 + 0.4.08 NSMainNibFile MainMenu NSPrincipalClass ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mail

[Commits] (jeffrey) - Removed old commented out splash screen lines

2005-03-02 Thread commits
AR) splash=StartupSplash(None, splashBitmap) splash.Show() wx.Yield() #let the splash screen render itself ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bcm) add a slide content listener that sets the owner property appropriately when a

2005-03-02 Thread commits
25:17 2005 @@ -171,4 +171,28 @@ + + + + + + +chandler + + + + + + +true +false +false + + + _______ Commits mailing list Commits@osafoundation.org http://lis

[Commits] (morgen) Fix for bug 2585 -- add "unstable" to text of block demo menu item

2005-03-02 Thread commits
o be unstable on some systems) _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (morgen) Fix for bug 2277 -- you can execute Chandler.exe multiple times, r=capps

2005-03-02 Thread commits
ecover, - 'exclusive': options.exclusive, + 'exclusive': True, 'refcounted': True } - + if Globals.options.repo: kwds['fromPath'] = Globals.options.repo wx.Yield() self.repository = DBRepository(path) + if Globals.options.create: self.repository.create(**kwds) else: self.repository.open(**kwds) + wx.Yield() - + self.UIRepositoryView = self.repository.getCurrentView() if not self.UIRepositoryView.findPath('//Packs/Schema'): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (vajda) - added freshOnly optional flag to mapChanges for fix to blocker bug 2588

2005-03-02 Thread commits
erences attribute names + +The return value of C{callable} is not used. + +@param callable: the function or method to be invoked. +@type callable: a python callable +@param freshOnly: optionally limit invocation of C{callable} to +items that were changed since l

[Commits] (grant) Fix bug 2570 (Can't run two different copies of Chandler against the same repository) r=morgen

2005-03-02 Thread commits
ot;], parcelFile) - -self.saveExplanation(explanation) - raise ParcelException(explanation) - # Set up the parcel descriptor pDesc = { "time" : DateTime.now(), ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) updated spec file - preparing for integration into build process

2005-03-02 Thread commits
c rm -f {} \; fi -#note that the __repository__ directory and any lock file are not removed -rm -f $RPM_INSTALL_PREFIX/Chandler/randpool.dat -rm -f $RPM_INSTALL_PREFIX/Chandler/cacert.pem -rm -f $RPM_INSTALL_PREFIX/Chandler/chandler.log %files /usr/local/Chandler ___

[Commits] (bear) Updated .spec file to add %defattr() to set permissions correctly

2005-03-03 Thread commits
-exec rm -f {} \; -fi +#%preun +#if [ "$1" = 0 ]; then +#find $RPM_INSTALL_PREFIX/Chandler -type f -name '*.pyc' -exec rm -f {} \; +#find $RPM_INSTALL_PREFIX/Chandler -type f -name '*.pyo' -exec rm -f {} \; +#fi %files +%defattr(-,root,root) /usr/loca

[Commits] (bcm) fix root webapp's web.xml - these changes were meant to have been committed a

2005-03-03 Thread commits
- + + + +Your share directory is located at +"> + ${homedir} +. + + + + +">Click here to go +to the administration console. + + _____

[Commits] (bcm) take root out of the user role

2005-03-03 Thread commits
;); DROP TABLE IF EXISTS role; CREATE TABLE role ( ___________ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (twl) Patch 560 for Bug 2588, r=john,vajda

2005-03-03 Thread commits
print "monitoring of multi-item paths is not yet supported" yield i except AttributeError, ae: -#@@@ log log.debug(u"AttributeError, %s" % ae) pass @@ -697,9 +699,6 @@ plans = self.__plans

[Commits] (vajda) - fixed bug with Kind query returning duplicates

2005-03-03 Thread commits
if self.recursive: subKinds = kind.getAttributeValue('subKinds', default=[]) -for item in self._run(subKinds, newItems): +for item in self._run(subKinds, changedItems): yield item ___

[Commits] (twl) Patch 562 for Bug 2516, r=john

2005-03-03 Thread commits
return ('argsrc', itemUUID, attribute) else: @@ -498,7 +507,7 @@ #@@@ check that ast != iteration variable, or parameter if ast.startswith('$'): key = ast - arg = self.args[key][0] +arg = self._args[key][0] if arg.isdigit(): return arg else: ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (jed) Fixes Bug #2596

2005-03-03 Thread commits
htm"; @@ -603,7 +603,7 @@ self.SetDragData (self.blockItem.contents [event.GetRow()].itsUUID) def AddItem(self, itemUUID): -item = self.findUUID(itemUUID) +item = self.blockItem.findUUID(itemUUID) self.blockItem.contents.add (item) def OnRightClic

[Commits] (john) * ItemCollection now subclasses Query

2005-03-03 Thread commits
://osafoundation.org/Chandler_0.1_license_terms.htm"; @@ -27,7 +27,7 @@ for i in range(3): item = self.manager.lookup("http://testparcels.org/uuidof";, "item%d" % i) -self.assert_(item.itsUUID in myColl._inclusions) +self.assert_(item.itsUUID

[Commits] (bear) Helper script to setup and call rpm to build the linux rpm package

2005-03-03 Thread commits
ho "Clearing build tree" rm -rf $RPM_PATH/BUILD/OSAF echo "rpm generation done" ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Added code to call the helper script for the linux rpm package builder

2005-03-03 Thread commits
s", "rpm") +scriptName = os.path.join(specPath, "makeinstaller.sh") + +executeCommand(buildenv, "HardHat", + [scriptName, specPath, os.path.join(specPath, "chandler.spec"), buildenv['root'], fileRoot], + "Building Linux (RPM) Installer") + +installTargetFile = '%s.i386.rpm' % fileRoot + +return installTargetFile def convertLineEndings(srcdir): """Convert all .txt files in the distribution root to DOS style line endings""" ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Added calls to build the linux rpm packager - fixes Bug 600

2005-03-03 Thread commits
(buildenv['root'], ('%s.exe' % installTargetFile)) - -if os.path.exists(installTarget): -os.remove(installTarget) - - os.rename(installSourceFile, installTarget) +else: +if buildenv['version'] == 'release': +_outputLine(buildenv['outputdir']+os.sep+"enduser", compFile1) +else: +_outputLine(buildenv['outputdir']+os.sep+"developer", compFile1) # remove the distribution directory, since we have a tarball/zip if os.access(distDir, os.F_OK): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (vajda) fixed bug 2602

2005-03-03 Thread commits
self._getAttribute(), self.getVersion()) ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Helps if you don't delete the line that sets the move source filename

2005-03-03 Thread commits
7;outputdir'], installTargetFile) if os.path.exists(installTarget): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) ok, no more making changes when I'm tired - I'm just going to have to do

2005-03-03 Thread commits
(buildenv['outputdir'] + os.sep + "enduser", installTargetFile) _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Ok, tracked down the error - it was being masked in my local tests because

2005-03-03 Thread commits
if os.path.exists(installTarget): os.remove(installTarget) _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) the version of RPM is different on maunaloa so I've added a check to see

2005-03-03 Thread commits
env['outputdir'] + os.sep + "enduser", installTargetFile) + else: + _outputLine(buildenv['outputdir'] + os.sep + "developer", installTargetFile) # remove the distribution directory, since we have a tarball/zip if os.access(distDir, os.F_OK): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Seems that maunaloa does not have the rpm alias - need to specify rpmbuild directly

2005-03-03 Thread commits
r-$SPEC_VERSION.i386.rpm to $DISTRIB_PATH/$DISTRIB_FILE.i386.rpm" mv $RPM_PATH/RPMS/i386/Chandler-$SPEC_VERSION.i386.rpm $DISTRIB_PATH/$DISTRIB_FILE.i386.rpm echo "Clearing build tree" ___________ Commits mailing list Commits@osafoundation.org http:

[Commits] (alecf) bug 2561 - make the detail view refresh the attribute editors when the selection changes

2005-03-04 Thread commits
tem) + +# tell the AE block to update itself +if self.isShown: +self.synchronizeWidget() def ItemCollectionOrMailMessageMixin (item): # if the item is a MailMessageMixin, or an ItemCollection, ___ Commits mailing list C

[Commits] (john) * Remove unnecessary code in ItemCollection

2005-03-04 Thread commits
self.resultSet.addIndex (self.indexName, 'numeric') else: -self.results.addIndex (self.indexName, 'attribute', attribute=self.indexName) +self.resultSet.addIndex (self.indexName, 'attribute', attribute=self.indexName)

[Commits] (bear) Removed GPL2 license display from the installation sequence

2005-03-04 Thread commits
!insertmacro MUI_PAGE_LICENSE "..\..\..\${DISTRIB_DIR}\LICENSE.txt" +;;;!insertmacro MUI_PAGE_LICENSE "..\..\..\${DISTRIB_DIR}\LICENSE.txt" !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES ___________ Commits mailing lis

[Commits] (twl) Bug 2516 - minor cleanup, r=john

2005-03-04 Thread commits
String, time.time()-start)) +def __len__ (self): +return len (self.resultSet) + +def __contains__ (self, item): +return item in self.resultSet + def __iter__(self): """ Return a generator of the query results ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (alecf) followup to bug 2367 - just remove ellipsis ("...") from event truncation

2005-03-04 Thread commits
:i] + "..." +smallWord = word[0:i] # + "..." width, height = dc.GetTextExtent(smallWord) if width <= maxWidth: dc.DrawText(smallWord, x, y) ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (morgen) Fix for bug 2480 -- linux/debug can't parse XRC files, r=capps

2005-03-04 Thread commits
{ //error - return empty buffer wxFAIL_MSG(wxT("Error converting multi-byte string to a wide-character string")); ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (morgen) Fix for bug 2840

2005-03-04 Thread commits
if ( conv.MB2WC(&buffer.data()[szPos - szStart], szPos, nLen + 1) == (size_t)-1 ) { //error - return empty buffer wxFAIL_MSG(wxT("Error converting multi-byte string to a wide-character string"));

[Commits] (morgen) Fix for bug 2528 -- Accounts list should be more in user-terms, r=capps

2005-03-04 Thread commits
el.xml:1.24 chandler/parcels/osaf/mail/parcel.xml:1.25 --- chandler/parcels/osaf/mail/parcel.xml:1.24 Mon Feb 7 21:55:01 2005 +++ chandler/parcels/osaf/mail/parcel.xml Fri Mar 4 16:41:46 2005 @@ -7,7 +7,7 @@ xmlns:mail="http://osafoundation.org/parcels/osaf/mail";> -IMAP +Incoming mail @@ -18,7 +18,7 @@ -SMTP +Outgoing mail ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bkirsch) fixes bug 2484 random crashes on Mac by remove any references

2005-03-04 Thread commits
DeleteObject( control ) ) +{} } // UPP functions ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (capps) Fixes bug 2577 and bug 2595, posts selected date changed. r=alecf

2005-03-06 Thread commits
m.dayMode = True +self.blockItem.postDateChanged() self.wxSynchronizeWidget() def OnWeekSelect(self, event): self.blockItem.dayMode = False +self.blockItem.selectedDate = self.blockItem.rangeStart +self.blockItem.postDateChanged() self.wxSynchronizeWidge

[Commits] (morgen) Changed 'Username' to 'User name' per bug 2528

2005-03-07 Thread commits
10,-1 wxALIGN_RIGHT -Username: +User name: ___________ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (morgen) Rolling out new wx build to fix bug 2480, r=robin

2005-03-07 Thread commits
0.5-1.tar.gz \ ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (stearns) Fix bug #2317 (checking the 'all day' check box doesn't reflect it in the week and day views), r=capps:

2005-03-07 Thread commits
foundation.org/Chandler_0.1_license_terms.htm"; @@ -1142,6 +1142,7 @@ if item is not None: item.allDay = self.widget.GetValue() == wx.CHK_CHECKED self.resynchronizeDetailView() + wx.GetApp().needsUpdateUI = True class EditReminder (DetailSynchr

[Commits] (davids) colheader - fix Win32 compilation problems in prior check-in

2005-03-07 Thread commits
(void)Win32ItemSelect( i, bSelected, bSortEnabled, bSortAscending ); #endif } ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (davids) colheader - minor update of unused msw wrap files

2005-03-07 Thread commits
Object, 0, 0, 0, 0, 0},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxImage", _p_wxImageTo_p_wxObject,! 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_! p_wxObje ct, 0, 0, 0, 0, 0},{"_p_wxSystemOptions"

[Commits] (davids) colheader - fix for cryptic build problem on Mac

2005-03-07 Thread commits
C__) static void MacDrawThemeBackgroundNoArrows( - const Rect *boundsR ); + const void *boundsR ); #endif static long ConvertJust( _______ Commits mailing list Commits@osafoundation.org http:/

[Commits] (bear) Modified to output both zip and installer to the index semaphore file

2005-03-07 Thread commits
e(path, text): -output = open(path, 'w', 0) +output = open(path, 'a', 0) output.write(text + "\n") output.close() ___________ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Updated build text to reference the installers and modified the index page

2005-03-07 Thread commits
_descriptions[distro][0] + ' (' +\ + hardhatutil.fileSize(actualDistro) + '): \n' +\ + ' MD5 checksum: ' + hardhatutil.MD5sum(actualDistro) +\ + '\n' +\ + ' SHA chec

[Commits] (bear) Move the compressed file after the installer binary when generating the index

2005-03-08 Thread commits
+"developer", compFile1) + # remove the distribution directory, since we have a tarball/zip if os.access(distDir, os.F_OK): hardhatlib.rmdir_recursive(distDir) ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) added a line break to make the generated html read better

2005-03-08 Thread commits
ead2 + cryptoblurb for distro in ('enduser', 'developer'): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (stearns) Fix 2317 again (checking the 'all day' check box doesn't reflect it in the week and day views), r=capps:

2005-03-08 Thread commits
if self.focus != focus: self.focus = focus self.needsUpdateUI = True -updateOnIdle() + +updateOnIdle() if self.needsUpdateUI: try: ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) updating README'sy

2005-03-08 Thread commits
pmbuild -ba chandler.spec - -Note that you will see a number of dependency errors - these are expected -at this stage. - -After rpmbuild runs, you will find a binary RPM in ~/rpm/RPMS/i386/ that -is named Chandler-0.4-1.i386.rpm _______ Commits mailing list C

[Commits] (john) * Added source and destination attributes on ItemCollection for Katie.

2005-03-08 Thread commits
key.inclusions = item.inclusions key.exclusions = item.exclusions _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (jed) Fixes Bug#2444 (toolbar selection not correct on Mac after calling Realize a 2nd time). r=davids

2005-03-08 Thread commits
dePrev = nodePrev->GetPrevious(); +} +} isRadio = TRUE; } else ___________ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (jed) Fixes Bug #2158

2005-03-08 Thread commits
+window = self +window.SetDropTarget(self.dropTarget) def OnRequestDrop(self, x, y): """ ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (pje) Updating splash screen per bug 2615, attachment #582.

2005-03-08 Thread commits
&tr2=1.4 ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (davids) colheader - reworked drawing interface in order to support GTK

2005-03-08 Thread commits
1, y, x + w - 1, y + 1 ); + dc->SetPen( m_penHighlight ); + dc->DrawRectangle( x, y, w + 1 - kCorner, 1 ); + dc->DrawRectangle( x, y, 1, h ); + dc->DrawLine( x, y + h - 1, x + 1, y + h - 1 ); + dc->DrawLine( x + w - 1, y, x + w - 1, y + 1 ); #endif // FIXME: GTK - need implementation ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bkirsch) fixes bug# 2565 r=Morgen

2005-03-08 Thread commits
ccount for UUID: %s" % self.accountUUID assert self.mailMessage is not None, "No MailMessage for UUID: %s" % self.mailMessageUUID -def __getMailFrom(self): +def __getSender(self): #XXX: Will want to refine how this look is done when mail preferences are in p

[Commits] (jed) Fixes Bug #2642

2005-03-08 Thread commits
lection -self.blockItem.postEventByName ('RequestSelectSidebarItem', {'itemName':u"All"}) - # Select the calendar filter self.blockItem.postEventByName ('ApplicationBarEvent', {}) ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (twl) Fix for Bug 2637 via attachment 596, r=stearns

2005-03-09 Thread commits
ot locQuery: +if locQuery is None: p = view.findPath('//Queries') k = view.findPath('//Schema/Core/Query') locQuery = Query.Query (queryName, p, k, queryString) _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (morgen) Fix for bug 2159 (linux/debug crash during drag-n-drop), r=robin

2005-03-09 Thread commits
elf.blockItem.contents [event.GetRow()].itsUUID) def AddItem(self, itemUUID): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (stearns) Fix 2619: ( TextCtrls in detail view should handle the OnEnter case), r=capps

2005-03-09 Thread commits
def onKeyPressed (self, event): # called when we get an event; to saves away the data and skips the event -self.saveTextValue() +self.saveTextValue(validate = event.m_keyCode == wx.WXK_RETURN) event.Skip() def OnDataChanged (self): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (davids) minical - fixed double-click event macro

2005-03-09 Thread commits
derItem(); - long DrawSelf( + long DrawItem( + wxWindow*parentW, wxClientDC *dc, const wxRect*boundsR ); ___________ Commits mailing list Commits@osafoundation.org

[Commits] (davids) colheader - added wxRenderer support for GTK build

2005-03-09 Thread commits
-1581,7 +1628,7 @@ , { wxCOLUMNHEADER_JUST_Center, teJustCenter } , { wxCOLUMNHEADER_JUST_Right, teJustRight } #else - // FIX-ME: GTK - wild guess + // FIXME: GTK - wild guess { wxCOLUMNHEADER_JUST_Left, 0 } , { wxCOLUMNHEADER_JUST_Center, 1 } , { wxCOLUMNHEADER_JUST_Right, 2 } ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (alecf) fix bug 2617 - scroll the window when the user drags an event off screen

2005-03-09 Thread commits
dc.SetPen(wx.BLACK_PEN) dc.SetBrush(wx.WHITE_BRUSH) @@ -1106,7 +1162,7 @@ def OnDraggingItem(self, unscrolledPosition): newTime = self.getDateTimeFromPosition(unscrolledPosition) - item = self._dragBox.getItem() +item = self._currentDragBox.getItem() if (newTime.absdate != item.startTime.absdate): item.ChangeStart(DateTime.DateTime(newTime.year, newTime.month, newTime.day, ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (morgen) Fix for bug 2635 -- display status bar message during share acceptance, r=john

2005-03-09 Thread commits
d() share = Sharing.newInboundShare(self.itsView, url) share.get() +statusBlock.setStatusMessage( _('Subscribed to collection') ) # @@@ Remove this when the sidebar autodetects new collections collection = share.contents ___ Co

[Commits] (morgen) Fixes bug 2651, r=grant

2005-03-10 Thread commits
.getSMTPAccount(view) +else: +account = getWebDAVAccount(view) response = \ application.dialogs.AccountPreferences.ShowAccountPreferencesDialog( ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (stearns) Fix bug 2606 (DV blanks out when you select calendar app in the filter bar), r=capps

2005-03-10 Thread commits
chandler/parcels/osaf/views/main/parcel.xml:1.189 chandler/parcels/osaf/views/main/parcel.xml:1.190 --- chandler/parcels/osaf/views/main/parcel.xml:1.189 Thu Mar 3 18:03:03 2005 +++ chandler/parcels/osaf/views/main/parcel.xml Thu Mar 10 10:38:53 2005 @@ -1,7 +1,7 @@ - - + + @@

[Commits] (bkirsch) Adds mail message creation to Generate Test menus. Fixes bug #2610 -r Bryan Stearns

2005-03-10 Thread commits
collections = GenerateItems(view, 5, GenerateCollection, [], mainView, existingNames) -for fn in GenerateNote, GenerateCalendarEvent, GenerateTask, GenerateEventTask: # GenerateContact omitted. +for fn in GenerateMailMessage, GenerateNote, GenerateCalendarEvent, GenerateTask, GenerateEventTask: # GenerateContact omitted. GenerateItems(view, count, fn, collections) view.commit() ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Hardhat changes for cleanup and to also change the download index.html text

2005-03-10 Thread commits
exists(versionFile): os.remove(versionFile) versionFileHandle = open(versionFile, 'w', 0) -versionFileHandle.write("build = \"" + buildenv['buildVersion'] + "\"\n") -versionFileHandle.write("release = \".5\"\n") +versionFileHandle.write('build = "%s"\n' % buildenv['buildVersion']) +versionFileHandle.write('release = "%s.%s-%s"\n' % (majorVersion, minorVersion, releaseVersion)) versionFileHandle.close() + +return (majorVersion, minorVersion, releaseVersion) def generateDocs(buildenv): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Hardhat changes for cleanup and to also change the download index.html text

2005-03-10 Thread commits
- CreateShortCut "$DESKTOP\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" + CreateShortCut "$SMPROGRAMS\Chandler\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" ; "" "path\to\foo.ico" + CreateShortCut "$DESKTOP\Chandler.lnk" "$INSTDIR\${PRODUCT_BINARY}" ; "" "path\to\foo.ico" SectionEnd ; create the uninstall shortcut - done here so that it will only @@ -130,7 +132,7 @@ FunctionEnd Function un.onInit -!insertmacro MUI_UNGETLANGUAGE + ;!insertmacro MUI_UNGETLANGUAGE MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you want to completely remove $(^Name) and all of its components?" IDYES +2 Abort FunctionEnd ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (bear) Hardhat changes for cleanup and to also change the download index.html text

2005-03-10 Thread commits
#x27;%s (%s)\n' % \ +(userInstall[0], userInstall[0], hardhatutil.fileSize(userInstall[1])) +index += 'MD5 checksum: %s\nSHA checksum: %s\n' % \ + (hardhatutil.MD5sum(userInstall[1]), hardhatutil.SHAsum(userInstall[1])) + +if devInstall: +index += 'Developer Installer\n' +\ + "If you're a developer and want to run Chandler in debugging mode, " +\ + 'this distribution contains debug versions of the binaries. ' +\ + 'Assertions are active, the __debug__ global is set to True, ' +\ + 'and memory leaks are listed upon exit. You can also use this ' +\ + 'distribution to develop your own parcels (See ' +\ + 'http://wiki.osafoundation.org/bin/view/Chandler/ParcelLoading";>Parcel Loading ' +\ + 'for details on loading your own parcels).\n' +\ + devInstall[2] + '\n' + +index += '%s (%s)\n' % \ +(devInstall[0], devInstall[0], hardhatutil.fileSize(devInstall[1])) +index += 'MD5 checksum: %s\nSHA checksum: %s\n' % \ +(hardhatutil.MD5sum(actualDistro), hardhatutil.SHAsum(devInstall[1])) + +index += 'Compressed Install Images\n' +\ + 'The End-User and Developer compressed images contain a snapshot of Chandler.\n' +\ + 'Use these if you cannot or do not want to use the installers.\n' + +if userTarball: +index += 'End-Users: %s (%s): %s\n' % \ +(userTarball[0], userTarball[0], hardhatutil.fileSize(userTarball[1]), userTarball[2]) +index += 'MD5 checksum: %s\nSHA checksum: %s\n' % \ +(hardhatutil.MD5sum(userTarball[1]), hardhatutil.SHAsum(userTarball[1])) + +if devTarball: +index += 'Developers: %s (%s): %s\n' % \ +(devTarball[0], devTarball[0], hardhatutil.fileSize(devTarball[1]), devTarball[2]) +index += 'MD5 checksum: %s\nSHA checksum: %s\n' % \ +(hardhatutil.MD5sum(devTarball[1]), hardhatutil.SHAsum(devTarball[1])) index += '\n' ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (john) * fixed #2630 and some others I couldn't find in bugzilla or haven't yet entered in bugzilla

2005-03-10 Thread commits
: +self.skipNextRangeSelect = False +else: +self.blockItem.postEventByName("SelectItemBroadcast", {'item':item}) + event.Skip() def OnSize(self, event): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (jeffrey) - Added location to iCalendar import/export, fix for bug 2632, r=morgen

2005-03-10 Thread commits
ation = Calendar.Location.getLocation(view, + location) + if reminderDelta is not None: eventItem.reminderTime = convertToMX(dt + reminderDelta) ___________ Commits m

[Commits] (pje) Fix for bug 2629, per John's review of the patch.

2005-03-11 Thread commits
self.exclusions.append (item) if item in self.inclusions: self.inclusions.remove (item) if item in self._resultSet: ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (morgen) Fixes half of bug 2628 - I have made DateTime attribute editor read-only temporarily until we have some better parsing in there. r=capps

2005-03-11 Thread commits
AE needs some +# more robust parsing of the date/time info the user enters. +return True + class RepositoryAttributeEditor (StringAttributeEditor): """ Uses Repository Type conversion to provide String representation. """ def ReadOnly (self, (it

[Commits] (jeffrey) - Keep current working directory from changing when using file selector dialog for iCalendar import. Fixes bug 2620, icons not found after importing a .ics file. r=morgen

2005-03-11 Thread commits
HIDE_READONLY) if dlg.ShowModal() == wx.ID_OK: (dir, filename) = os.path.split(dlg.GetPath()) dlg.Destroy() _______ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

[Commits] (pje) Spike: define query framework interfaces, and implement the "filters" layer

2005-03-11 Thread commits
ob.activateInClass(cls,name) +class EntityClass(Activator,AbstractFilter): +"""Filter support, so that entity classes can be used as query filters""" + +def __contains__(cls,ob): +return isinstance(ob,cls) + + class Entity(object): """Required base class for all entity types""" -__metaclass__ = Activator +__metaclass__ = EntityClass def __init__(self,**kw): for k,v in kw.items(): ___ Commits mailing list Commits@osafoundation.org http://lists.osafoundation.org/mailman/listinfo/commits

<    2   3   4   5   6   7   8   9   10   11   >