Commit Graph

995 Commits

Author SHA1 Message Date
fuyou 62f682ca12 fix: [codeeditor] optimized the comment feature
optimized the comment feature
2024-05-16 14:45:34 +08:00
liuzhangjian be5ab71d2f feat: [tool] Optimize the output information of the tool
Optimize the output information of the tool
2024-05-16 14:03:32 +08:00
Lu Zhen 5ec94fe939 refactor: [actionanalyse] remove unused plugin
Log:
Change-Id: Ia5050b8f678fd50eaeb0e413caa8d74b9a6852c2
2024-05-16 10:48:25 +08:00
fuyou f524392f25 fix: [cxx] the settings cannot save in cxx project enviroment
Bug: https://pms.uniontech.com/bug-view-245895.html
2024-05-16 10:14:47 +08:00
fuyou 81d27ebff3 fix: [find] ui modified
ui modified in findtoolwindow

Bug: https://pms.uniontech.com/bug-view-255261.html
2024-05-16 10:14:28 +08:00
liuzhangjian d2605f56c9 fix: Fix compilation issue
Fix compilation issues
2024-05-15 17:58:10 +08:00
liuzhangjian 1263bce4e1 feat: add default tool
add default tool
2024-05-15 17:17:00 +08:00
liuzhangjian e1b224fdbd fix: Fixed some issues
1.Add menu to execute tool
2.Fixed tool execution logic issue
3.Adjust the `git blame` time format
2024-05-15 16:58:46 +08:00
Lu Zhen d0b0fe145f fix: [cxx] build parameters wrong
Log: bug fix
Change-Id: I6e50e94bb721172dc733e5bb68cbd2b6315a2bfc
2024-05-15 14:26:16 +08:00
liuzhangjian 1ab05c8cee refactor: [binarytool] Refactor the binarytool
Refactor the binarytool
2024-05-15 10:20:34 +08:00
fuyou 00bf35cf80 fix: [filebrowser,project] code translation and warning dialog modified
Bug: https://pms.uniontech.com/bug-view-254703.html,
https://pms.uniontech.com/bug-view-254693.html,
https://pms.uniontech.com/bug-view-254691.html
2024-05-15 09:34:07 +08:00
fuyou a230984e9e feat: [codeeditor] Add Comment
Log: Add comment by shortcut: ctrl + shift + /
2024-05-14 14:17:52 +08:00
Zhang TingAn 70ebff9a13 feat: [Ai] change api of ai plugin
change api
2024-05-13 17:00:40 +08:00
fuyou 244de75ca8 fix: [common] ui modified in appoutput pane and valgrind pane
Bug: https://pms.uniontech.com/bug-view-240473.html
2024-05-10 15:07:46 +08:00
fuyou 10d5b93e84 fix: [recent] ui modified in recent display
Bug: https://pms.uniontech.com/bug-view-240545.html
2024-05-10 15:01:37 +08:00
Lu Zhen 327d32859c fix: [builder] build failed when build parameters used
Use QStringList for build arguments, same as in steps pane

