1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-10 12:25:12 +00:00
Commit graph

476 commits

Author SHA1 Message Date
github-actions[bot] 09f2546e35 Automatic update of ./internal/source 2022-08-27 20:50:21 +00:00
github-actions[bot] 1de7d29ba6 Automatic update of ./internal/source 2022-08-27 14:55:26 +00:00
github-actions[bot] 619f15157b Automatic update of ./internal/source 2022-08-26 14:13:09 +00:00
github-actions[bot] b453426b6b Automatic update of ./internal/source 2022-08-26 12:44:07 +00:00
github-actions[bot] 2de5fc24e0 Automatic update of ./internal/source 2022-08-18 23:36:41 +00:00
Roland Heyder 4dd8d8f5ec Step 4: Update Windows icon & resource file
- int/src/icon.ico (replaced image but same name, dynamically created from given $EXEICON)
- int/src/icon.rc (updated but same name, dynamically created from given $VERSIONINFO)
- int/src/qb64.ico and src/icon.rc removed (not used anymore since dynamic creation was implemented)
- src/qb64.bas updated (rename comes in a later step)
- src/qb64.ico replaced and renamed
2022-08-10 02:03:12 +02:00
Roland Heyder 9b4b7992d4 Step 2: Update Linux icon file
Replaced and renamed icon file and moved it into the regular source folder, adjusted references in setup_lnx.sh
2022-08-10 00:48:56 +02:00
Roland Heyder d1664a059a Step 1: Remove unused icon images
These two are not referenced/used anywhere in the source and/or make files. However, they are embedded in libqb.cpp, which comes later.
2022-08-09 23:55:15 +02:00
github-actions[bot] edd5867875 Automatic update of ./internal/source 2022-08-03 05:25:10 +00:00
github-actions[bot] 1efbfd03fe Automatic update of ./internal/source 2022-07-24 07:45:23 +00:00
github-actions[bot] 0a30c91d55 Automatic update of ./internal/source 2022-07-09 21:11:50 +00:00
github-actions[bot] 4e3873f420 Automatic update of ./internal/source 2022-07-09 18:48:23 +00:00
github-actions[bot] 9162e91ba6 Automatic update of ./internal/source 2022-07-06 16:10:33 +00:00
github-actions[bot] 7f14714b02 Automatic update of ./internal/source 2022-06-23 22:45:10 +00:00
github-actions[bot] 802f67d6cf Automatic update of ./internal/source 2022-06-15 05:28:32 +00:00
github-actions[bot] df24714a49 Automatic update of ./internal/source 2022-06-12 02:46:10 +00:00
github-actions[bot] e6a5d4744c Automatic update of ./internal/source 2022-06-11 16:32:22 +00:00
github-actions[bot] 7d06ff2400 Automatic update of ./internal/source 2022-06-10 21:39:18 +00:00
github-actions[bot] 85cdcb2249 Automatic update of ./internal/source 2022-06-10 20:16:55 +00:00
github-actions[bot] 3057adf4dd Automatic update of ./internal/source 2022-06-10 15:12:32 +00:00
github-actions[bot] 578268e3a5 Automatic update of ./internal/source 2022-06-08 14:08:37 +00:00
github-actions[bot] 2be869c263 Automatic update of ./internal/source 2022-06-07 21:38:41 +00:00
github-actions[bot] 931d3f5f24 Automatic update of ./internal/source 2022-06-07 16:46:41 +00:00
github-actions[bot] 3816f39bb9 Automatic update of ./internal/source 2022-06-04 10:44:40 +00:00
github-actions[bot] 54f77c2884 Automatic update of ./internal/source 2022-06-01 00:20:31 +00:00
github-actions[bot] c240a71186 Automatic update of ./internal/source 2022-05-31 03:52:23 +00:00
github-actions[bot] fd3cf1ab9f Automatic update of ./internal/source 2022-05-23 04:59:49 +00:00
github-actions[bot] b2226bfe4d Automatic update of ./internal/source 2022-05-22 10:09:52 +00:00
github-actions[bot] 88ff173309 Automatic update of ./internal/source 2022-05-21 23:02:30 +00:00
github-actions[bot] 15622d1f0c Automatic update of ./internal/source 2022-05-20 21:50:26 +00:00
Matthew Kilgore fc7c48bb29 Remove unnecessary files from ./internal/source
searched.bin was added in error and should not show up when updating
./internal/source.

