RedPanda-CPP/RedPandaIDE/widgets
Roy Qu 8a4842efb4 remove init wizard 2021-12-17 10:10:04 +08:00
..
aboutdialog.cpp - fix: text color of labels in statusbar not correctly updated when change theme 2021-11-14 17:43:25 +08:00
aboutdialog.h - add: about dialog 2021-10-03 23:12:20 +08:00
aboutdialog.ui - fix:license info in the about dialog should be readonly 2021-11-26 20:44:27 +08:00
bookmarkmodel.cpp - fix: file path seperator used in the app is not unified, and cause errors somtimes. 2021-10-23 17:32:03 +08:00
bookmarkmodel.h - fix: app's title not update when editor closed 2021-10-22 16:43:53 +08:00
classbrowser.cpp class browser use editor's background color 2021-11-04 00:57:43 +08:00
classbrowser.h clean up compile warnings 2021-10-20 18:05:43 +08:00
codecompletionlistview.cpp - enhancement: can use PageDown / PageUp / Home / End to scroll in the auto completion popup 2021-10-29 21:33:45 +08:00
codecompletionlistview.h - implement: symbol usage count 2021-10-02 15:34:18 +08:00
codecompletionpopup.cpp work save 2021-12-08 21:44:40 +08:00
codecompletionpopup.h work save 2021-12-04 18:38:54 +08:00
coloredit.cpp - enhancement: can use symbols' own foreground color to draw selection or the current line 2021-11-03 23:27:05 +08:00
coloredit.h * work save: color scheme options 2021-06-20 14:30:47 +08:00
consolewidget.cpp * work save 2021-07-01 19:44:38 +08:00
consolewidget.h * work save 2021-07-01 19:44:38 +08:00
cpudialog.cpp remove init wizard 2021-12-17 10:10:04 +08:00
cpudialog.h - fix: current line of the disassembly in the cpu window not correctly setted 2021-12-16 10:46:38 +08:00
cpudialog.ui - fix: auto add 32-bit compiler sets for TDM64-GCC 2021-12-16 17:56:42 +08:00
custommakefileinfodialog.cpp work save: project Template 2021-09-15 22:19:59 +08:00
custommakefileinfodialog.h work save: project Template 2021-09-15 22:19:59 +08:00
custommakefileinfodialog.ui work save: new project dialog 2021-09-16 12:03:10 +08:00
darkfusionstyle.cpp - enhancement: save/load default projects folder 2021-11-18 21:25:28 +08:00
darkfusionstyle.h - enhancement: save/load default projects folder 2021-11-18 21:25:28 +08:00
editorstabwidget.cpp - enhancement: icons in project view 2021-10-23 23:10:34 +08:00
editorstabwidget.h - enhancement: icons in project view 2021-10-23 23:10:34 +08:00
filepropertiesdialog.cpp add: normalized buffer coord in qsynedit, to easy parse contents 2021-09-20 15:57:48 +08:00
filepropertiesdialog.h - feature: editor title tabbar context menu 2021-09-05 05:01:31 +08:00
filepropertiesdialog.ui - feature: file properties dialog 2021-09-04 00:13:42 +08:00
functiontooltipwidget.cpp - enhancement: support #include_next (and clang libc++) 2021-10-04 21:59:48 +08:00
functiontooltipwidget.h work save 2021-11-24 10:07:35 +08:00
headercompletionpopup.cpp dont save parser when code/header completion popup hides 2021-11-12 02:31:45 +08:00
headercompletionpopup.h work save: header completion suggestion done 2021-08-29 10:14:07 +08:00
issuestable.cpp work save: compile & run project 2021-09-13 22:45:50 +08:00
issuestable.h - feature: copy all in issue table 2021-09-05 19:10:54 +08:00
labelwithmenu.cpp - enhancement: click the encoding info in the statusbar will show encoding menu 2021-10-15 10:23:46 +08:00
labelwithmenu.h - enhancement: click the encoding info in the statusbar will show encoding menu 2021-10-15 10:23:46 +08:00
macroinfomodel.cpp update translations 2021-12-09 11:22:28 +08:00
macroinfomodel.h - implement: tools configuration 2021-10-08 00:06:41 +08:00
newprojectdialog.cpp - enhancement: use token list instead of single string to do code completion ( intial version) 2021-12-03 21:36:12 +08:00
newprojectdialog.h - enhancement: use token list instead of single string to do code completion ( intial version) 2021-12-03 21:36:12 +08:00
newprojectdialog.ui - enhancement: use token list instead of single string to do code completion ( intial version) 2021-12-03 21:36:12 +08:00
ojproblempropertywidget.cpp - fix: use pixel size for fonts, to fit different dpi in multiple displays 2021-12-16 19:14:14 +08:00
ojproblempropertywidget.h - enhancement: edit problem properties 2021-11-04 09:07:06 +08:00
ojproblempropertywidget.ui - enhancement: edit problem properties 2021-11-04 09:07:06 +08:00
ojproblemsetmodel.cpp - enhancement: add a demo for custom tool 2021-12-09 21:04:53 +08:00
ojproblemsetmodel.h - enhancement: edit problem properties 2021-11-04 09:07:06 +08:00
qconsole.cpp - enhancement: scroll while dragging text in the editor 2021-11-26 08:14:23 +08:00
qconsole.h - implement: context menu for debug console 2021-10-02 17:01:08 +08:00
qpatchedcombobox.cpp * work save: color scheme options 2021-06-20 14:30:47 +08:00
qpatchedcombobox.h * work save: color scheme options 2021-06-20 14:30:47 +08:00
searchdialog.cpp - change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer) 2021-11-05 10:44:23 +08:00
searchdialog.h - enhancement: Problem Set 2021-11-02 13:12:36 +08:00
searchdialog.ui work save: view models for "find in files" 2021-08-04 13:16:15 +08:00
searchresultview.cpp - change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer) 2021-11-05 10:44:23 +08:00
searchresultview.h - change: turn on gcc compiler's "-pipe" option by default, to use pipe instead of temp files in compiliation (and make the life of SSD longer) 2021-11-05 10:44:23 +08:00
signalmessagedialog.cpp add "open cpu window when signaled" debug option 2021-11-25 10:18:21 +08:00
signalmessagedialog.h add "open cpu window when signaled" debug option 2021-11-25 10:18:21 +08:00
signalmessagedialog.ui can handle signal 2021-11-25 09:05:45 +08:00