Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CP Editor

Together we are building the best editor for Competitive Programmers.
Collective - Host: opensource - https://opencollective.com/cpeditor - Website: https://cpeditor.org - Code: https://github.com/cpeditor

ci(auto-format): Modify the last commit instead of creating a new commit

git diff --exit-code: Use exit-code to show whether there are changes,
and show the diff as well...

github.com/cpeditor/cpeditor - aa8ea7895662b1cb670ff134fb3488a122ceb5b2 authored almost 5 years ago by ouuan <[email protected]>
Fix #227, Better log messages

This commits removed all `invoked` messages and makes every log more
informative and robust. It ...

github.com/cpeditor/cpeditor - 098e95bcb8071edf8c634ed2eb2bfa6de097d9c2 authored almost 5 years ago by Ashar Khan <[email protected]>
Fix #193: Set Minimum Deployment target to 10.14 on macOS

This commit fixes the problem where minimum installation target was 10.15 by default because at ...

github.com/cpeditor/cpeditor - a3ef20df32341ea62b765c37480dbf1cda085f38 authored almost 5 years ago by Ashar <[email protected]>
Merge branch 'master' of https://github.com/cpeditor/cpeditor

github.com/cpeditor/cpeditor - d5b0484bbef94c8654ff3107e1972ad5ac229aae authored almost 5 years ago by Ashar <[email protected]>
fix(Settings): Fix default Java runtime arguments

github.com/cpeditor/cpeditor - 82b2920e7cd2082c041050621464ec6a05c0014a authored almost 5 years ago by ouuan <[email protected]>
fix(PreferencesPageTemplate): fix title

Auto parse the last item in path as the title, unless it is 'general'
Add signal pathChanged in ...

github.com/cpeditor/cpeditor - c3f3a6229182b88ff31cfd25350350f1224f7279 authored almost 5 years ago by nekosu <[email protected]>
Merge branch 'v6.2': Release 6.1.6 and 6.2.3

github.com/cpeditor/cpeditor - 309510c2ddb3283067abdd33f71b4e9ab851eb62 authored almost 5 years ago by ouuan <[email protected]>
Release 6.2.3

github.com/cpeditor/cpeditor - b0a324fd4f9347f3f5f0ef78002f1fcce0b119ad authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2: Update changelog for #225

github.com/cpeditor/cpeditor - b427c1799a0dacdf769eb570b177ab034d346160 authored almost 5 years ago by ouuan <[email protected]>
Release 6.1.6

github.com/cpeditor/cpeditor - 56a685d08e8b95f2249bf98ea6be5a799939ed43 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2': Fix #225 and restructure CMake .in templates

github.com/cpeditor/cpeditor - fba3bbe44d8e6034daa3f9616ec48a78ab6e2335 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2: Fix #225 and restructure CMake templates

github.com/cpeditor/cpeditor - c3c03192a601680691de91ab64a602817b07399a authored almost 5 years ago by ouuan <[email protected]>
Fix #225 and restructure cmake in templates

This commit fixes #225 and now all .in template files are placed in its own directory under cmak...

github.com/cpeditor/cpeditor - a83800352eb89f2a8f1531f55023b9cbfc2b7c8a authored almost 5 years ago by Ashar <[email protected]>
Fix #225 and restructure cmake in templates

This commit fixes #225 and now all .in template files are placed in its own directory under cmak...

github.com/cpeditor/cpeditor - d2751b678a555f11f65be580b80edcc77dfd40b5 authored almost 5 years ago by Ashar <[email protected]>
style: Use the correct format for block comments

The format after this change is the correct format, and VS Code
highlights it.

github.com/cpeditor/cpeditor - f8bcce7506f184524ae43c464ebfd562d5b13263 authored almost 5 years ago by ouuan <[email protected]>
docs(zh-CN): Change experssion in Chinese translations

github.com/cpeditor/cpeditor - 51c08fd66fcb5e259f00c455f413702bae71b7ba authored almost 5 years ago by ouuan <[email protected]>
fix(Preferences): Use default font size and restrict to monospace fonts

