Ecosyste.ms: OpenCollective

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

github.com/cpeditor/cpeditor

The IDE for competitive programming :tada: | Fetch, Code, Compile, Run, Check, Submit :rocket:
https://github.com/cpeditor/cpeditor

Merge branch 'v6.2': Release 6.1.6 and 6.2.3

309510c2ddb3283067abdd33f71b4e9ab851eb62 authored almost 5 years ago
Release 6.2.3

b0a324fd4f9347f3f5f0ef78002f1fcce0b119ad authored almost 5 years ago
Merge branch 'v6.1' into v6.2: Update changelog for #225

b427c1799a0dacdf769eb570b177ab034d346160 authored almost 5 years ago
Release 6.1.6

56a685d08e8b95f2249bf98ea6be5a799939ed43 authored almost 5 years ago
Merge branch 'v6.2': Fix #225 and restructure CMake .in templates

fba3bbe44d8e6034daa3f9616ec48a78ab6e2335 authored almost 5 years ago
Merge branch 'v6.1' into v6.2: Fix #225 and restructure CMake templates

c3c03192a601680691de91ab64a602817b07399a authored almost 5 years ago
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...

a83800352eb89f2a8f1531f55023b9cbfc2b7c8a authored almost 5 years ago
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...

d2751b678a555f11f65be580b80edcc77dfd40b5 authored almost 5 years ago
style: Use the correct format for block comments

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

f8bcce7506f184524ae43c464ebfd562d5b13263 authored almost 5 years ago
docs(zh-CN): Change experssion in Chinese translations

51c08fd66fcb5e259f00c455f413702bae71b7ba authored almost 5 years ago
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...

1df2a1d025649eb8a8a161f94f061fb29e7361fa authored almost 5 years ago
feat(Preferences): Add shortcuts

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

2381f15e00d7a476ecbc5152f5afa81fd7fa1657 authored almost 5 years ago
feat(Preferences): Add CodeSnippetsPage

e7371dc0ddf323836dedcfabb12d6b7a9b3ef08c authored almost 5 years ago
fix(SettingsManager): Fix SettingsManager::remove

d8b96ebb93d2a18047e4f8aa714245418afd6b82 authored almost 5 years ago
feat(SettingsManager): Add function SettingsManager::contains

933becf03971851eeca46bbbd96a59bdc56b6ec6 authored almost 5 years ago
refactor(Preferences): Move the center alignment to PreferencesGridPage

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

8ce8555b4e3434a915ced8761cdce0b104485435 authored almost 5 years ago
refactor: Add Util::setEditorLanguage and remove Python completer

1. Add Util::setEditorLanguage for convenience.

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

1c727afb8e409800a9be6e5d9b4c09fb92044fe2 authored almost 5 years ago
refactor: recreate settings to support more ui

add value wrapper to wrap the widget

66f9e38143f3b2cea85835d5dd40ad99995817e8 authored almost 5 years ago
refactor(ValueWrapper): Add override specifiers

Add override specifiers to silent Codacy warnings.

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

103de2eb801fee3336f68b6486e383496da9a92c authored almost 5 years ago
feat: add shortcut item

0ab74631e0f1ec0348f130886244c0cdf07cf556 authored almost 5 years ago
fix(Settings): Update Competitive Companion port range

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

672e09479bb3f45aef89ccbbce288ebf6169b390 authored almost 5 years ago
feat: add appearance

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

be0720206e11ed9899c610205710571e8d6c52eb authored almost 5 years ago
style(setting.json): Format json

This is automatically done by VS Code.

0d956eb3071dfc2bd5c279354024a5b0c55647e1 authored almost 5 years ago
feat(PreferencesTemplatePage): Set minimum width 400 for QLineEdit

b130445b4debee056d828cfe905a8ff29ce3fdc8 authored almost 5 years ago
feat(PreferencesWindow): Change current item when switching to a page

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

cef60837d41bbd55158089438ba7d5ec8c85191e authored almost 5 years ago
fix(Settings): Update default font size

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

b485d305c6c3f46a5e75b87471e135f7d7c69548 authored almost 5 years ago
fix(Settings): Fix the order of loading settings file

d3e7d1974a222af38b08fefe846549cbd622cd7b authored almost 5 years ago
fix(Settings): Load settings file only when it exists

482d6cdc0f70e7b247be2a707a62a6a3fdf0a955 authored almost 5 years ago
fix(Settings): Fix SettingsManager::keyStartsWith

ed28514e500a3963cb123b0aece86963dcd15f31 authored almost 5 years ago
feat: add font in command page

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

0210c331a3d10a9c9aa20e7f08c21ecf4bbf4392 authored almost 5 years ago
refactor: recreate setting manager and dialog

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

2344ef8cf09110e02e5b41797a1de00724ef2556 authored almost 5 years ago
chore(newReleaseCycle.sh): Update STABLE_VERSION in all branches

d65364017bc1cffa97bd45525c74d857a11f0d9c authored almost 5 years ago
Merge branch 'v6.2': Don't require any redo for auto-close parentheses

