Activité
Du 16/11/2019 au 15/12/2019
13/12/2019
- 15:48 Révision 2442: simplify persistable
- 14:43 Bug #2697 (Feedback): Execute several commands in a row using complex CQP queries leads to a JVM/...
- New current state:
All methods of MemCqiClient dealing with MemCqiServer has been defined as synchronized.
=> it seem... - 14:35 Bug #2682: Editor results computing executed with not computed parents branch or too long process...
- New issue about the native crash: http://forge.cbp.ens-lyon.fr/redmine/issues/2697.
- 14:32 Bug #2697 (Feedback): Execute several commands in a row using complex CQP queries leads to a JVM/...
- Execute several commands in a row using complex CQP queries leads to a JVM/cqpjni crash or a Visual C++ runtime crash...
- 09:57 Task #2696 (Closed): Improve TXMResult delete confirmation pop up window messages
- *Confirmation de suppression d'un résultat*
Choisir entre :
FR
* Voulez-vous vraiment supprimer {0} ?
* Voulez-...
12/12/2019
- 17:23 Révision 2441
- 10:53 Révision 2440: fix import directory name refs #2695
- 10:52 Bug #2695 (Closed): RCP: 0.8.0, Import fail when the source directory starts or ends with a blank
- The source directory path was trimmed in the SourceDirectory dialog.
No error in the Java File API
10/12/2019
- 17:10 Révision 2439: fix Properties lazy loading
- 16:54 Bug #2685: RCP: 0.8.0, finalize lazy loading of TXMResult children
- To fix that I edited org.txm.core.results.TXMResult.getCurrentName() to force the simple name BEFORE the lazy name. N...
- 16:42 Bug #2685: RCP: 0.8.0, finalize lazy loading of TXMResult children
- Lazy loading has been implemented with a variation the described solution:...
- 16:40 Bug #2683: Parts creation from a lazy loaded Partition seems to execute some actions twice
- Fixed.
- 16:00 Révision 2438: block TXMEditor.compute when the computeJob is running
- 15:16 Révision 2437: Finalize the start and done computing messages of results (refs #2573)
- Finalize lazy loading of TXMResult children (refs #2685)
09/12/2019
- 13:57 Task #2694 (Feedback): RCP: 0.8.0, set Debian package architecture
- In the Debian "control" file replace "Architecture: all" by "Architecture: amd64".
h3. Validation tests
* run T...
06/12/2019
- 17:30 Bug #2662: RCP: 0.8.0, Cooccurrences right distance broken on multi position pivot
- need verifications
- 13:14 Bug #2682: Editor results computing executed with not computed parents branch or too long process...
- Need to do a new issue about the cqpjni multi-thread access and maybe about the transfer of C++ errors to Java except...
05/12/2019
- 14:35 Task #2693 (New): Improve TXMResult deletion console log messages
NOTE: le message de suppression d'un result n'est pas terrible, il faudrait au moins ajouter le type du résultat ?
...- 14:27 Révision 2436: fix open media dialog
- 14:03 Bug #2692 (Closed): RCP: 0.8.0, Remove date from Windows installation directory name
- The current directory name is: "TXM-" + VERSION + "-"+ BUILDDATE
h3. Solution
The name should be: "TXM-" + VER...
04/12/2019
- 15:51 Bug #2677: Infinite loop at TXM starting when deserializing a CA .prefs
- Current state after some checks with MD:
- the fix described above has been validated
- we will later modify the so...
03/12/2019
- 18:22 Bug #2690 (New): GWT: 0.6.2, Maintenance mode not exited completely after "Stop maintenance" in t...
- The message "TXMWEB is closing in 1 minute... Please disconnect." still appears to the user after the maintenance mod...
- 16:57 Task #2689 (New): RCP: X.X, clarify TXMResult persisted values
- In the TXMResult class use the "@Parameter type=INTERNAL" annotation instead of calling autoSaveParametersFromAnnotat...
- 16:32 Bug #2688 (New): RCP: 0.8.0, TreeTagger installation tutorial path incorrect dependance on LOCALE
- On windows, if the LOCALE is set to 'it' (italian), the TreeTagger installation tutorial path used is @http://textome...
- 16:22 Task #2687 (Closed): RCP: X.X, simplify TXMResult persistable variables
- 1) make userPersistable a parameter (see example below)
2a) replace ... - 15:48 Révision 2435
- 15:45 Révision 2434: fix id build
- 15:40 Révision 2433: add Part.getParent
- 14:27 Révision 2432: update messages
- add missing corpus preferences
fix messages - 14:03 Bug #2187: Tables columns auto-resize is very slow on Windows
- NOTE: need to check that the pack() is sufficient on Linux. Check that the column width are well extended to the larg...
- 13:17 Révision 2431: Fixes: Infinite loop at TXM starting when deserializing a CA .prefs (refs #2677)
- Fixes: Parts creation from a lazy loaded Partition seems to execute some actions twice (refs #2683)
- 12:22 Bug #2686 (Feedback): When setting a result to non persistent, its parent may be hidden and never...
- Some commands create intermediate hidden results to compute the final target result.
Eg. a CA from a Partition creat... - 11:25 Révision 2430: Adds/removes comments, formats code
- 11:23 Révision 2429: Removes the partition computing when creating CA from partition
- 11:21 Révision 2428: Applies Java formatter to source files
- 11:18 Révision 2427: Adds/removes comments
- 11:17 Révision 2426: Adds comment
- 10:29 Bug #2685 (Closed): RCP: 0.8.0, finalize lazy loading of TXMResult children
- Currently TXMResult children are automatically computed when the TXMResult is computed.
This simplifies the usage ... - 10:25 Feature #978 (Closed): TBX: 0.7.6, lazy loading for subcorpora and partitions
- 10:24 Feature #2684 (New): RCP: X.X, lazy loading improvements and options for subcorpora and partitions
Remarks:
* lazy loading can be an option, global or per corpus
* lazy loading could allow us to offert corpus loa...
02/12/2019
- 13:20 Révision 2425: fix word id and attribute name builder
- 10:41 Révision 2424: fix some vlc events & messages
29/11/2019
- 17:03 Révision 2423: force discovery before creating the VLCPlayer
- 15:11 Bug #2683 (Closed): Parts creation from a lazy loaded Partition seems to execute some actions twice
- Parts creation from a lazy loaded Partition seems to execute some actions twice.
See: org.txm.searchengine.cqp.corpu... - 15:08 Bug #2682 (Feedback): Editor results computing executed with not computed parents branch or too l...
- WIP SJ:
There are most cases where an editor may seems ready to be used but actually doesn't.
Behavior may be pr... - 14:31 Révision 2422: fix code for macosx&windows
- 14:17 Révision 2421: update vlcj lib
- 13:31 Révision 2420: remove project specific java compiler configuration files
- 13:14 Révision 2419: Progress on #2464
- 12:45 Révision 2418: Progress on #2464 + test refs #2464
- 12:43 Révision 2417: Progress on #2464
- 11:57 Bug #2187: Tables columns auto-resize is very slow on Windows
- See the method org.txm.rcp.editors.TXMEditor.packColumns(TableViewer)
- 09:59 Bug #2681 (New): Remove MaxPermSize=256m VM arg from Window product
- MaxPermSize=256m VM argument is used in the product launcher configuration. This argument doesn't exist anymore in Ja...
28/11/2019
- 14:39 Révision 2416: Applies Java formater to all source files
- 10:53 Révision 2415: fix SVN conflicts
- 10:44 Révision 2414: Adds comment
- 10:41 Révision 2413: Applies Java formater to all source files
- 10:40 Task #2680: Manage an order of engines instead of a unique current engine selection
- Some tests are currently done in /org.txm.chartsengine.core/src/org/txm/chartsengine/core/ChartsEnginesManager.java.
... - 10:39 Task #2680 (New): Manage an order of engines instead of a unique current engine selection
- Manage an order of engines instead of a unique current engine selection.
The engines are not exclusive but should be... - 10:37 Révision 2412: fix subcorpus and partition creation
- 10:29 Bug #2679 (Feedback): Deleting a result node doesn't close its result children editors
- Deleting a result node doesn't close its result children editors.
h3. Validation tests
WIP, SJ:
3 cases of a... - 10:28 Révision 2411: Applies Java formater to all source files
- 10:27 Révision 2410: Applies Java formater to all source files
- 10:13 Task #2678 (New): Improve partition creation process duration (improve query for part creation)
- Queries of type: @[_.sp_n="97"] expand to sp@
are very heavy.
There are some optimization in /org.txm.searchengin... - 10:07 Task #2400: Standardize the text labels of the results in some UI locations
- Also see: https://sharedocs.huma-num.fr/#/948/9592/Sp%C3%A9cifications for start and of computing messages definition...
- 09:26 Révision 2409: Applies Java formater to all source files
- 09:25 Révision 2408
- 09:19 Bug #2677 (Closed): Infinite loop at TXM starting when deserializing a CA .prefs
- recursion infinie lors de la réouverture de TXM si il y a une CA persistée
Caused by: java.lang.StackOverflowError
...
27/11/2019
- 13:55 Task #2675 (New): Diagnose TXM behaviors processing a large corpora
- Diagnose TXM behaviors processing a large corpora
SJ: WIP, premiers retours
===== Tests performance et ergo... - 13:51 Feature #2673: CQPEngine, try to avoid the "[]" query where it's possible
- "[]" CQP queries locations:
* UnitConcordanceToolbar.java
** 173: buffer.append("[]");
* ComputeDemocratMeasureMe... - 13:41 Task #2674 (New): Optimize CQPLexicon creation
- Optimize CQPLexicon creation.
Avoid using heavy CQP query "\"[]\""
See: org.txm.searchengine.cqp.corpus.CQPLexicon.... - 13:37 Feature #2673 (New): CQPEngine, try to avoid the "[]" query where it's possible
- CQPEngine, try to avoid the "[]" query when it's possible.
At this moment, this query can be used to convert subco... - 12:59 Révision 2407
26/11/2019
- 15:29 Révision 2406
- 15:28 Révision 2405: Applies Java formater to all source files
- 15:28 Révision 2404: Applies Java formater to all source files
- 15:24 Révision 2403: Applies Java formater to all source files
- 15:24 Révision 2402: Applies Java formater to all source files
- 15:20 Révision 2401: Applies Java formater to all source files
- 14:20 Révision 2400
- 14:20 Révision 2399
- 14:18 Révision 2398
- 14:15 Révision 2397: Applies Java formater to all source files
- 14:08 Révision 2396: Applies Java formater to all source files
- 13:59 Task #2672 (New): RCP: X.X, disable workspace auto-build preference
- See default value of the preference to "false" (General > Workspace > auto build, Général > Espace de travail > génér...
- 11:23 Révision 2395: fix transcriber compiler to set the correct sp:start+end property names
- remove old tokenizer code
- 11:17 Révision 2394: move selection expand code from URS plugin to edition plugin refs #2295
- 11:16 Révision 2393: add utils methods to build positions arrays
- 11:16 Révision 2392: add links from Edition&Concordance to open XML-TXM files refs #2671 refs #2670
- 11:15 Feature #2671 (New): RCP: X.X, link Concordance to XML editor V1
- see specs: https://groupes.renater.fr/wiki/txm-info/public/spec_corpus_mutable#edition_directe_de_la_representation_p...
- 11:10 Feature #2670 (New): RCP: X.X, link Edition to XML editor V1
- see specs: https://groupes.renater.fr/wiki/txm-info/public/spec_corpus_mutable#edition_directe_de_la_representation_p...
- 10:59 Révision 2391: refs #2659
- 10:58 Révision 2390: simplify tokenizer parameters initialisation refs #2666
- 10:57 Révision 2389: normalize property name in XML -> XML-TXM steps refs #2659
- 10:49 Feature #2669 (New): When creating partition on numeric value the parts order is numeric
- When creating partition on numeric values the parts order is numeric, eg. 0, 1, 10, 100, 101, etc. By default and bef...
- 10:38 Bug #2668 (New): When sorting on a column of a large lexical table the horizontal scrolling is reset
- When sorting on a column of a large lexical table the horizontal scrolling is reset so the user can not directly see ...
- 10:11 Révision 2388
- 09:29 Révision 2387
- 09:28 Révision 2386
25/11/2019
- 14:11 Feature #2667 (New): RCP: 0.8.0, CQP max structural units property values length
- because of:
./cl/cl.h:#define CL_MAX_LINE_LENGTH 8192
CQP structure property values are limited to 8192
h3. So...
22/11/2019
- 16:08 Révision 2385: format
- 16:05 Révision 2384
- 16:03 Révision 2383: format
- 10:36 Task #2666 (Closed): RCP: 0.8.0, TokenizerClasses class cleanning
- choose TokenizerClasses.groovy OR TokenizerClasses.java
mark deprecated code
simply initialisation
h3. probl...
21/11/2019
- 17:20 Bug #2665 (New): RCP: 0.8.0, double quotes and new lines in CQP structure property values
- check what happen to '"' and '\n' whil compiling the CQP corpus in imports modules :
- XTZ
- Transcribers
- XML/w ... - 15:08 Bug #2664 (Closed): RCP: 0.8.0, transcriber import, broken div property values on double quotes
- 14:10 Révision 2382
- 14:09 Révision 2381: fix attributes double quotes in xtz and transcriber compiler steps
- 14:08 Révision 2380: fix getMatch(0)
- 14:07 Révision 2379: format + doc
- 14:07 Révision 2378: refs #2657
- 10:31 Task #2663 (New): PROXY: Ubuntu, BackToText from concordance UI deadlock
19/11/2019
- 15:44 Révision 2377: fix right distance of cooccurents refs #2662
- 15:44 Bug #2662 (Closed): RCP: 0.8.0, Cooccurrences right distance broken on multi position pivot
- when pivot is multi positions the right distance is computed using the first token (=ignoring the pivot length)
h3... - 13:41 Bug #2661 (New): RCP: 0.8.0, Ubuntu, BackToText from concordance UI freeze
- BackToText command from the concordance editor might cause a UI freeze (CPU is 100% used)
see attached NPS snapsho... - 11:44 Bug #1501 (Closed): RCP: 0.7.7, validating the progression creation dialog box when no query has ...
- the dialog box has been replaced
- 11:44 Task #1520 (Closed): When adding a query in the progression dialog box the text input of the new ...
- the dialog has been replaced
- 09:33 Feature #2660 (New): RCP: X.X, open multiple editors per result
- The main need is to be able to open multiple editions of the same corpus/text
2 concordances should be able to man... - 09:25 Feature #2659 (New): RCP: X.X, normalize and update cqp properties name formatting
- 1- allow charracter "-" (more characters ?)
2- replace "_" to "-"
3- ensure format rules are used in the XML-TXM fi... - 09:15 Feature #2658 (New): RCP: X.X, Edition navigation history
- add a navigation history to the Edition editor. This enable to move backward and forward in shown pages.
e.g when ... - 09:11 Feature #2657 (Closed): RCP: X.X, BackToMedia from word selection in Edition
- Like a Edition to Concordance link, use the word selection to build the segment to play
If one word is selected us...
18/11/2019
- 16:34 Feature #2656 (New): RCP: X.X, Hide Windows start up dos window
- In TXM 0.8.0, TXM is launch using the TXM.bat file via the Start menu -> the dos window stays open while TXM is runni...
- 15:01 Révision 2376: fix EuroPress2XML imports
- fix RenameFiles macro content
- 14:45 Révision 2375: fix JTidy import declaration
Formats disponibles : Atom