Qt Creator 歷史舊版本 Page19

最新版本 Qt Creator 12.0.2

Qt Creator 歷史版本列表

Qt Creator 是應用程序開發人員的完整集成開發環境(IDE)!無論您是創建移動應用程序,桌面應用程序還是連接的嵌入式設備,Qt Creator 都是跨平台的 IDE,使應用程序和 UI 開髮變得輕而易舉。由於上市時間至關重要,因此 IDE 包含可加快開發時間的生產力工具。完整的跨平台集成開發環境,便於創建連接設備,用戶界面和應用程序. 選擇版本:Qt Creator 4.5.0(32 位)... Qt Creator 軟體介紹

Qt Creator (32-bit)Qt Creator (64-bit)


Qt Creator 5.0.1 (64-bit) 查看版本資訊

更新時間:2021-09-15
更新細節:

What's new in this version:

- Fixed saving of MIME type settings

pgAdmin 4 5.70 查看版本資訊

更新時間:2021-09-09
更新細節:

What's new in this version:

New:
- Added support for the truncate table with restart identity
- Make code folding case insensitive in the code mirror
- Added database and server information on the Maintenance process watcher dialog
- Allow the referenced table to be the same as the local table in one to many relationship for ERD Tool
- Make closing tabs to be smarter by focusing on the appropriate tab when the user closed a tab
- Set PSQLRC and PSQL_HISTORY env vars to apt. user storage path in the server mode
- Housekeeping

Fixed:
- an issue where privileges were revoked using SQL query on objects like tables that do not correctly show in SQL tab
- an issue where the user can not paste the updated table header in safari 12 and 13 browsers
- Ensure that trigger function SQL should have ‘create or replace function’ instead of ‘create function’ only
- blank screen issue on windows and also made changes to use NWjs manifest for remembering window size
- the export image issue where relation lines are over the nodes
- width limitation issue in PSQL tool window
- an issue where columns with sequences get altered unnecessarily with a schema diff tool
- Ensure that the lock panel should not be blocked for larger records
- Partially fixes the data output panel display issue
- an issue where whitespace in function bodies was not applied while generating the script using Schema Diff
- Introduced OAUTH2_SCOPE variable for the Oauth2 scope configuration
- Enables pgAdmin to retrieve user permissions in case of nested roles which helps to terminate the session for AWS RDS
- no attribute ‘_asdict’ error when connecting the database server
- errors related to HTML tags shown in the error message for JSON editor
- UnboundLocalError where local variable ‘user_id’ referenced before assignment
- Renamed ‘Auto rollback?’ to ‘Auto rollback on error?’
- the JSON editor issue of hiding the first record
- Ensure that deleting a database should not automatically connect to the next database
- Ensure that pgAdmin should not fail at login due to a special character in the hostname
- an issue where multiple query tool tabs getting closed for the single close event

XMedia Recode 3.5.4.5 (64-bit) 查看版本資訊

更新時間:2021-09-04
更新細節:

What's new in this version:

- Update of ffmpeg
- Update of the Italian language file
- Update of the Japanese language file
- Update of the Swedish language file
- Audio Filter: Added "Dynamic Audio Normalizer"

Troubleshooting:
- Fixed minor bugs

XMedia Recode 3.5.4.4 (64-bit) 查看版本資訊

更新時間:2021-09-01
更新細節:

What's new in this version:

- Update of ffmpeg
- Update of the Italian language file
- Update of the Japanese language file
- Update of the Swedish language file
- Audio Filter: Added "Dynamic Audio Normalizer"

Troubleshooting:
- Fixed minor bugs

Qt Creator 5.0.0 查看版本資訊

更新時間:2021-08-27
更新細節:

What's new in this version:

General:
- Fixed various possible crashes at shutdown

Editing:
- Added line ending and indentation to file properties information
- Added menu item and shortcut for editing bookmark comments
- Fixed folding for Markdown
- Fixed completion tooltip on secondary display

C++:
- Added experimental support for `clangd` (no code completion yet, requires development build of `clangd`)
- Added highlighting option for function parameters
- Added template parameters to symbols in Locator
- Fixed that project-unrelated files were selected by default when renaming symbols (QTCREATORBUG-8561)
- Fixed highlighting of string literals with multi-byte characters
- Fixed code model for changed but not yet built `.ui` and `.scxml` files
- Fixed lookup of toplevel virtual function declarations
- Fixed `switch` statement completion for templates
- Fixed `Escape String Literal as UTF-8` if literal contains numbers