The symbol files are useless since the coresponding executable is not
something we preserve, and due to them changing practically every build
they result in unnecessary updates of ./internal/source
2022-05-20 16:58:18 -04:00
github-actions[bot] 6fde9c6b5f Automatic update of ./internal/source 2022-05-19 13:49:23 +00:00
github-actions[bot] b7f05e73ff Automatic update of ./internal/source 2022-05-18 16:50:57 +00:00
Steve McNeill da1978915a
Merge branch 'main' into main 2022-05-18 12:14:17 -04:00
github-actions[bot] 306994663e Automatic update of ./internal/source 2022-05-18 14:36:18 +00:00
SteveMcNeill bd3b673996 test change to IdeAddSearched 2022-05-18 07:10:59 -04:00
github-actions[bot] 0c19b70a1b Automatic update of ./internal/source 2022-05-18 09:42:56 +00:00
github-actions[bot] b44bd54db9 Automatic update of ./internal/source 2022-05-17 11:59:50 +00:00
github-actions[bot] 4ad1816507 Automatic update of ./internal/source 2022-05-15 20:28:21 +00:00
Matthew Kilgore 8c0fc1b3d2 Fix quoting in Windows-specific files
This issue was fixed in 4d61ff79, but due to how ./internal/source is
updated the new ./internal/source files were compiled using a QB64
without the fix, producing files with the wrong quoting. Previously this
was worked around because the build process overwrote these files, but
the `Makefile` build requires them to be fixed.

