Commit graph

7391 commits

Author SHA1 Message Date
Benoît Minisini
d968c2f3ed Merge branch 'master' into 'master'
Dutch translations re-added to gb.term.form

See merge request gambas/gambas!94
2019-05-24 00:14:36 +00:00
W. Raets
615c5e89ed Updated all Dutch translations and dutch translator e-mail address
[DEVELOPMENT ENVIRONMENT]
* NEW: Updated Dutch translations

[WIKI CGI SCRIPT]
* NEW: Updated Dutch translations

[WEB SITE MAKER]
* NEW: Updated Dutch translations

[GB.ARGS]
* NEW: Updated Dutch translations

[GB.DB.FORM]
* NEW: Updated Dutch translations

[GB.FORM]
* NEW: Updated Dutch translations

[GB.FORM.DIALOG]
* NEW: Updated Dutch translations

[GB.FORM.MIDI]
* NEW: Updated Dutch translations

[GB.NET.POP3]
* NEW: Updated Dutch translations

[GB.REPORT]
* NEW: Updated Dutch translations

[GB.REPORT2]
* NEW: Updated Dutch translations

[GB.TERM.FORM]
* NEW: Updated Dutch translator e-mail

[GB.WEB.FEED]
* NEW: Updated Dutch translator e-mail

[GB.WEB.FORM]
* NEW: Updated Dutch translator e-mail
2019-05-24 00:14:36 +00:00
gambas
58acdfe9a0 Merge branch 'master' of gitlab.com:gambas/gambas 2019-05-24 01:59:18 +02:00
gambas
baa18e8522 Tooltips now support rich text, like in the QT components.
[GB.GTK]
* BUG: Tooltips now support rich text, like in the QT components.

[GB.GTK3]
* BUG: Tooltips now support rich text, like in the QT components.
2019-05-24 01:58:28 +02:00
glixx
44914102a5 examples: Embedder: fix wrong using richtext for tooltip 2019-05-24 02:27:35 +03:00
glixx
b2c6f917e4 examples: Games: Pong: revert window size how it was before 2019-05-24 02:11:59 +03:00
Tobias Boege
de5cb9d26b Make Gambas/Invaders example compile
[EXAMPLES]
* BUG: Make Games/Invaders compile
2019-05-23 19:49:06 +02:00
gambas
0bfe40ac76 Message boxes now correctly use the translated title.
[GB.GTK]
* BUG: Message boxes now correctly use the translated title.

[GB.GTK3]
* BUG: Message boxes now correctly use the translated title.
* BUG: Rudimentary support for GDK backends that are not X11.
2019-05-23 19:15:03 +02:00
glixx
beb9e1fc15 examples: SerialPort: better caption of About dialog 2019-05-23 09:33:31 +03:00
glixx
61567999b1 add myself to AUTHORS 2019-05-23 08:50:09 +03:00
glixx
42aed39f01 revert last commit to fix merge conflict 2019-05-23 08:05:09 +03:00
glixx
e464a518eb s/mandriva/mageia/ 2019-05-23 07:24:34 +03:00
glixx
2d2bb373c2 Update Russian translation 2019-05-23 07:15:00 +03:00
glixx
21fd8b86b6 examples: Games: BeastScroll: disable translation because of not drawing translated strings 2019-05-23 04:04:08 +03:00
glixx
615f5640e1 examples: Lighttable: fix html file opening 2019-05-22 10:09:38 +03:00
glixx
3b563c1f64 examples: Games: RobotFindsKitten: reading localized nkis.txt if exists 2019-05-22 06:12:28 +03:00
glixx
b7b5cbfe31 examples: Pong: fix "out of bounds" 2019-05-22 05:57:48 +03:00
glixx
fe0b864739 examples: improve i18n and fix KeyPress events 2019-05-22 05:43:29 +03:00
GianluigiOr
94c00feb6c Contains fix and new Italian translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.