a7067c86bc1782c7a6d6d167b38e504e875393f2 authored almost 5 years ago
Merge branch 'v6.1' into v6.2

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

8e2016d7d2b9ba253ea56fdf84022500728df56e authored almost 5 years ago
fix(QCodeEditor): Don't require any undo for auto-close parentheses

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

a0fdf640853dcaff704cd1aac14b5c5640da32fb authored almost 5 years ago
Merge branch 'v6.2': Add auto-close for single and double quotes

effe54d2c0c11cfdcc5998a99216c0e0bd283ad3 authored almost 5 years ago
Merge branch 'v6.1' into v6.2: Add auto-close for quotes

0b382721d538e107c374922a68049e3668860f2f authored almost 5 years ago
fix(QCodeEditor): Add auto-close for single and double quotes.

This fixes #226.

33847f40b5ae2b53f5feab095535593066626e4f authored almost 5 years ago
ci: Add checksums for the full source

468b7f1ef95abc11db20ff04728f7c0fff27f294 authored almost 5 years ago
docs(README): Update badges from 6.1.4 to 6.1.5

0c3db4fdca370e6c458676516d6b418fd35ce98f authored almost 5 years ago
Merge branch 'v6.2'

a973cca10b4ff560d08cb6964ace92af916f0f74 authored almost 5 years ago
Merge branch 'v6.1' into v6.2

6f460b4a552009e12eea1cd3ca94809f381a8a20 authored almost 5 years ago
Release 6.1.5

962a6cf0c572d517facfc1bbd049c72df1469d66 authored almost 5 years ago
build: Add PKGBUILD.in and .SRCINFO.in

dc17462253f353a8a4202e96902707d72d76e124 authored almost 5 years ago
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...

c51919deb4171a9196ab311f5a5b6b99f09641e5 authored almost 5 years ago
ci: Use .ci/STABLE_VERSION to auto-detect beta/stable

