Benoît Minisini
b4fa94cae6
Update icon and configuration file of some projects.
...
[CONFIGURATION]
* NEW: Update icon and configuration file of some projects.
2023-09-22 18:41:01 +02:00
Benoît Minisini
5e39ba5841
Merge branch 'master' into 'master'
...
Adds some more example projects to app/examples
See merge request gambas/gambas!310
2023-09-17 20:12:44 +00:00
Benoît Minisini
c68a6aee7f
GameOfLife: French Translation.
...
[EXAMPLES]
* NEW: GameOfLife: French Translation.
2023-09-15 19:15:23 +02:00
Martin Fischer
8c6e68fde1
Do no longer use sqlite db file from inside project.
...
Instead deploy template db file from project to tmp folder
at startup and use this deployed file as db then.
2023-09-03 18:46:42 +02:00
Martin Fischer
d2fad3388d
Adds the DatabaseEditorDesignTimeConnection example
...
[EXAMPLES]
* NEW: Database/DatabaseEditorDesignTimeConnection
2023-09-02 20:44:26 +02:00
Martin Fischer
c8148252bc
Adds the DatabaseEditor example
...
[EXAMPLES]
* NEW: Database/DatabaseEditor
2023-09-02 20:37:05 +02:00
Martin Fischer
3180d51c8f
Adds Multiprocessing example project
...
[EXAMPLES]
* NEW: misc/Multiprocessing
2023-09-02 20:01:29 +02:00
gambix
9484785e4d
[COMP]
...
* OPT: Update map version to make it work again
2022-11-25 22:59:38 +01:00
Benoît Minisini
2789fbc305
Update project configuration files.
...
[CONFIGURATION]
* NEW: Update project configuration files.
2022-07-23 15:47:38 +02:00
gambas
8662d2f5a9
DBusExplorer: Fix toolbar layout.
...
[EXAMPLES]
* BUG: DBusExplorer: Fix toolbar layout.
2022-01-29 01:41:48 +01:00
Brian G
63ea861f9e
Updated DBusExplorer to work with Latest XML returned by introspectcall
...
[DbusExplorer]
* BUG Fixed bug in how the XML introspect file was handled, look for key 'name' now
* NEW Display the property name with type returned or set, and read/write access type
* NEW Display Signal information in a more clear format
2022-01-15 14:48:44 -08:00
gambas
627afc0c90
SystemTray: Update example to follow the new behaviour of X11Systray class.
...
[EXAMPLES]
* BUG: SystemTray: Update example to follow the new behaviour of X11Systray class.
2021-05-27 04:15:39 +02:00
Benoît Minisini
e2a411a369
Merge branch 'i18n' into 'master'
...
Remove two untranslated gettext strings
See merge request gambas/gambas!142
2020-05-11 22:15:51 +00:00
gambas
73686fde4c
Update some project versions.
2020-04-08 14:05:59 +02:00
gambas
0f1de30f2a
Add debugging messages to the Printing example and use full page to print.
...
[EXAMPLES]
* NEW: Add debugging messages to the Printing example and use full page to print.
2020-04-08 14:05:12 +02:00
Bastian Germann
b08346d887
Remove two untranslated gettext srings
...
The two translation files give fatal errors on `msgfmt -c`:
gettext: app/examples/Games/GNUBoxWorld/.lang/cs.po:108: 'msgid' and 'msgstr' entries do not both begin with '\n'
msgfmt: found 1 fatal error
gettext: app/examples/Games/GNUBoxWorld/.lang/es_AR.po:97: 'msgid' and 'msgstr' entries do not both begin with '\n'
msgfmt: found 1 fatal error
2020-03-18 20:18:06 +01:00
glixx
84dcb3e440
examples: BeastScroll: remove testing fields from project file
2019-06-17 03:16:47 +03:00
glixx
43b7bd7343
examples: Puzzle1To8: fix German translation
2019-06-17 03:10:13 +03:00
glixx
aa8bc2b4e3
examples: Puzzle1To8: update Russian translation
2019-06-17 03:04:33 +03:00
gambas
988546ad28
Update some translations.
...
[EXAMPLES]
* NEW: Update some translations.
2019-06-14 01:32:14 +02:00
-
9496b56b2b
Examples: MediaPlayer: shorter ru translation
2019-06-07 04:58:12 +03:00
-
b68fce7d12
Examples: Solitaire: less form size
2019-06-07 06:18:09 +03:00
-
0b5efe146c
Examples: Tablet: do not use Black on Black color, using DarkGray
2019-06-07 06:11:58 +03:00
-
5f7968c348
examples: WebCam: fix showing sliders
2019-05-31 06:06:44 +03:00
-
6b9a727be4
examples: WebCam: fix segfault on taking snapshot
2019-05-31 05:37:05 +03:00
-
0321d5b702
examples: switch qt4 on qt5
2019-05-31 04:49:32 +03:00
glixx
535e619b7b
some fixes for examples
2019-05-30 09:30:18 +03:00
glixx
129a2c83ea
update Russian translation
2019-05-30 08:11:13 +03:00
glixx
1160b73161
examples: MyWebCam: fix segfault on pressing Stop
2019-05-29 05:54:16 +03:00
glixx
5024b3d6f5
update Russian translation
2019-05-28 09:06:07 +03:00
glixx
c41c90b7ca
examples: workable url for HTTPPost
2019-05-28 08:48:55 +03:00
glixx
ff84013e3c
examples: add more descriptions in .project files
2019-05-28 07:40:31 +03:00
glixx
1f17e4e8ec
examples: update PO files after changing mandrake on mageia
2019-05-24 07:43:39 +03:00
glixx
c213afb46b
examples: Wizard: delete <blockquote>
2019-05-24 06:29:43 +03:00
glixx
0998197e4d
examples: Embedder: use richtext for tooltips back; BeastScroll: enable translation; HTTPPost: improve i18n
2019-05-24 06:15:14 +03:00
gambas
4b9c42bd2b
DnsClient: Fix mageia web site hostname.
...
[EXAMPLES]
* BUG: DnsClient: Fix mageia web site hostname.
2019-05-24 04:47:02 +02:00
Benoît Minisini
cd23bae03f
Merge branch 'master' into 'master'
...
Russian translation and examples fixes
See merge request gambas/gambas!96
2019-05-24 01:04:57 +00: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
glixx
beb9e1fc15
examples: SerialPort: better caption of About dialog
2019-05-23 09:33:31 +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
glixx
d7fc8cb660
examples: fix MapView
2019-05-21 09:41:00 +03:00