Граф коммитов

141294 Коммитов

Автор SHA1 Сообщение Дата
vladimir%pobox.com 0f2db322cc whitespace only changes, get rid of tabs 2005-04-24 18:51:02 +00:00
shaver%mozilla.org da5cc1b648 iTIP/iMIP improvements:
- Add Accept/Decline buttons to the summary display; both currently have the
   same effect:

 - Add the (someday: "accepted") item to the user's first calendar.

Also, teach the timezone heuristics about Eastern Time.

NPTOB.  Not as cool as vlad.
2005-04-24 18:33:50 +00:00
pinkerton%aol.net 2b6804c5fa dbl-click item in d/l manager to open it 2005-04-24 18:28:24 +00:00
silver%warwickcompsoc.co.uk 162c0d651b Bug 291689 - Allow "-" (and other valid characters) in property keys.
r/a=bsmedberg
2005-04-24 17:15:43 +00:00
dbaron%dbaron.org 24d472c3b2 Previous checkin was for bug 249782. 2005-04-24 16:56:13 +00:00
dbaron%dbaron.org a79f8ea34f Fix const-ness of variables so this code compiles when _mbsstr and _mbschr are an overloaded pair of functions differing in constness, as seems to be the case on Visual Studio 2005. r=darin a=asa 2005-04-24 16:53:25 +00:00
vladimir%pobox.com 7325b8f57c drag fix for horizontal views 2005-04-24 10:59:07 +00:00
vladimir%pobox.com f9acecc07c more draggy swoopy goodness in the multiday view 2005-04-24 10:53:33 +00:00
vladimir%pobox.com 34ae824ad9 add calIItemOccurrence.equals() 2005-04-24 10:52:27 +00:00
vladimir%pobox.com 9a1ea0b4c9 Fixed CalendarViewController interface to correctly deal with Occurrences instead of events; selection & event deleting via keyboard 2005-04-24 06:37:18 +00:00
vladimir%pobox.com 3e83208919 cut and paste strikes again; call the correct functions here 2005-04-24 06:34:43 +00:00
vladimir%pobox.com 95b2b685cc basic view event selection 2005-04-24 04:45:57 +00:00
vladimir%pobox.com aee3b880f3 don't create tiny events 2005-04-24 03:41:48 +00:00
vladimir%pobox.com 6df5d58451 more fixication 2005-04-24 03:16:16 +00:00
vladimir%pobox.com 31d26e7fdd more view event creation goodness 2005-04-24 03:09:20 +00:00
robert%accettura.com 479e8b9b42 I could have sworn I did this already, but I guess not. Removing rss feeds from header (which is really just a dump of mozilla.org page), and adjusting tabs to meet reporter's needs. No bug. Already implemented on server. 2005-04-24 02:50:19 +00:00
vladimir%pobox.com f6dd018024 more view fixes 2005-04-24 02:06:55 +00:00
vladimir%pobox.com b5c3248b3d I dare you to drag out an event in the view. Double dare ya. 2005-04-23 21:48:54 +00:00
pinkerton%aol.net a7786fce2b pref to have tab bar always visible (bug 162241) 2005-04-23 21:09:04 +00:00
pinkerton%aol.net 0cbc19cb7f separate 64bit progress api from 32bit because of possible compiler bug
passing long long params between c++ and objc (bug 291406)
2005-04-23 19:20:41 +00:00
steffen.wilberg%web.de 9e785f6315 Bug 263599: Status bar reappears after Print Preview even if it was hidden before. p=jcginn@gmail.com, r=mconnor, a=asa 2005-04-23 16:37:20 +00:00
brendan%mozilla.org ca78fd8700 Improve error reporting for too many array initialisers (276289, r/a=me). 2005-04-23 06:10:25 +00:00
ben%bengoodger.com b4ee0802b7 <mconnor> it's splas.rc all over again! 2005-04-23 04:26:12 +00:00
neil.williams%sun.com ecc84eb4f9 Bug 291555. Makes certutil process null CSR ext req lists as it did before NSS3.10. r=nelson 2005-04-23 03:58:19 +00:00
robert%accettura.com d59d1e4be7 Removed 2 bogus alert()'s I accidentally left after some testing. About as unnecessary and annoying as an Ashton Kutcher movie. 2005-04-23 03:20:15 +00:00
robert%accettura.com 75526ffda0 no bug, not part of build just yet. Some UI consolidation, we now register a user on the fly when they submit a report, rather than make it a whole step and add more clicks (less is more). Some more subtle changes, nothing noteworthy. a=asa. 2005-04-23 03:11:56 +00:00
brendan%mozilla.org ca6ebfbcf0 Allow up to 2^23 literals in a script (155081, r=shaver, a=me). 2005-04-23 02:14:20 +00:00
nelsonb%netscape.com 94e828fc62 Prevent crash in certutil -C when incoming request has no attributes.
Bug 291542. r=julien.pierre
2005-04-23 02:12:00 +00:00
mkanat%kerio.com 30b0a67c09 Bug 287986: Bugzilla::DB::Mysql needs a way to read in a Schema object from the disk
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-23 02:11:51 +00:00
mkanat%kerio.com a6a6c688e3 Bug 285722: Updates From 2.18- to 2.20+ will not work
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Tomas.Kopal, a=justdave
2005-04-23 02:09:23 +00:00
ben%bengoodger.com c68bf62671 fix build bustage - use comptr to delete obj 2005-04-23 02:08:12 +00:00
mkanat%kerio.com 4827503bd9 Bug 290277: Index renaming may fail if misnamed PRIMARY indexes exist
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat, a=justdave
2005-04-23 02:07:46 +00:00
ben%bengoodger.com 248b172d94 291206 - verbose template rule format does not support parsetype='Integer' for literal match conditions... r=vlad sr=bryner a=brendan 2005-04-23 01:42:31 +00:00
ben%bengoodger.com 06cbe5532b 291177 - need interface for enumerating directories, implement nsIDirectoryEnumerator with close() method to free system resources after enumeration complete - used incorrect checkin comment for previous checkin which has the meat of the change! r+sr=darin a=brendan 2005-04-23 01:41:42 +00:00
ben%bengoodger.com ba4476693f 286034 - allow extensions to be installed/uninstalled by simply adding/removing their directories... r=bsmedberg, sr=darin, a=brendan 2005-04-23 01:39:51 +00:00
vladimir%pobox.com 99cba17889 some more view prettyness fixes 2005-04-23 00:23:15 +00:00
dougt%meer.net 765a461967 disable crypto while I work on coreconf. WINCE ONLY. Not part of normal build 2005-04-23 00:21:35 +00:00
brendan%mozilla.org 489e632cd4 Check in timeless's patch to protect against last-ditch GCs under JS_InitClass (291439, r/a=me). 2005-04-23 00:07:35 +00:00
timeless%mozdev.org 9dc347d575 fix GC_MARK_DEBUG for !JS_HAS_XML_SUPPORT 2005-04-22 23:53:40 +00:00
pavlov%pavlov.net 21cb9652c2 fixing event dialog to use use timezone-corrected times when displaying start/end times. adding some code to try to guess what your system timezone is 2005-04-22 22:57:08 +00:00
scott%scott-macgregor.org 48c07f7419 Bug #287793 --> fix a typo
patch by robert sayre
2005-04-22 21:44:52 +00:00
scott%scott-macgregor.org 5764fa12a1 Bug #291346 --> don't migrate the remember.signon pref 2005-04-22 21:33:59 +00:00
scott%scott-macgregor.org 5ec2f422c2 Bug #254557 --> mail/app/Makefile.in DESTDIR typo lets 'make install DESTDIR=/tmp/somedir/' fail
Patch by Geir Thomassen

r=bsmedberg
2005-04-22 21:27:25 +00:00
scott%scott-macgregor.org cbad4bc0df Avoid dereferencing a null object and throwing a needless JS error 2005-04-22 21:18:08 +00:00
julien.pierre.bugs%sun.com 8d17148cc8 Fix for bug 170911 - add support for >2GB files on OS/2. r=mkaply, pedemonte 2005-04-22 21:14:03 +00:00
vladimir%pobox.com c821876e36 Let GetInTimezone return a new calDateTime correctly for dates, by just setting the timezone on the newly created time and not doing anything to the month/day 2005-04-22 21:11:14 +00:00
bsmedberg%covad.net 1264c60eb5 Updating all-locales list 2005-04-22 20:44:44 +00:00
dougt%meer.net b612c13e8c Default WINCE mozconfig file. Not part of normal build 2005-04-22 20:18:53 +00:00
tor%cs.brown.edu 745fa565a5 Bug 291499 - prevent infinite indent in layout-debug. r+sr+a=dbaron 2005-04-22 19:46:35 +00:00
dougt%meer.net 0a2ca830f9 Adding a few missing registry functions. WINDOWS CE ONLY. Not Part of the normal build 2005-04-22 19:36:37 +00:00