Log: bug fix
Change-Id: I8831a8be8d9103511dd54d3085146b3a17f7db5a
2024-05-10 14:15:28 +08:00
fuyou b50be0fc83 fix: [reversedebug] ui modified in reversedebug dialog
Bug: https://pms.uniontech.com/bug-view-242457.html
2024-05-10 09:38:28 +08:00
Zhang TingAn 1515f9ded9 feat: [locator] optimized display of long file name
log:
2024-05-10 09:37:19 +08:00
fuyou 116d94155b fix: [builder] two lines of text appears in one line
adjusted the ui problem in issue list
2024-05-10 09:36:39 +08:00
Zhang TingAn 8b38933b2b fix: [appoutputpane] can`t find in application output pane
..
2024-05-09 13:10:35 +08:00
fuyou 24d8fb405d fix: [template] ui modified in new files and new projects dialog
Bug: https://pms.uniontech.com/bug-view-240083.html
2024-05-09 13:09:52 +08:00
fuyou 841f8e9561 fix: [builder] filter implementation method
The filter implementation is optimized and the default selections are set
2024-05-08 20:04:27 +08:00
liuzhangjian 4f0fb743d0 feat: [Git] Display git information for the project
1.Display git information for the project
2.Add git item for editor menu
2024-05-08 20:03:26 +08:00
Zhang TingAn 87e4a660fe feat: [projecttree] add spinner while parsing project
...
2024-05-08 17:18:04 +08:00
fuyou e529da120c fix: [builder] message filter ui modified
Changed the ComboBox to ToolButton and modified the ui display
2024-05-08 17:17:27 +08:00
fuyou 3b33485cb1 fix: [project] the project could not be renamed
Bug: https://pms.uniontech.com/bug-view-249259.html
2024-05-08 17:12:58 +08:00
liuzhangjian 3b229da900 feat: [Git] Git show for commit id
Click commit id to view the commit information

Log: Git show
2024-05-08 15:24:45 +08:00
liuzhangjian 06a41cee27 feat: [Git] Git diff for current file
Add feature of git diff for current file

Log: Git diff
2024-05-08 14:12:35 +08:00
Zhang TingAn 78e2589776 feat: [debugger] remote debug
support incomplete function of remote debug
2024-05-08 13:27:28 +08:00
fuyou ff00c886fc fix: [filebrowser] the name of new files and and folders cannot be customized
Bug: https://pms.uniontech.com/bug-view-245767.html
2024-05-08 13:24:21 +08:00
fuyou cef6afbd77 fix: [builder] Adjust height in issue list
Adjust height by Font Height in issue list
2024-05-08 11:11:48 +08:00
fuyou ffc2a9a645 feat: [cxx] clear cmake configuration
Added a new right-click action, which can remove the cmakecaches and cmakefiles
2024-05-07 09:28:43 +08:00
fuyou ae8f8db996 feat: [builder] added the filter in issue list
Log: added the filter (all, error, warning) in the issue list. It can filter message by combox.
2024-05-07 09:27:29 +08:00
fuyou cf457f32ba fix: [optioncore] Fixed that shortcut keys could not be cancelled
Log: Fixed that shortcut keys could not be cancelled, added right-click menu to cancel shortcut keys

Bug: https://pms.uniontech.com/bug-view-246835.html
2024-04-30 14:14:12 +08:00
liuzhangjian c147d51e03 feat: [git] Git blame for current file
Added display of 'git blame' information for current file

Log: git blame
2024-04-30 09:19:04 +08:00
fuyou 21d017bfe2 fix: [option] fixed shortcut repeated problem in global settings
Log: fixed the shortcut keys repeated problem in global Settings

Bug: https://pms.uniontech.com/bug-view-246773.html
2024-04-29 17:58:27 +08:00
Zhang TingAn d9cce7051e feat: [ui] modified ui of dockWidget
update icon
2024-04-29 14:50:46 +08:00
fuyou 4c2a1ea868 fix: [binarytools] rename issue in binarytools dialog
Log: Fixed an issue in binary dialog where renaming occurred after clicking Cancel

Bug: https://pms.uniontech.com/bug-view-246913.html
2024-04-29 13:05:53 +08:00
Zhang TingAn 2242adc822 fix: [problemoutputpane] frozen when right-clicked issue-list
fix frozen
2024-04-29 11:21:54 +08:00
liuzhangjian 03f7cb2cb9 feat: [git] Git log of current file
Add git log for current displyed file

Log: git log
2024-04-29 10:53:09 +08:00
ZhangTingAn 7b2b4997ea feat: [outputpane] support some operate when running multiple applications
1.support kill process in ide
2.support multiple application outputs
2024-04-29 10:22:45 +08:00
fuyou fdbd840909 fix: [buildercore] UI modified
According to the design drawing, modified font, widget position, and
icon position
2024-04-29 10:17:53 +08:00
Lu Zhen a2433137f6 chore: [editor] optimize completion code color
Log:
Change-Id: Iaad8a35f730a19fa7af5db206ffcb10c554d6362
2024-04-25 15:19:09 +08:00
ZhangTingAn 8c978a7e7f feat: [core] add header to dock Widget
support expand/fold operation
2024-04-25 13:18:48 +08:00
liuzhangjian 97f8fdbd97 feat: [git] New feature for git instant blame
The git instant blame information is displayed in the status bar

Log: new feature
2024-04-25 13:17:04 +08:00
Lu Zhen 523a3ee289 tag: update to 1.2.18
Log:
Change-Id: I9e80b922d3bcbbbd191b70b4102767ea28127565
2024-04-25 09:40:07 +08:00
Lu Zhen 7cae9d9a2e chore: rename platform name in control
Log:
Change-Id: I14b4dd21edd4b454b13f21cedf24c271b3a7fc29
2024-04-24 21:02:07 +08:00
fuyou 7e62fcf015 fix: [common][buildercore] UI modified
Log: added icons, adjusted the UI display

Bug: https://pms.uniontech.com/bug-view-240615.html
2024-04-24 14:57:14 +08:00
Lu Zhen d36914682f fix: [core] remove webengine depend
Log:
Change-Id: Ieba6112a648adbd6fe34279367b971804607d567
2024-04-24 13:36:48 +08:00
Lu Zhen 91f0ac9f7e chore: [core] add build condition whether use webengine
webengine not valid on some platforms, not build it to resolve the issue.

Log:
Change-Id: I6d0379bfe972698d59eaf82a8dea4a028c94389a
2024-04-24 11:40:36 +08:00