Commit Graph

3705 Commits

Author SHA1 Message Date
bjorn
ea0af09cbb Added IE6-only testing module for FridgeApp. 2008-11-07 08:56:19 +00:00
bjorn
076a5167d0 Fridge: Added Delete Last button. 2008-11-06 14:31:06 +00:00
bjorn
6578905ddc The PGF GWT module needs to inherit the DnD stuff. 2008-11-06 14:24:38 +00:00
bjorn
f686fd3e2f Fridge: prefix panel layout tweak. 2008-11-06 14:13:24 +00:00
bjorn
4b5a88e6aa Fridge: show initial letters in magnet bag when needed. 2008-11-06 14:11:32 +00:00
bjorn
599fa7dd55 Fridge: minor refactoring. 2008-11-06 13:47:40 +00:00
bjorn
66d46369be Fridge: allow clicks in addition to drag and drop. Don't remove magnets when dnd-ing. 2008-11-06 13:42:16 +00:00
bjorn
95e637b845 Use drag and drop in Fridge app. 2008-11-06 10:15:38 +00:00
bjorn
d0a3b7e78e Brushed metal look for fridge app. 2008-11-05 21:03:23 +00:00
aarne
9d31acc16e German Bronzeage ; two fixes in Italian 2008-11-06 09:55:36 +00:00
aarne
beb43387fe Scandinavian indefinite modified form fix 2008-11-05 22:00:08 +00:00
aarne
d38ed0da06 bug fixes in Finnish 2008-11-05 19:28:14 +00:00
bjorn
a1c8dc8ece Make fridge magnets look more like magnets. 2008-11-05 16:47:52 +00:00
bjorn
294309f2e0 GWT: big refactoring of the translator and fridge apps. 2008-11-05 16:36:52 +00:00
aarne
cfce955aa8 distinguished know_VS and know_V2 in Lexicon; patched Italian imperatives (not quite finished yet) 2008-11-05 10:22:09 +00:00
aarne
8957050a87 slight modifs in Bronzeage, adapted to next-lib 2008-11-05 10:21:28 +00:00
aarne
59e418f77b URL for gwt in README corrected 2008-11-04 15:23:25 +00:00
bjorn
408d4122f6 Get Fridge to compile with changes in Translate. 2008-11-04 14:12:37 +00:00
bjorn
2a567a6891 Forgotten record in src/server/Makefile. 2008-11-04 13:57:27 +00:00
bjorn
9b4d4cc13f Added GWT compile instructions to src/server/README. 2008-11-04 13:32:44 +00:00
bjorn
e4552a97db GWT: changed input na doutput language boxes to not pretend that they allow multiple selections. 2008-11-04 10:44:23 +00:00
bjorn
76b8d37824 pgf-server: write stderr to pgf-error.log, since lighttpd closes stderr for fastcgi processes. 2008-11-04 09:28:21 +00:00
bjorn
1684db98ea Use next-lib when building example PGFs in src/server 2008-11-04 09:10:50 +00:00
bjorn
75c5c52179 Added /random to pgf-server. 2008-11-04 09:09:22 +00:00
bjorn
8a4250c2f4 Fix GWT client-side completion caching bug. Typing a space and then a letter quickly would cause the first request to be cancelled, and the second would use the two steps old results, which didn't go past the space => 0 completions. 2008-11-03 21:07:53 +00:00
aarne
ee7146e96f some tutorial updates ; new structural words Italian and Finnish 2008-11-03 17:22:21 +00:00
aarne
e67587ae5b structural words needed for Attempto ; negative items are overgenerating 2008-11-03 16:52:54 +00:00
aarne
7f0b861ca9 missing constructions in Attempto grammars added 2008-11-03 16:51:43 +00:00
bjorn
df5e7b3363 Added first version of the fridge poetry gui 2008-11-03 16:43:47 +00:00
bjorn
12ecbdc89f gf-server: complete noew sorts case-insensitive 2008-11-03 16:43:19 +00:00
bjorn
34868b04bb GWT: Refactor TranslateApp to make the suggestion panel and the settings panel separate classes. This makes it possible to reuse them in mosg and fridge. 2008-11-03 14:42:49 +00:00
bjorn
580618587b ParseEng: more liberal IdRP 2008-11-03 13:00:35 +00:00
bjorn
bd7e0bd496 Added 'parse' target to Make.hs. 2008-11-03 12:29:28 +00:00
bjorn
e2fb4aa24d ParseEng: StrandRelSlash as variant of RelSlash. 2008-11-03 12:28:40 +00:00
aarne
830bb7e9b0 fixed some spurious errors in romance 2008-10-31 14:39:47 +00:00
bjorn
0eaba1fe1f ParseEng: ise CompleBareVS as variant of ComplVS 2008-10-31 11:04:22 +00:00
bjorn
875e03c92f Use BigLexEng in ParseEng. 2008-10-31 10:58:21 +00:00
bjorn
c0a5ababe8 BigLexEng: use mkV3 instead of dirdirV3 2008-10-31 10:54:39 +00:00
bjorn
3836eaf139 BigLexEng: drop superfluous parantheses. 2008-10-31 10:51:33 +00:00
bjorn
2c7edaa0a2 BigLexEng: better use of mkV3, mkV2, mkN2. 2008-10-31 10:47:28 +00:00
bjorn
bdc0af1564 ParadigmsEng: more versions of mkV2 and mkV3. 2008-10-31 10:43:13 +00:00
bjorn
dbbecda3b3 BigLexEng: Get rid of the last mkV2 with empty second argument. 2008-10-31 10:34:59 +00:00
bjorn
b23aa5ea0d igLexEng: Use mkV2 : Str -> V2 instead of mkV2 (mkV "...") 2008-10-31 10:32:47 +00:00
bjorn
6cc801ed1f BigLexEng: Use one-argument mkV2 instead of two-argument one with empty prep. 2008-10-31 10:28:54 +00:00
bjorn
2d39e424c9 Update BigLexEng to use overloaded paradigms. 2008-10-31 10:26:17 +00:00
bjorn
70ddf9cd91 ParadigmsEng: more overloaded version of mkA2, mkV2, mkV3, mkN2. Added mkSubj. 2008-10-31 10:19:44 +00:00
bjorn
a18c8d67df LexiconEng: Lexicon.sister_N is N, not N2 (but it probably should be). 2008-10-31 10:05:59 +00:00
bjorn
e2f602718a Added BigLexEng from mosg (originally from GF/example) to next-lib/parsing. 2008-10-31 09:26:38 +00:00
bjorn
5a49924c29 Added Pol argument to ExtraEng.Unc* to give them the same signatures as the standard (contracted) versions. This makes it easier to use Unc* as a variant without getting meta-variables when parsing, 2008-10-31 09:22:09 +00:00
aarne
bd71b12224 refactored romance VP. Now it is possible to parse with Spanish and Catalan; for the rest, some Slash rules still pose a problem. Some clitic and agreement things unfinished. All this in next-lib only; resource 1.4 untouched 2008-10-30 20:38:51 +00:00