Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-06-16implemented functionality for replacement operations, that is ↵v20080616-0800isikm4-6/+29
multichar-deletions, which are done by marking some text and instead of deleting it, replacing it with something else of arbitrary length by inserting text right away, i.e. pressing a button or pasting something - introduced dependency between DocShare class and Cola-specifics, needs to be refactored at some point
2008-06-16included last operational transformation mechanism - that is deletions vs. ↵isikm6-39/+88
insertions - and required adaptations at various places
2008-06-16Refactoring for addressing bug 237169v20080615-2252slewis23-51/+56
2008-06-15remote deletion handles conflict with locally applied insertion when ↵isikm1-4/+15
deletion starts at a lower index/offset and extends into/over the insertion, by splitting the deletion up - ensures deletion of correct parts before and after the inserted, conflicting text - next up is adapting ColaSynchronizer to deal with this
2008-06-15work-in-progress on handling deletions vs. insertions and vice versa, remote ↵isikm4-69/+75
insertion vs. local deletion seems fixed, will require more testing, last remaining item is remote deletion vs. local insertion - integrated mechanism for operations that need to be split in two as a result of an operational transform
2008-06-15introduced boolean field for splitting up operations during transformation ↵isikm1-2/+12
and fixed return types of counter get-methods
2008-06-15changed visibility modifiers on instance fields in ColaUpdateMessageisikm2-4/+4
2008-06-15added simple method to return the length of inserted text, computed as ↵isikm1-0/+4
(String)text.length()
2008-06-15fixed deletions to properly apply algorithm on deletion vs. deletion ↵isikm1-2/+60
transformations - next up are changes to ColaDeletion and ColaInsertion to deal with transformations involving one operation from each class
2008-06-15renamed setLength() to read setLengthOfReplacedText() to rule out ambiguitiesisikm1-1/+1
2008-06-15renamed UpdateMessage getLength() to read getLengthOfReplacedText() - ↵isikm1-5/+20
ColaInsertion relies on/uses this method and is affected of the renaming - working on fixind deletions to implement correct algorithm, previous implementation missed out on an important detail - this is WIP
2008-06-14minor javadoc, added comment for parameterisikm1-0/+1
2008-06-14renamed method getLength() in UpdateMessage to be getLengthOfReplacedText() ↵isikm3-6/+6
- getLength() is ambiguous and could be thought of as returning the length of insertion operations
2008-06-14updated comments and javadocisikm1-0/+14
2008-06-14fixed ColaInsertion, correctly works against single and multiple character ↵isikm1-39/+6
insertions now - previous versions contain major flaw/bug - no operational transformation of queued up/unack local ops, that is being done now - next up is fixing deletions and making them work with insertions
2008-06-13updated javadocs.xml to RC5slewis1-1/+1
2008-06-13RESOLVED - bug 236810: IDiscoveryContainerAdapter may extend IContainermkuppe2-3/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236810
2008-06-13RESOLVED - bug 236810: IDiscoveryContainerAdapter may extend IContainermkuppe1-2/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236810
2008-06-12Update to Orbit drop R20080611105805 for Ganymedeslewis1-3/+3
2008-06-12RESOLVED - bug 236831: [Discovery][SLP] JSLPNamespace discards ↵v20080612-1321mkuppe1-3/+6
IServiceID.getname() https://bugs.eclipse.org/bugs/show_bug.cgi?id=236831
2008-06-12RESOLVED - bug 236831: [Discovery][SLP] JSLPNamespace discards ↵mkuppe3-2/+91
IServiceID.getname() https://bugs.eclipse.org/bugs/show_bug.cgi?id=236831
2008-06-12RESOLVED - bug 236827: [Discovery] discovery.ui may use composite containermkuppe2-3/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236827
2008-06-12RESOLVED - bug 236826: [Discovery] Remoteservices may use Composite ↵mkuppe2-7/+10
discovery provider https://bugs.eclipse.org/bugs/show_bug.cgi?id=236826
2008-06-12RESOLVED - bug 236819: [Discovery] Composite container doesn't register ↵mkuppe3-28/+90
itself as an OSGi service https://bugs.eclipse.org/bugs/show_bug.cgi?id=236819
2008-06-12RESOLVED - bug 236823: [Discovery] Composite container doesn't register a ↵mkuppe3-0/+79
Namespace https://bugs.eclipse.org/bugs/show_bug.cgi?id=236823
2008-06-12RESOLVED - bug 236812: [Discovery][JMDNS] connect swallows root (JMDNS) ↵mkuppe1-1/+1
exception https://bugs.eclipse.org/bugs/show_bug.cgi?id=236812
2008-06-12RESOLVED - bug 236810: IDiscoveryContainerAdapter may extend IContainermkuppe1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236810
2008-06-12RESOLVED - bug 236810: IDiscoveryContainerAdapter may extend IContainermkuppe2-3/+3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236810
2008-06-12Checkins from Mustafa Isik to address ↵slewis20-279/+529
https://bugs.eclipse.org/bugs/show_bug.cgi?id=207530
2008-06-12Fix for 236759v20080611-2118slewis1-102/+196
2008-06-11Fix for ClientContainerConnectTestv20080611-1541slewis1-16/+23
2008-06-11Fix for bugs 236318, and 236568.slewis1-14/+63
2008-06-11Fix for bugs 236318, and 236568.v20080611-1514slewis10-281/+367
2008-06-11Fixed launch configv20080611-1215slewis1-2/+2
2008-06-11Fixed getUsername and getPassword so that they fail more ↵slewis1-4/+4
explicitly/gracefully when necessary system properties have not been set
2008-06-10Fixed launch configslewis1-2/+3
2008-06-09RESOLVED - bug 236037: Utilize APIToolingv20080609-1053mkuppe2-0/+17
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236037
2008-06-09RESOLVED - bug 236037: Utilize APIToolingmkuppe2-0/+17
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236037
2008-06-09RESOLVED - bug 236037: Utilize APIToolingmkuppe1-0/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236037
2008-06-09RESOLVED - bug 236037: Utilize APIToolingmkuppe1-0/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236037
2008-06-09Fix for launch config for 3.3.2v20080608-2252slewis1-2/+3
2008-06-08Applied refactoring of DiscoverableServer and Activator to HEADslewis2-30/+45
2008-06-07Consistency with Release_2_0 branchv20080607-1616slewis1-1/+2
2008-06-07Move to JmDNS 2.0. CQ: 2318slewis7-10/+27
2008-06-07Preparing for 232116slewis6-27/+134
2008-06-07change to launch configslewis1-2/+2
2008-06-07Javadocs (only) fix for 236145slewis1-3/+6
2008-06-07Releasing fix for 234329 after 3 committer approvalslewis1-5/+8
2008-06-07added the qualifier to the version.jrellerme1-1/+1
2008-06-06applied the changes of the RC2 version. (CQ 2295)jrellerme16-481/+886

Back to the top