In the document of QFont::QFont:

> If pointSize is zero or negative, the point size of the font...

github.com/cpeditor/cpeditor - 1df2a1d025649eb8a8a161f94f061fb29e7361fa authored almost 5 years ago by ouuan <[email protected]>
feat(Preferences): Add shortcuts

- Ctrl+S to apply the settings.
- Ctrl+D to load default settings.
- Ctrl+R to reset the UI.
- C...

github.com/cpeditor/cpeditor - 2381f15e00d7a476ecbc5152f5afa81fd7fa1657 authored almost 5 years ago by ouuan <[email protected]>
This commit adds example for on-fly diagonistics

It cab be used in the same way to check and parse the results.

github.com/cpeditor/lsp-cpp - 7f3fb8ebdaf6dbdc47c0c39942fbe21be2e6a3fe authored almost 5 years ago by Ashar Khan <[email protected]>
feat(Preferences): Add CodeSnippetsPage

github.com/cpeditor/cpeditor - e7371dc0ddf323836dedcfabb12d6b7a9b3ef08c authored almost 5 years ago by ouuan <[email protected]>
fix(SettingsManager): Fix SettingsManager::remove

github.com/cpeditor/cpeditor - d8b96ebb93d2a18047e4f8aa714245418afd6b82 authored almost 5 years ago by ouuan <[email protected]>
feat(SettingsManager): Add function SettingsManager::contains

github.com/cpeditor/cpeditor - 933becf03971851eeca46bbbd96a59bdc56b6ec6 authored almost 5 years ago by ouuan <[email protected]>
refactor(Preferences): Move the center alignment to PreferencesGridPage

Pages except for PreferencesGridPage may not need the center
alignment, so it's moved to Prefere...

github.com/cpeditor/cpeditor - 8ce8555b4e3434a915ced8761cdce0b104485435 authored almost 5 years ago by ouuan <[email protected]>
refactor: Add Util::setEditorLanguage and remove Python completer

1. Add Util::setEditorLanguage for convenience.

2. The Python completer is very hard to use. Fo...

github.com/cpeditor/cpeditor - 1c727afb8e409800a9be6e5d9b4c09fb92044fe2 authored almost 5 years ago by ouuan <[email protected]>
refactor: recreate settings to support more ui

add value wrapper to wrap the widget

github.com/cpeditor/cpeditor - 66f9e38143f3b2cea85835d5dd40ad99995817e8 authored almost 5 years ago by nekosu <[email protected]>
refactor(ValueWrapper): Add override specifiers

Add override specifiers to silent Codacy warnings.

https://app.codacy.com/gh/cpeditor/cpeditor/...

github.com/cpeditor/cpeditor - 103de2eb801fee3336f68b6486e383496da9a92c authored almost 5 years ago by ouuan <[email protected]>
feat: add shortcut item

github.com/cpeditor/cpeditor - 0ab74631e0f1ec0348f130886244c0cdf07cf556 authored almost 5 years ago by nekosu <[email protected]>
feat(PreferencesTemplatePage): Set minimum width 400 for QLineEdit

github.com/cpeditor/cpeditor - b130445b4debee056d828cfe905a8ff29ce3fdc8 authored almost 5 years ago by ouuan <[email protected]>
fix(Settings): Update Competitive Companion port range

User Ports are 1024-49151 according to https://www.iana.org/assignments/service-names-port-numbers

github.com/cpeditor/cpeditor - 672e09479bb3f45aef89ccbbce288ebf6169b390 authored almost 5 years ago by ouuan <[email protected]>
feat: add appearance

add appearance page
add support of QScrollBar QSlider
change compile_and_run_only to show_compil...

github.com/cpeditor/cpeditor - be0720206e11ed9899c610205710571e8d6c52eb authored almost 5 years ago by nekosu <[email protected]>
style(setting.json): Format json

This is automatically done by VS Code.

