Re: [Development] Qt Linguist should tell how many strings are in a file

2018-07-17 Thread scootergrisen
Den 17-07-2018 kl. 18:08 skrev Robert Löhning: Am 09.07.2018 um 16:21 schrieb scootergrisen: I would like it if Qt Linguist would tell how many strings are in the file. Menu View>Statistics only shows words and characters. Doesn't it show this in its lower right corner? It seems s

Re: [Development] Qt Linguist should tell how many strings are in a file

2018-07-09 Thread scootergrisen
Den 09-07-2018 kl. 20:31 skrev Jason H: It's XML, so you can probably write a XSLT :-) How would that make Qt Linguist show how many strings the ts file have? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/

[Development] Qt Linguist should tell how many strings are in a file

2018-07-09 Thread scootergrisen
I would like it if Qt Linguist would tell how many strings are in the file. Menu View>Statistics only shows words and characters. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] Qt Linguist jumps after translation when list is sorted

2018-07-06 Thread scootergrisen
When i translate a file in Qt Linguist i like to sort the context pane so that all untranslated strings are first. But if i do that and then translate a string and that string is the last in the category instead of just going to the next string when i hit Ctrl+Enter it jump to the very first s

[Development] Dropping file in Qt Linguist window is not allowed everywhere

2018-07-06 Thread scootergrisen
If i drag a file i want to open into Qt Linguist i would like the window to accept the fil nomatter where i drop i. It seems the drop it only allowed in three panes. Context, string and translation panes. Using: Qt Linguist 5.10.1 Windows 7 ___ Deve