df83df09e0df1533eb10205e8563243447c32a1d authored almost 5 years ago
ci: Release on AUR (#222)

* Create release_aur.yml workflow

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

c6998666e458a70427d56998511e3b5ffd2d97a8 authored almost 5 years ago
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-...

eb484b1ca943a0478440c4c9c727789fa6b38307 authored almost 5 years ago
Prepare make install for installing on Linux

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

3b38a66d26d34485895b7c83d36d76376249c1e4 authored almost 5 years ago
Merge branch 'v6.2': Release on AUR on GitHub Release published

4e0274fb48843eeb90d5e1e7adffd2f62da23dfd authored almost 5 years ago
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...

2004368624600a0c20df27a5e65f68c7a56b4baa authored almost 5 years ago
docs(README): Add AUR badges in the table

5d89c4daa9a4b446eb15c6d15faa79644af9c3a7 authored almost 5 years ago
docs(INSTALL): Add stable version of cpeditor on AUR

7a087f1e4ac17581dbdbbf72e0c0db26b8e70a6a authored almost 5 years ago
Merge branch 'v6.2'

a656fc396dfe45f307db6c7fa4accb7d211ff8ab authored almost 5 years ago
ci: Release on AUR (#222)

* Create release_aur.yml workflow

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

a7e61e6ed0c7c962f19d7ee61bcd29a8de46409b authored almost 5 years ago
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-...

a19f1c26d27d5bbe0580e3e11d2ad286887cc817 authored almost 5 years ago
ci: Use .ci/STABLE_VERSION to auto-detect beta/stable

b14d4b74509ab7b86b39f5cd34b0e49efbeecc2c authored almost 5 years ago
Prepare make install for installing on Linux

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

44bc1774c9d407bed979859e72042ee43d8760f2 authored almost 5 years ago
ci: Use .ci/STABLE_VERSION to auto-detect beta/stable

ebe89e9d971aa96cd7c8473c29e4dea44a9d7cbf authored almost 5 years ago
ci: Release on AUR (#222)

* Create release_aur.yml workflow

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

cbc0a90a22b2cff7e64ebc7bed2a1cda148cbd4f authored almost 5 years ago
refactor: remove useless function

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

e3ef05d7e03aaeae3b68665d1d26134ef122c102 authored almost 5 years ago
docs(zh-CN): Add outdated warnings to Chinese translations

0a3bc36787e2da941f30aa48415c1ba5068c4754 authored almost 5 years ago
docs(ru-RU): Fix some typos

f3f3e4e9d204d1d3bb25bb304d190c33641ac07e authored almost 5 years ago
chore(newReleaseCycle.sh): Add README_ru-RU.md

359660919c19cd82d2e1402b642bee0dd682dc47 authored almost 5 years ago
docs(CONTRIBUTING_ru-RU.md): Use Russian version of Conventional Commits

c829b1f83a9780bea9eb0a8ebffe19ba09e414c8 authored almost 5 years ago
Merge pull request #221: Add Russian translations of documents

Add Russian translations of documents

071c8816aac03bea40bc399e4e923104fc205d61 authored almost 5 years ago
some corrections in Russian translation

9f06453b66f14cf157c8b8ecda71030eb313f291 authored almost 5 years ago
refactor(PathItem): some minor changes

691ec832f74ca9296fa15faf595c1d70954308a4 authored almost 5 years ago
feat: add commands page

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

058e56857361770732912b351663f20f2bbc207b authored almost 5 years ago
Fixed some correction

52780b87baafd71f17cb45a354f07afd6efdcaac authored almost 5 years ago
Fixed hyperlink

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

c2bcef7d81175c7f8e85d5c4e8bc63a908d5cf16 authored almost 5 years ago
refactor(PreferencesGridPage): Add comments and other changes

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

bac52a2dd7e47cbd4e0d0e85133eaa0ae1900e90 authored almost 5 years ago
refactor: Add grid layout template page

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

5bf0f806eebe9d5a6d30fc08fd00d4589e4ad379 authored almost 5 years ago
Fixed translation and added hyperlinks

ef4f788fbefa8beb066e697e6f61fb91025cdcf9 authored almost 5 years ago
Fixed translate and hyperlinks

21bf9bdbee655d51cc4ae49f7d25c008b3f47300 authored almost 5 years ago
Fixed hyperlinks

acbab539017f61e9eea99db7d622e3443d259dbf authored almost 5 years ago
Fixed hyperlinks

88f96745825ba29631fb51dc8d528ab3299d7f35 authored almost 5 years ago
Update INSTALL_ru-RU.md

e18a85c8f20cec1653754e63f7638781562c227e authored almost 5 years ago
some corrections in Russian translation

eeb0e40e361396655b9fd40ab61efb50bcbab4e2 authored almost 5 years ago
Added link to English translation to Russian README

47526ea49821c22591bd1640d8178f35e9291a7c authored almost 5 years ago
Added link to Russian translation to Chinese README

a148dc7d4e1b8d59e691a07d227ddbaecff1d580 authored almost 5 years ago
Fixed links in Russian translation

feddc9dd038a404321d400234584b734f1261592 authored almost 5 years ago
Fixed links in Russian translation

27b01cf576d346a15c02a695aa25730342cec8a0 authored almost 5 years ago
Delete .licenserrc

28095223c20a324f31c9ad401d78e251e87c4bd9 authored almost 5 years ago
Delete .licenseronly

5d55325c44e8f350404c107fd25051dcb62ea185 authored almost 5 years ago
Delete .licenserignore

a00c1f9b9ad4d391e425f4313e63db028bb0c96a authored almost 5 years ago
Delete .header

a4417bab006656a4381b768f7c036d8db630a3a7 authored almost 5 years ago
refactor(PreferencesWindow): Use getChild to reduce duplication

3670319dc6da2c20820ef68c6b235113b417a8f5 authored almost 5 years ago
refactor(PreferencesWindow): Use getTopLevelItem to reduce duplication

5be3e8475cf35ab5624732e0149a7e4b1b327bed authored almost 5 years ago
refactor(Preferences): Add explicit to constructors

33bce44843c3125cc11a1517f79663d9f861e157 authored almost 5 years ago
Translation fixed

0cc8bbd9f0e9cdf1d55cb5d3f9bc7a87da3dfe60 authored almost 5 years ago
Translation of all .md files into Russian

707cfc032a9ca47400761c085f71f2ce7fd02958 authored almost 5 years ago
fix(AppWindow): fix memory leaking of the tab menu

Found here:
https://www.deepcode.ai/app/gh/cpeditor/cpeditor/f3d8c7c3b4206bc6f25990bd94b3c71e516...

f82fe38cdd46fbfb0c6acd27935e94fe8d823594 authored almost 5 years ago
docs(CONTRIBUTING): Add Conventional Commits

f3d8c7c3b4206bc6f25990bd94b3c71e5163021b authored almost 5 years ago
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-...

f5bf1fcb391ab322c569da2e90dbde72c076e184 authored almost 5 years ago
docs(INSTALL_zh-CN.md): Translate VS C++ redistributable packages download

e33aff5612ef66ee93b4199315116d58a9c45f2b authored almost 5 years ago
docs(INSTALL): Add build from AUR

f3fe75df6f9009ae3d947ea956df1fd2e67a9f80 authored almost 5 years ago
Revert "Add Arch AUR link for Alpha downloads"

This reverts commit 41f617de0be62fc94fcc0e733eb2aeb5d15cf595.

AUR download will be in doc/INSTA...

16031269ea1c8854ca57e665afd2c6be349bf8d0 authored almost 5 years ago
Add Arch AUR link for Alpha downloads

Since `cpeditor-git` is always build from `master`. This is a good candidate for Alpha downloads...

41f617de0be62fc94fcc0e733eb2aeb5d15cf595 authored almost 5 years ago
Prepare make install for installing on Linux

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

fc46de9b8ee7700850df1bfd6b2f6875b51e7015 authored almost 5 years ago