github.com/cpeditor/cpeditor - 0d956eb3071dfc2bd5c279354024a5b0c55647e1 authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesWindow): Change current item when switching to a page

This is useful when switching to a page from the home page.

github.com/cpeditor/cpeditor - cef60837d41bbd55158089438ba7d5ec8c85191e authored almost 5 years ago by ouuan <[email protected]>
fix(Settings): Update default font size

9pt is too small on some devices. Let's use the default font size
provided by Qt.

github.com/cpeditor/cpeditor - b485d305c6c3f46a5e75b87471e135f7d7c69548 authored almost 5 years ago by ouuan <[email protected]>
fix(Settings): Fix the order of loading settings file

github.com/cpeditor/cpeditor - d3e7d1974a222af38b08fefe846549cbd622cd7b authored almost 5 years ago by ouuan <[email protected]>
refactor: recreate setting manager and dialog

recreate setting manager
recreate setting dialog
add setting.json tools/genSettings.sh for gener...

github.com/cpeditor/cpeditor - 2344ef8cf09110e02e5b41797a1de00724ef2556 authored almost 5 years ago by nekosu <[email protected]>
feat: add font in command page

add FontItem for font choosing
add font in command page
change default value for font in settings

github.com/cpeditor/cpeditor - 0210c331a3d10a9c9aa20e7f08c21ecf4bbf4392 authored almost 5 years ago by nekosu <[email protected]>
fix(Settings): Fix SettingsManager::keyStartsWith

github.com/cpeditor/cpeditor - ed28514e500a3963cb123b0aece86963dcd15f31 authored almost 5 years ago by ouuan <[email protected]>
fix(Settings): Load settings file only when it exists

github.com/cpeditor/cpeditor - 482d6cdc0f70e7b247be2a707a62a6a3fdf0a955 authored almost 5 years ago by ouuan <[email protected]>
chore(newReleaseCycle.sh): Update STABLE_VERSION in all branches

github.com/cpeditor/cpeditor - d65364017bc1cffa97bd45525c74d857a11f0d9c authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2': Don't require any redo for auto-close parentheses

github.com/cpeditor/cpeditor - a7067c86bc1782c7a6d6d167b38e504e875393f2 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2

Don't require any undo for auto-close parentheses.

github.com/cpeditor/cpeditor - 8e2016d7d2b9ba253ea56fdf84022500728df56e authored almost 5 years ago by ouuan <[email protected]>
fix(QCodeEditor): Don't require any undo for auto-close parentheses

It used to require two undos but now it doesn't.

github.com/cpeditor/cpeditor - a0fdf640853dcaff704cd1aac14b5c5640da32fb authored almost 5 years ago by ouuan <[email protected]>
fix: Require no undo for auto-close parentheses

It required two undos for auto-close parentheses, now it doesn't
require any.

github.com/cpeditor/QCodeEditor - 4bc0e8e4470a0fad3c2497ba405c51aff917a058 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2': Add auto-close for single and double quotes

github.com/cpeditor/cpeditor - effe54d2c0c11cfdcc5998a99216c0e0bd283ad3 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2: Add auto-close for quotes

github.com/cpeditor/cpeditor - 0b382721d538e107c374922a68049e3668860f2f authored almost 5 years ago by ouuan <[email protected]>
fix(QCodeEditor): Add auto-close for single and double quotes.

This fixes #226.

github.com/cpeditor/cpeditor - 33847f40b5ae2b53f5feab095535593066626e4f authored almost 5 years ago by ouuan <[email protected]>
fix: Add auto-close for quotes

Auto-completion for parentheses was checked before auto-close, because
the left quote and the ri...

github.com/cpeditor/QCodeEditor - d2159629d1865167bdcee20f311b4133db524e10 authored almost 5 years ago by ouuan <[email protected]>
ci: Add checksums for the full source

github.com/cpeditor/cpeditor - 468b7f1ef95abc11db20ff04728f7c0fff27f294 authored almost 5 years ago by ouuan <[email protected]>
docs(README): Update badges from 6.1.4 to 6.1.5