QML:
- Updated parser to Qt 6.2
- Fixed handling of multiline template strings
- Fixed handling of required and readonly properties
- Fixed reformatting of inline components
- Fixed reformatting of functions with default values
- Fixed wrong warning for types with same name but different namespace
- Fixed `Tools > External > Qt Quick > QML Utility`

Language Client:
- Added support for progress notifications
- Added support for snippets
- Fixed completion results for language servers that do not filter results themselves
- Fixed that empty responses could be sent

Beautifier:
- Fixed issue with `clang-format` and multi-byte characters

Designer:
- Fixed `Go to Slot` if UI class is referred to as `UI_`

Projects:
- Added experimental support for building and running on Docker devices
- Added find support to `Issues` pane
- Added option `Show Source and Header Groups` to project tree
- Fixed crash when closing project while changing current configuration
- Fixed that output of custom targets was interpreted as errors
- Fixed missing update of run configuration environment
- Fixed that user files were unnecessarily saved with new time stamp
- Fixed that toolchain setting was fixed for auto-detected kits
- Reduced UI freeze after loading projects

CMake:
- Removed option `Auto-create build directories`, making this the default behavior
- Added CMake output to right side of `Projects` mode
- Added CMake option `QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP` for skipping Qt
- Creator's package manager auto-setup
- Fixed `Jump to File` for file names with special characters
- Fixed updating of available targets
- Fixed persistence of CMake tool options
- Fixed build library search path for CMake 3.20 and later
- Fixed code model issues with MSVC and CMake 3.20 and later

Qbs:
- Improved performance of registering profiles
- Debugging
- Added `Force logging to console` option
- Added context menu for changing variable display style to viewer window
- Fixed that comments in startup commands resulted in message boxes
- Removed extra Server Start Script field in Attach to Running Server use a custom deploy step instead

GDB:
- Added option `Use automatic symbol cache`

QML:
- Implemented `Load QML Stack` for LLDB

Analyzer:
Clang:
- Fixed URL for `clang-tidy` checks
- Fixed application of options to checks
- Fixed links to clazy documentation

FakeVim:
- Fixed backspace option
- Fixed updating visual marks when mark settings change

Windows:
- Added support for MSVC ARM64 toolchain

Qt Creator 5.0.0 (64-bit) 查看版本資訊

更新時間:2021-08-27
更新細節:

What's new in this version:

General:
- Fixed various possible crashes at shutdown

Editing:
- Added line ending and indentation to file properties information
- Added menu item and shortcut for editing bookmark comments
- Fixed folding for Markdown
- Fixed completion tooltip on secondary display

C++:
- Added experimental support for `clangd` (no code completion yet, requires development build of `clangd`)
- Added highlighting option for function parameters
- Added template parameters to symbols in Locator
- Fixed that project-unrelated files were selected by default when renaming symbols (QTCREATORBUG-8561)
- Fixed highlighting of string literals with multi-byte characters
- Fixed code model for changed but not yet built `.ui` and `.scxml` files
- Fixed lookup of toplevel virtual function declarations
- Fixed `switch` statement completion for templates
- Fixed `Escape String Literal as UTF-8` if literal contains numbers


QML:
- Updated parser to Qt 6.2
- Fixed handling of multiline template strings
- Fixed handling of required and readonly properties
- Fixed reformatting of inline components
- Fixed reformatting of functions with default values
- Fixed wrong warning for types with same name but different namespace
- Fixed `Tools > External > Qt Quick > QML Utility`

Language Client:
- Added support for progress notifications
- Added support for snippets
- Fixed completion results for language servers that do not filter results themselves
- Fixed that empty responses could be sent

Beautifier:
- Fixed issue with `clang-format` and multi-byte characters

Designer:
- Fixed `Go to Slot` if UI class is referred to as `UI_<class>`

Projects:
- Added experimental support for building and running on Docker devices
- Added find support to `Issues` pane
- Added option `Show Source and Header Groups` to project tree
- Fixed crash when closing project while changing current configuration
- Fixed that output of custom targets was interpreted as errors
- Fixed missing update of run configuration environment
- Fixed that user files were unnecessarily saved with new time stamp
- Fixed that toolchain setting was fixed for auto-detected kits
- Reduced UI freeze after loading projects

CMake:
- Removed option `Auto-create build directories`, making this the default behavior
- Added CMake output to right side of `Projects` mode
- Added CMake option `QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP` for skipping Qt
- Creator's package manager auto-setup
- Fixed `Jump to File` for file names with special characters
- Fixed updating of available targets
- Fixed persistence of CMake tool options
- Fixed build library search path for CMake 3.20 and later
- Fixed code model issues with MSVC and CMake 3.20 and later