./internal/source itself is fine, so it's easy enough to simply fix the
files by hand. Since ./internal/source now contains a compiled QB64 that
contains the fix from 4d61ff79 it's generated files will have proper
quoting and won't need to be manually updated.
2022-05-14 17:09:02 -04:00
github-actions[bot] c3cd310f72 Automatic update of ./internal/source 2022-05-14 20:59:49 +00:00
Matthew Kilgore 75e96dba8d Fix quoting in ./internal/source/ files 2022-05-12 00:54:24 -04:00
github-actions[bot] 7c324a6aec Automatic update of ./internal/source 2022-05-08 00:30:36 +00:00
github-actions[bot] 68281608f3 Automatic update of ./internal/source 2022-05-06 20:54:54 +00:00
github-actions[bot] 25ab5b92f7 Automatic update of ./internal/source 2022-05-06 18:13:57 +00:00
github-actions[bot] 87ee36daf2 Automatic update of ./internal/source 2022-05-03 06:32:16 +00:00
github-actions[bot] 9daea697b6 Automatic update of ./internal/source 2022-04-28 17:22:32 -04:00
Matthew Kilgore 6568de7895 Remove unnecessary source files 2022-04-28 17:05:43 -04:00
SteveMcNeill 420b45892b Adding more missing files back 2022-04-28 13:40:28 -04:00
SteveMcNeill 33adc04fc4 Add temp folder to repo. It's necessary as well!
Just more initial setting on... nothing much to see here.
2022-04-28 13:39:56 -04:00
SteveMcNeill 218c6124a5 Update QB64 to use new wiki
Along with a few files which may not be necessary, and should be excluded from the automated build process once its set up later.
2022-04-28 13:39:27 -04:00
Autobuild Process 242f8747de Update internal/source 2022-03-10 16:07:42 +00:00
Autobuild Process 88505bea87 Update internal/source 2022-03-10 13:33:35 +00:00
Autobuild Process 2a48f3c7e0 Update internal/source 2022-03-10 04:52:17 +00:00
Fellippe Heitor dfa4998b6b Revert "Update internal/source"
This reverts commit 8f9856705d.
2022-03-01 22:46:23 -03:00
Autobuild Process 8f9856705d Update internal/source 2022-03-02 01:41:40 +00:00
Fellippe Heitor 6f9059d6fb Revert "Update internal/source"
This reverts commit 9f095a1224.
2022-03-01 22:37:54 -03:00
Autobuild Process 9f095a1224 Update internal/source 2022-03-02 01:13:03 +00:00
Autobuild Process 78e6f4a788 Update internal/source 2022-03-01 23:52:55 +00:00
Autobuild Process a6fafc49bc Update internal/source 2022-02-25 02:00:27 +00:00
Autobuild Process ab5b96cc7a Update internal/source 2022-02-24 21:45:34 +00:00
Autobuild Process cd78160b44 Update internal/source 2022-02-23 04:34:23 +00:00
Autobuild Process 617bedb3b9 Update internal/source 2022-02-23 02:55:26 +00:00
Autobuild Process 38c5fcc83d Update internal/source 2022-02-13 12:57:23 +00:00
Autobuild Process d397cf69d9 Update internal/source 2022-01-24 01:29:53 +00:00
Autobuild Process dc92378825 Update internal/source 2022-01-24 01:16:21 +00:00
Autobuild Process ad9255a5c9 Update internal/source 2022-01-20 23:16:13 +00:00
Autobuild Process c69160584b Update internal/source 2022-01-19 00:31:52 +00:00
Autobuild Process 4afb8f7531 Update internal/source 2021-11-06 20:58:58 +00:00
Autobuild Process 81da1b9beb Update internal/source 2021-11-05 04:51:26 +00:00
Autobuild Process a97311bfbc Update internal/source 2021-10-18 03:13:30 +00:00
Autobuild Process 4268f4457e Update internal/source 2021-10-17 04:34:48 +00:00
Autobuild Process f1e4265d6c Update internal/source 2021-10-14 05:32:36 +00:00
Autobuild Process 6c79051d46 Update internal/source 2021-10-13 13:52:12 +00:00
Autobuild Process bf6376457d Update internal/source 2021-10-12 04:47:19 +00:00
Autobuild Process 5d925d508a Update internal/source 2021-10-10 02:16:15 +00:00
Autobuild Process 85f4701737 Update internal/source 2021-10-04 03:27:49 +00:00
Autobuild Process efd6d41ac1 Update internal/source 2021-10-02 07:24:31 +00:00
Autobuild Process df4dbb2b33 Update internal/source 2021-10-01 01:44:16 +00:00
Autobuild Process ab17b336d9 Update internal/source 2021-09-30 04:25:24 +00:00
Autobuild Process d525c5b751 Update internal/source 2021-09-28 07:20:23 +00:00
Fellippe Heitor 049499c333
Update clear.txt to fix compilation on macOS 2021-09-28 04:17:02 -03:00
Autobuild Process fd741ec203 Update internal/source 2021-09-28 07:06:00 +00:00
Autobuild Process 7d9b73a5df Update internal/source 2021-09-28 06:42:05 +00:00
Autobuild Process 5d480b631d Update internal/source 2021-09-28 05:43:25 +00:00
Autobuild Process 8723f87ff3 Update internal/source 2021-09-26 02:23:37 +00:00
Autobuild Process e187336713 Update internal/source 2021-09-25 03:41:17 +00:00
Autobuild Process 0888c26bd0 Update internal/source 2021-09-22 02:21:43 +00:00
Autobuild Process c205a9776d Update internal/source 2021-09-21 01:09:49 +00:00
Autobuild Process caca440492 Update internal/source 2021-09-20 01:33:34 +00:00
Autobuild Process 9916c370f7 Update internal/source 2021-09-19 23:10:34 +00:00
Autobuild Process 4d94cc56d8 Update internal/source 2021-09-19 02:35:44 +00:00
Autobuild Process 1d5d2e8f3f Update internal/source 2021-09-14 14:15:34 +00:00
Autobuild Process ffd5f9a795 Update internal/source 2021-09-12 02:03:33 +00:00
Autobuild Process 1a92e9b318 Update internal/source 2021-09-11 01:22:31 +00:00
Autobuild Process 59dd67c74d Update internal/source 2021-09-10 04:26:50 +00:00
Autobuild Process 97b5a34b32 Update internal/source 2021-08-30 04:47:27 +00:00
Autobuild Process cb91b6fea1 Update internal/source 2021-08-24 15:08:10 +00:00
Autobuild Process e5e353b262 Update internal/source 2021-08-24 07:04:43 +00:00
Autobuild Process cc92a8f868 Update internal/source 2021-08-20 22:21:12 +00:00