[GB.TERM.FORM]
* NEW: The complete new translation.
2019-05-21 16:04:57 +02:00
glixx
d7fc8cb660 examples: fix MapView 2019-05-21 09:41:00 +03:00
glixx
9a027af183 fix usage of TimeBox 2019-05-21 09:34:51 +03:00
glixx
7faa79aa18 examples: improve i18n 2019-05-21 09:02:05 +03:00
gambas
609e3348dd Stream.Eof is a new property that returns if end of stream has been reached.
[INTERPRETER]
* NEW: Stream.Eof is a new property that returns if end of stream has been reached. It's the same thing as Eof(Stream).
2019-05-20 16:14:17 +02:00
glixx
d40fdebd7c examples: typo 2019-05-20 10:10:52 +03:00
glixx
51bebc4964 examples: improve i18n 2019-05-20 09:26:41 +03:00
glixx
675c5b2c65 examples: Control: TreeView: improve i18n 2019-05-20 08:23:54 +03:00
glixx
e9cf1cf597 example: NeHeTutorial: using local variable instead of global 2019-05-20 08:11:49 +03:00
glixx
5632fefb5c example: Collection: using local variable instead of global 2019-05-20 07:29:48 +03:00
glixx
a33e14cf87 typo 2019-05-20 06:43:14 +03:00
glixx
6d90a6ac72 examples: OpenGL: improve i18n 2019-05-20 05:29:48 +03:00
glixx
d7685bcd2c examples: Networking: WebBrowser: improve i18n 2019-05-20 04:19:02 +03:00
Alexey Loginov
bee7558a2e use old format for shortcuts for WebCam 2019-05-20 09:47:52 +03:00
gambas
0732689800 About dialog: Wrap license text so that it is not truncated.
[DEVELOPMENT ENVIRONMENT]
* BUG: About dialog: Wrap license text so that it is not truncated.

[GB.GUI.BASE]
* BUG: Paint.DrawRichTextShadow() default radius is now the same as Paint.DrawTextShadow().
2019-05-18 19:26:11 +02:00
gambas
fb68c84a8a Always read the translation of project title and description when displaying a project box, and read them correctly.
[DEVELOPMENT ENVIRONMENT]
* BUG: Always read the translation of project title and description when displaying a project box, and read them correctly.

[TEMPLATES]
* NEW: Update french translation of some template projects.
2019-05-18 19:12:34 +02:00
gambas
947b0188cc And finally replace 'mandriva' by 'mageia'. We should be ok now.
[EXAMPLES]
* BUG: And finally replace 'mandriva' by 'mageia'. We should be ok now.
2019-05-18 18:52:44 +02:00
gambas
6f63a70ef3 GridView: GridView.Rows[].TextAlign is a new property that allows to define the alignment of the row header text.
[GB.GUI.BASE]
* NEW: GridView: GridView.Rows[].TextAlign is a new property that allows to define the alignment of the row header text.
2019-05-18 17:45:14 +02:00
gambas
0064a9a253 Fix '.project' and '.component' files that incorrectly had conflict marks in it.
[GB.NET.POP3]
* BUG: Fix '.project' and '.component' files that incorrectly had conflict marks in it.
2019-05-18 17:43:40 +02:00
gambas
1f018b8404 Reallt remove every 'nl.mo' files still present in the repository. 2019-05-18 17:36:30 +02:00
gambas
85fb0743e2 Revert "Remove every 'nl.mo' files still present in the repository."
This reverts commit a142c76b28.
2019-05-18 17:32:25 +02:00
gambas
a142c76b28 Remove every 'nl.mo' files still present in the repository. 2019-05-18 17:29:34 +02:00
glixx
bfd645ea16 examples: Networking: improve i18n 2019-05-17 10:04:14 +03:00
glixx
baf93db0f2 examples: Multimedia: improve i18n and fix WebCam 2019-05-17 09:29:42 +03:00
glixx
f746a4acf6 examples: Misc: improve i18n 2019-05-17 07:33:54 +03:00
glixx
d8c678c63b examples: Image: improve i18n 2019-05-17 07:17:13 +03:00
glixx
a030b6a0ba examples: Games: improve i18n 2019-05-17 06:44:34 +03:00
glixx
af356974f4 examples: Drawing: improve i18n and fix RandomColorSort 2019-05-17 05:13:49 +03:00
gambas
bbda6921af Request: Posted field request using 'multipart/form-data' and having initial void lines were incorrectly trimmed.
[GB.WEB]
* BUG: Request: Posted field request using 'multipart/form-data' and having initial void lines were incorrectly trimmed. Posted files were not affected.
2019-05-16 23:39:00 +02:00
glixx
4d5cf06fae examples: Printing: improve i18n 2019-05-16 09:33:45 +03:00
glixx
8317de3e55 examples: Database: improve i18n 2019-05-16 09:21:46 +03:00
glixx
d5721ce3f4 examples: Control: improve i18n 2019-05-16 07:35:16 +03:00