github.com/cpeditor/cpeditor - 0c3db4fdca370e6c458676516d6b418fd35ce98f authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2'

github.com/cpeditor/cpeditor - a973cca10b4ff560d08cb6964ace92af916f0f74 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2

github.com/cpeditor/cpeditor - 6f460b4a552009e12eea1cd3ca94809f381a8a20 authored almost 5 years ago by ouuan <[email protected]>
Release 6.1.5

github.com/cpeditor/cpeditor - 962a6cf0c572d517facfc1bbd049c72df1469d66 authored almost 5 years ago by ouuan <[email protected]>
build: Add PKGBUILD.in and .SRCINFO.in

github.com/cpeditor/cpeditor - dc17462253f353a8a4202e96902707d72d76e124 authored almost 5 years ago by ouuan <[email protected]>
ci(AUR): Release AUR package on release published

If it's released on AUR before the GitHub Release is published, there
will be a period that user...

github.com/cpeditor/cpeditor - c51919deb4171a9196ab311f5a5b6b99f09641e5 authored almost 5 years ago by ouuan <[email protected]>
ci: Use .ci/STABLE_VERSION to auto-detect beta/stable

github.com/cpeditor/cpeditor - df83df09e0df1533eb10205e8563243447c32a1d authored almost 5 years ago by ouuan <[email protected]>
ci: Release on AUR (#222)

* Create release_aur.yml workflow

This workflow releases the latest stable on AUR package as `c...

github.com/cpeditor/cpeditor - c6998666e458a70427d56998511e3b5ffd2d97a8 authored almost 5 years ago by Ashar <[email protected]>
ci: Use CP Editor bot for auto-formatting

Although this has no effect, a real bot account looks better than a
non-existing account "clang-...

github.com/cpeditor/cpeditor - eb484b1ca943a0478440c4c9c727789fa6b38307 authored almost 5 years ago by ouuan <[email protected]>
Prepare make install for installing on Linux

This commit adds ability to install the application on any linux by
running sudo make install. I...

github.com/cpeditor/cpeditor - 3b38a66d26d34485895b7c83d36d76376249c1e4 authored almost 5 years ago by Ashar <[email protected]>
Merge branch 'v6.2': Release on AUR on GitHub Release published

github.com/cpeditor/cpeditor - 4e0274fb48843eeb90d5e1e7adffd2f62da23dfd authored almost 5 years ago by ouuan <[email protected]>
ci(AUR): Release AUR package on release published

If it's released on AUR before the GitHub Release is published, there
will be a period that user...

github.com/cpeditor/cpeditor - 2004368624600a0c20df27a5e65f68c7a56b4baa authored almost 5 years ago by ouuan <[email protected]>
docs(README): Add AUR badges in the table

github.com/cpeditor/cpeditor - 5d89c4daa9a4b446eb15c6d15faa79644af9c3a7 authored almost 5 years ago by ouuan <[email protected]>
docs(INSTALL): Add stable version of cpeditor on AUR

github.com/cpeditor/cpeditor - 7a087f1e4ac17581dbdbbf72e0c0db26b8e70a6a authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2'

github.com/cpeditor/cpeditor - a656fc396dfe45f307db6c7fa4accb7d211ff8ab authored almost 5 years ago by ouuan <[email protected]>
ci: Release on AUR (#222)

* Create release_aur.yml workflow

This workflow releases the latest stable on AUR package as ...

github.com/cpeditor/cpeditor - a7e61e6ed0c7c962f19d7ee61bcd29a8de46409b authored almost 5 years ago by Ashar <[email protected]>
ci: Use .ci/STABLE_VERSION to auto-detect beta/stable

github.com/cpeditor/cpeditor - b14d4b74509ab7b86b39f5cd34b0e49efbeecc2c authored almost 5 years ago by ouuan <[email protected]>
ci: Use CP Editor bot for auto-formatting

Although this has no effect, a real bot account looks better than a
non-existing account "clang-...

github.com/cpeditor/cpeditor - a19f1c26d27d5bbe0580e3e11d2ad286887cc817 authored almost 5 years ago by ouuan <[email protected]>
Prepare make install for installing on Linux

This commit adds ability to install the application on any linux by
running sudo make install. I...

github.com/cpeditor/cpeditor - 44bc1774c9d407bed979859e72042ee43d8760f2 authored almost 5 years ago by Ashar <[email protected]>
ci: Use .ci/STABLE_VERSION to auto-detect beta/stable

github.com/cpeditor/cpeditor - ebe89e9d971aa96cd7c8473c29e4dea44a9d7cbf authored almost 5 years ago by ouuan <[email protected]>
ci: Release on AUR (#222)

* Create release_aur.yml workflow

This workflow releases the latest stable on AUR package as ...

github.com/cpeditor/cpeditor - cbc0a90a22b2cff7e64ebc7bed2a1cda148cbd4f authored almost 5 years ago by Ashar <[email protected]>
refactor: remove useless function

remove useless function in PreferencesPage, PreferencesGridPage
add registerWidget overload for ...

github.com/cpeditor/cpeditor - e3ef05d7e03aaeae3b68665d1d26134ef122c102 authored almost 5 years ago by nekosu <[email protected]>
docs(zh-CN): Add outdated warnings to Chinese translations

github.com/cpeditor/cpeditor - 0a3bc36787e2da941f30aa48415c1ba5068c4754 authored almost 5 years ago by ouuan <[email protected]>
docs(ru-RU): Fix some typos

github.com/cpeditor/cpeditor - f3f3e4e9d204d1d3bb25bb304d190c33641ac07e authored almost 5 years ago by ouuan <[email protected]>
chore(newReleaseCycle.sh): Add README_ru-RU.md

github.com/cpeditor/cpeditor - 359660919c19cd82d2e1402b642bee0dd682dc47 authored almost 5 years ago by ouuan <[email protected]>
docs(CONTRIBUTING_ru-RU.md): Use Russian version of Conventional Commits

github.com/cpeditor/cpeditor - c829b1f83a9780bea9eb0a8ebffe19ba09e414c8 authored almost 5 years ago by ouuan <[email protected]>
Merge pull request #221: Add Russian translations of documents

Add Russian translations of documents

github.com/cpeditor/cpeditor - 071c8816aac03bea40bc399e4e923104fc205d61 authored almost 5 years ago by ouuan <[email protected]>
some corrections in Russian translation

github.com/cpeditor/cpeditor - 9f06453b66f14cf157c8b8ecda71030eb313f291 authored almost 5 years ago by IZOBRETATEL777 <[email protected]>
refactor(PathItem): some minor changes

github.com/cpeditor/cpeditor - 691ec832f74ca9296fa15faf595c1d70954308a4 authored almost 5 years ago by ouuan <[email protected]>
feat: add commands page

add compile command, run arguments, run command
rename CodeTemplateItem to PathItem

github.com/cpeditor/cpeditor - 058e56857361770732912b351663f20f2bbc207b authored almost 5 years ago by nekosu <[email protected]>
Fixed some correction

github.com/cpeditor/cpeditor - 52780b87baafd71f17cb45a354f07afd6efdcaac authored almost 5 years ago by Azer Sadykhzadeh <[email protected]>
Fixed hyperlink

Co-Authored-By: ouuan <[email protected]>

github.com/cpeditor/cpeditor - c2bcef7d81175c7f8e85d5c4e8bc63a908d5cf16 authored almost 5 years ago by Azer Sadykhzadeh <[email protected]>
refactor(PreferencesGridPage): Add comments and other changes

1. Add comments.
2. Use const QString & like other CP Editor functions and member
functions o...

github.com/cpeditor/cpeditor - bac52a2dd7e47cbd4e0d0e85133eaa0ae1900e90 authored almost 5 years ago by ouuan <[email protected]>
refactor: Add grid layout template page

use grid layout to replace form layout.
fix the dislocation between label and widget.

github.com/cpeditor/cpeditor - 5bf0f806eebe9d5a6d30fc08fd00d4589e4ad379 authored almost 5 years ago by nekosu <[email protected]>
Fixed translation and added hyperlinks

github.com/cpeditor/cpeditor - ef4f788fbefa8beb066e697e6f61fb91025cdcf9 authored almost 5 years ago by Azer Sadykhzadeh <[email protected]>
Fixed translate and hyperlinks

github.com/cpeditor/cpeditor - 21bf9bdbee655d51cc4ae49f7d25c008b3f47300 authored almost 5 years ago by Azer Sadykhzadeh <[email protected]>
Fixed hyperlinks

github.com/cpeditor/cpeditor - acbab539017f61e9eea99db7d622e3443d259dbf authored almost 5 years ago by Azer Sadykhzadeh <[email protected]>
Fixed hyperlinks

github.com/cpeditor/cpeditor - 88f96745825ba29631fb51dc8d528ab3299d7f35 authored almost 5 years ago by Azer Sadykhzadeh <[email protected]>
Update INSTALL_ru-RU.md

github.com/cpeditor/cpeditor - e18a85c8f20cec1653754e63f7638781562c227e authored almost 5 years ago by Azer Sadykhzadeh <[email protected]>
some corrections in Russian translation

github.com/cpeditor/cpeditor - eeb0e40e361396655b9fd40ab61efb50bcbab4e2 authored almost 5 years ago by IZOBRETATEL777 <[email protected]>
Added link to English translation to Russian README

github.com/cpeditor/cpeditor - 47526ea49821c22591bd1640d8178f35e9291a7c authored almost 5 years ago by IZOBRETATEL777 <[email protected]>
Added link to Russian translation to Chinese README

github.com/cpeditor/cpeditor - a148dc7d4e1b8d59e691a07d227ddbaecff1d580 authored almost 5 years ago by IZOBRETATEL777 <[email protected]>
Fixed links in Russian translation

github.com/cpeditor/cpeditor - feddc9dd038a404321d400234584b734f1261592 authored almost 5 years ago by IZOBRETATEL777 <[email protected]>
Fixed links in Russian translation

github.com/cpeditor/cpeditor - 27b01cf576d346a15c02a695aa25730342cec8a0 authored almost 5 years ago by IZOBRETATEL777 <[email protected]>
Delete .licenserrc

github.com/cpeditor/cpeditor - 28095223c20a324f31c9ad401d78e251e87c4bd9 authored almost 5 years ago by Ashar <[email protected]>
Delete .licenseronly

github.com/cpeditor/cpeditor - 5d55325c44e8f350404c107fd25051dcb62ea185 authored almost 5 years ago by Ashar <[email protected]>
Delete .licenserignore

github.com/cpeditor/cpeditor - a00c1f9b9ad4d391e425f4313e63db028bb0c96a authored almost 5 years ago by Ashar <[email protected]>
Delete .header

github.com/cpeditor/cpeditor - a4417bab006656a4381b768f7c036d8db630a3a7 authored almost 5 years ago by Ashar <[email protected]>
refactor(PreferencesWindow): Use getChild to reduce duplication

github.com/cpeditor/cpeditor - 3670319dc6da2c20820ef68c6b235113b417a8f5 authored almost 5 years ago by ouuan <[email protected]>
refactor(PreferencesWindow): Use getTopLevelItem to reduce duplication

github.com/cpeditor/cpeditor - 5be3e8475cf35ab5624732e0149a7e4b1b327bed authored almost 5 years ago by ouuan <[email protected]>
refactor(Preferences): Add explicit to constructors

github.com/cpeditor/cpeditor - 33bce44843c3125cc11a1517f79663d9f861e157 authored almost 5 years ago by ouuan <[email protected]>
Translation fixed

github.com/cpeditor/cpeditor - 0cc8bbd9f0e9cdf1d55cb5d3f9bc7a87da3dfe60 authored almost 5 years ago by IZOBRETATEL777 <[email protected]>