Qbs:
- Improved performance of registering profiles
- Debugging
- Added `Force logging to console` option
- Added context menu for changing variable display style to viewer window
- Fixed that comments in startup commands resulted in message boxes
- Removed extra Server Start Script field in Attach to Running Server use a custom deploy step instead

GDB:
- Added option `Use automatic symbol cache`

QML:
- Implemented `Load QML Stack` for LLDB

Analyzer:
Clang:
- Fixed URL for `clang-tidy` checks
- Fixed application of options to checks
- Fixed links to clazy documentation

FakeVim:
- Fixed backspace option
- Fixed updating visual marks when mark settings change

Windows:
- Added support for MSVC ARM64 toolchain

pgAdmin 4 5.60 查看版本資訊

更新時間:2021-08-13
更新細節:

What's new in this version:

New features:
- Added support to copy SQL from main window to query tool
- Added support for formatted JSON viewer/editor when interacting with data in a JSON column

Housekeeping:
- Rename the “Resize by data?” to “Columns sized by” and disabled the ‘Maximum column width’ button if ‘Columns sized by’ is set to ‘Column data’

Fixed:
- Ensure that the login account should be locked after N number of attempts. N is configurable using the ‘MAX_LOGIN_ATTEMPTS’ parameter
- CSRF errors for stale sessions by increasing the session expiration time for desktop mode
- an issue in the search object when searching in ‘all types’ or ‘subscription’ if the user doesn’t have access to the subscription
- an issue where paste is not working through Right-Click option on PSQL
- TypeError ‘NoneType’ object is not sub scriptable
- incorrect tablespace options in the drop-down for move objects dialog
- an issue where the titles in query tabs are different
- incorrect binary path issue when the user deletes the binary path from the preferences
- Ensure that all the required options should be loaded when the Range data type is selected while creating a custom data type
- dashboard server activity issue when active_since parameter is None
- an issue where even if the user is locked, he can reset the password and can login into pgAdmin

pgAdmin 4 5.50 查看版本資訊

更新時間:2021-07-16
更新細節:

What's new in this version:

New:
- Highlighted long running queries on the dashboards
- Added support for Reassign/Drop Owned for login roles
- Do not block the query editor window when running a query
- Added support for OAuth 2 authentication
- Added option to provide maximum width of the column when ‘Resize by data?’ option in the preferences is set to True

Housekeeping:
Fixed:
- Ensure that the Data Output panel can be snapped back after it is detached
- Fixed replace keyboard shortcut issue in the query tool on the normal keyboard layout
- Fixed an issue where detaching the query editor panel gives a blank white panel
- Remove leading whitespace and replace it with ‘[…] ‘ in the Query Tool data grid so cells don’t look empty
- Fixed an issue in the search object when searching in ‘all types’ or ‘subscription’ if the user doesn’t have access to the subscription
- Fixed an issue where Execute/Refresh button should not be disabled when we run the empty query
- Fixed an issue where the New Connection Drop Down has lost default maintenance database, auto-select, and tab-through functionality
- Fixed directory selection issue with the folder dialog
- Ensure that setting ‘Open in new browser tab’ should be visible, it should not be based on the value of ‘ENABLE_PSQL’
- Fixed copy/paste issues for PSQL tool terminal
- Disable email deliverability check that was introduced in flask-security-too by default to maintain backwards compatibility
- Fixed Czech translation string for ‘Login’ keyword
- Fixed an issue where incorrect column name listed in the properties of Index

Qt Creator 4.15.2 查看版本資訊

更新時間:2021-07-14
更新細節:

What's new in this version:

Projects:
CMake:
- Improved performance after project load and reparse
- Fixed crash on session switch (QTCREATORBUG-25837)

qmake:
- Fixed issues with executing system calls (QTCREATORBUG-25970)

Test Integration:
CTest:
- Fixed test detection if `ctest` takes long to run (QTCREATORBUG-25851)

Platforms:
WASM:
- Fixed Python version that is on Windows (QTCREATORBUG-25897)

Qt Creator 4.15.2 (64-bit) 查看版本資訊

更新時間:2021-07-14
更新細節:

What's new in this version:

Projects:
CMake:
- Improved performance after project load and reparse
- Fixed crash on session switch (QTCREATORBUG-25837)

qmake:
- Fixed issues with executing system calls (QTCREATORBUG-25970)

Test Integration:
CTest:
- Fixed test detection if `ctest` takes long to run (QTCREATORBUG-25851)

Platforms:
WASM:
- Fixed Python version that is on Windows (QTCREATORBUG-25897)