Roy Qu
6a7789ff77
- enhancement: add raylib to autolinks
...
- enhancement: distribute raylib with integrated gcc
2022-01-09 19:33:34 +08:00
Roy Qu
7f3aea5940
- fix: new project dialog's tab bar should fill all empty spaces
2022-01-08 21:49:09 +08:00
Roy Qu
9775ab6c84
- enhancement: auto save/restore size of the new project dialog
2022-01-08 21:23:20 +08:00
Roy Qu
7a22bacd0c
update version number
2022-01-08 13:51:34 +08:00
Roy Qu
04b18b1648
- fix: .rc file shouldn't be syntax checked
2022-01-08 13:39:47 +08:00
Roy Qu
6bc943ba9c
- enhancement: suppoort localization info in project templates
...
- change: template / project files use utf-8 encoding instead of ANSI
2022-01-08 11:46:39 +08:00
Roy Qu
2d9472d179
fix: when drop project file to an empty folder, an additional blank row is displayed in that folder
2022-01-08 10:48:26 +08:00
Roy Qu
96f8804edd
enhancement: sort folders before files in project view
2022-01-08 08:52:50 +08:00
Roy Qu
13ee2d7f33
- enhancement: auto sort files in the project view
2022-01-07 19:20:42 +08:00
Roy Qu
bcd4a1ff67
update README.md
2022-01-06 22:20:31 +08:00
Roy Qu
01d986170f
update translations
2022-01-06 21:26:56 +08:00
Roy Qu
c67a9c1b3f
fix debian build scripts
2022-01-06 20:55:38 +08:00
Roy Qu
8732f7d37e
- fix: shouldn't auto add /bin/gcc to compiler sets
...
- fix: if a dir duplicates in PATH, don't add it to compiler sets
repeatedly
- enhancement: add "--sanitize=address" to compile option in the Debug
compiler set in Linux
2022-01-06 20:46:27 +08:00
Roy Qu
3b0c8eccdb
- enhancement: add raylib.h to autolink
...
- fix: shouldn't generate default autolink settings in linux
2022-01-06 17:52:52 +08:00
Roy Qu
b9b7ff38c0
update debian package script
2022-01-06 16:32:09 +08:00
Roy Qu
4523e8017c
scripts for make debian source pacakge
2022-01-06 16:24:03 +08:00
Roy Qu
b604e0d548
- fix: crash when close settings dialog in Ubuntu 20.04 (but we'll leak memory now...)
2022-01-05 05:03:50 -08:00
Roy Qu
23b9e46dea
update NEWS.md
2022-01-05 09:44:45 +08:00
Roy Qu
5930952ec6
auto generate desktop file using qmake
2022-01-05 09:42:26 +08:00
Roy Qu
e3b9565b84
support PREFIX in qmake script
2022-01-05 09:08:44 +08:00
Roy Qu
1859558864
work save
2022-01-05 08:18:47 +08:00
Roy Qu
95168077b9
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2022-01-04 20:52:10 +08:00
Roy Qu
7fc11922bf
add dependence to qterminal
2022-01-04 19:58:32 +08:00
Roy Qu
dd91facca4
use qterminal as the default terminal emulator
2022-01-04 19:43:23 +08:00
Roy Qu
cb43d0277f
- change: use libicu instead of ConvertUTF.c under Linux
...
- change depends to qt 5.12 instead of 5.15
2022-01-04 18:06:23 +08:00
Roy Qu
60c93d2f39
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2022-01-04 18:05:23 +08:00
Roy Qu
cc1e384001
fix: split command infinite loop
2022-01-04 17:04:03 +08:00
Roy Qu
bb6a4ed9c8
qt 5.12 compatibility
2022-01-04 16:50:54 +08:00
Roy Qu
62a95eb305
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2022-01-04 10:09:34 +08:00
Roy Qu
a79b277d81
remove files that invalidate debian's package rules
2022-01-04 08:27:15 +08:00
Roy Qu
5410701c02
change chinese translations
2022-01-03 21:45:02 +08:00
Roy Qu
ea9056d8f8
add new icon
2022-01-03 20:22:09 +08:00
Roy Qu
1d48991d20
- fix: debugger's "continue" button not correctly disabled
2022-01-03 20:18:53 +08:00
Roy Qu
69e5e76a6f
work save
2022-01-02 11:43:23 +08:00
Roy Qu
212fdc37b2
- enhancement: assign a not saved editor to a problem
2022-01-02 10:37:00 +08:00
Roy Qu
1cc36564de
- enhancement: open the corresponding source file from problem's context menu
2022-01-01 21:04:17 +08:00
Roy Qu
d51f60b40b
- fix: problem cases doesn't use svg icons
...
- fix: problem's title info not updated after running cases
2022-01-01 17:24:18 +08:00
Roy Qu
7aae4714a0
update version to 0.12.6
2022-01-01 09:47:07 +08:00
Roy Qu
2319034be4
- fix: heartbeat for gdb server async command shouldn't disable actions
2022-01-01 09:17:12 +08:00
Roy Qu
f4db7fcad0
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2022-01-01 09:09:37 +08:00
Roy Qu
964aa3dc33
change name to Red Panda C++
2021-12-31 17:14:07 +08:00
Roy Qu
b43f1ccd53
fix typo
2021-12-31 09:57:05 +08:00
Roy Qu
02cba8e03c
- rename to Red Pand C++
2021-12-30 19:25:47 +08:00
Roy Qu
e4f205cdb4
debian package script
2021-12-30 11:20:19 +08:00
Roy Qu
37e40824bf
install script for linux
2021-12-30 10:17:58 +08:00
Roy Qu
158155d539
use custom astyle
2021-12-30 10:06:27 +08:00
Roy Qu
400764f2aa
qmake for linux
2021-12-30 09:58:36 +08:00
Roy Qu
ad652580ab
Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
2021-12-30 09:05:15 +08:00
Roy Qu
2936f688dd
linux qmake
2021-12-30 09:04:51 +08:00
Roy Qu
c4e5eac0f8
qmake for linux
2021-12-30 08:59:10 +08:00