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

docs(README): Restrict to push event for CI badge

After this change, the badge won't be affect by pull requests.

4783637a9611854ff6682cb08b0b9ceb1b25827d authored almost 5 years ago by ouuan <[email protected]>
Update testlib, FindReplace and singleapplication

648795e239290cc38766e469e6a4ccda5478a426 authored almost 5 years ago by Ashar <[email protected]>
feat(Preferences): Add Code Template Page

17afa5e080c134b1f66af1d1d100f14f3f6a9bda authored almost 5 years ago by ouuan <[email protected]>
refactor: Add source file suffixes in Util

This is mainly for convenience, and it also fixes a bug: The language
was not set to C++ when sa...

8b9d1a30c6aa3319fa18b7411e2f242cc2524672 authored almost 5 years ago by ouuan <[email protected]>
chore: Add newFile.sh and move from scripts to tools

1b494024ec75b137cd534cd641e57faeb14c8ce3 authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesWindow): Show in the center of the screen

9e87aea3175c1c7ebe5b381c772f970e6a1bce0d authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesWindow): Add Esc as a shortcut for close

2c395e388e68813ba11a957e2107a39dfa41a58a authored almost 5 years ago by ouuan <[email protected]>
refactor: Remove old preferences window and update apply settings

1. Remove old preferences window.
2. Use path specific apply settings.
3. Use settings instead o...

8311ae7408f9ced8e198345b1b8d1475c6895834 authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesPage): Improve appearance of preferences pages

1. Make the page vertically align center.
2. Add a title for each page.

b4e4cff3a1265922d9125e767b7f8a6ce47bb16b authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesWindow): Expand items when searching

1aeb23e019bf93ccc6fbf273f15ba04f8bd064e1 authored almost 5 years ago by ouuan <[email protected]>
refactor(PreferencesPage): Add label in addLineEdit and addSpinBox

7cde7d09044b668ee254bfd6bf3719cf4ebc52eb authored almost 5 years ago by ouuan <[email protected]>
feat(Preferences): Add new page Language/General

5a5069d429ba5cd8bd2e8919b7a9d3997b959106 authored almost 5 years ago by ouuan <[email protected]>
fix: Change logic of toggling visibility through tray icon

Old behavior: Won't raise when the window is not minimized but at the
background.

New behavior:...

2f6cb0c1e1a410939c890267fb10675edc4e55b6 authored almost 5 years ago by ouuan <[email protected]>
Added System wide dark theme for windows 10

This commit fixes #215 and introduces a system wide dark theme that is
based on Fusion style. It...

5e847af213d97bfc8a2d2cf0add654a7e398802d authored almost 5 years ago by Ashar Khan <[email protected]>
Remove shortcut resources/styles/resources

This shortcut was added by some mistake and is of no use to editor
sources. It has been removed ...

b1d09925056e6a6e3b074f6e83511ab0964e448e authored almost 5 years ago by Ashar Khan <[email protected]>
feat(Preferences): Add Page Edit

07b0e9491b79d9ab2a45e0de252d1bdd06db3363 authored almost 5 years ago by ouuan <[email protected]>
refactor(SettingsManager): Add default settings as constants

After this refactor, we can get the default settings without resetting
the settings.

07da3795b73455bd32530c440d0365aa02121dc4 authored almost 5 years ago by ouuan <[email protected]>
fix(Preferences): Some enhancements and bug fixes

1. Add two functions `PreferencesPage::addSpacing` and
`PreferencesPage::addStretch`, so it w...

6293b1550b2192b5f4baf59104cebbab13bd41fc authored almost 5 years ago by ouuan <[email protected]>
fix(PreferencesWindow): Use case insensitive search

ca9e2e26772cc3ce31f1a97e12dee4387cde54a3 authored almost 5 years ago by ouuan <[email protected]>
fix(PreferencesWindow): Add search for text in the path

c7818f21d01210d8fa660113bb74b3e6bf7463a0 authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesPage): Add addCheckBox, addLineEdit and addSpinBox

These functions make it easier to add the most common widgets to a
preferences page, you don't n...

667b0aaabb5666414f5e2a75a09aa8a791c40729 authored almost 5 years ago by ouuan <[email protected]>
fix(Preferences): Set path of the page after adding it

8db3681391e1898e0cc741ca4211ab327ce2b343 authored almost 5 years ago by ouuan <[email protected]>
refactor(Preferences): Remove default language in the home page

The default language should be set in the guide. (#192)

e5c658ac3709b51519860bed4f7df829a37450e8 authored almost 5 years ago by ouuan <[email protected]>
docs: Use Gitee instead of pan.wzf2000.top

df1a786449c409bd21877b9edb46be24239e3129 authored almost 5 years ago by ouuan <[email protected]>
docs(zh-CN): Fix links & add documents for Chinese

8faef54d96a996e95490b0d50a880f518c569f68 authored almost 5 years ago by ouuan <[email protected]>
docs: Move Chinese README and CONTRIBUTING to the root directory

Gitee will use the Chinese version as default.

https://gitee.com/ouuan/cpeditor

f977374812bb167ab8821235d140df0635c80c9c authored almost 5 years ago by ouuan <[email protected]>
feat: Set window icon in application level instead of window level

Set window icon in application level instead of window level,
this affects the update check window.

34f5e99715cdf95969ed1ecc25660b72fe521801 authored almost 5 years ago by ouuan <[email protected]>
fix: Use the new preferences window and some improvements

44269f816b276e9e9817c08c167061d6af2782d4 authored almost 5 years ago by ouuan <[email protected]>
feat(Preferences): Add PreferencesWindow

2b06ac6b30ae1dc3a1d1855e39978dca83e07456 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2': Use pre-release for checksums workflow

81112c86922492ee1186dfd775052755cd1cfc85 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2: Use pre-release for checksums workflow

6be6bc01770b2dd7538fd3888a2a3a8b65988b25 authored almost 5 years ago by ouuan <[email protected]>
ci: Use prerelease for the checksums workflow

631675e3ae2be04cdfc127e0f3896b5eb1564258 authored almost 5 years ago by ouuan <[email protected]>
refactor(Preferences): Use page path for each page

Now each preferences page has a unique path to it, this is used in the
home page and the "settin...

f12044f2b2d46dbd7bb861be036c322af06548db authored almost 5 years ago by ouuan <[email protected]>
docs(README): Update version badges

743ad0a3fc1e83bbaf25355a80932a19f181af7a authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2': Fix #213, release 6.1.4 and 6.2.2

007f491d1d5e582be51db6546af4661aaad444fb authored almost 5 years ago by ouuan <[email protected]>
Release 6.2.2

fc70c52d35e4a10cd460ca13e7d9efb5cf2097b3 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2: Fix #213

0c3bf6292f95527ca18390e0f2e2f01682824310 authored almost 5 years ago by ouuan <[email protected]>
Release 6.1.4

eea47a3cd3aa667a5c1ed5084a3df493678dfeb2 authored almost 5 years ago by ouuan <[email protected]>
fix(QCodeEditor): Fix wrong behavior when wrap text is on

cfcc3fa89d80aed69079bbd3d65a20257b0f27d2 authored almost 5 years ago by ouuan <[email protected]>
refactor(Preferences): Use QBoxLayout::addStretch instead of QSpacerItem

96aa7464e0e5aa71ef8223b76e3b519217ee8d85 authored almost 5 years ago by ouuan <[email protected]>
feat(Preferences): Add PreferencesHomePage

57a1504039b4a30ab81559c257660c07ea57381f authored almost 5 years ago by ouuan <[email protected]>
docs(CODE_OF_CONDUCT.md): Add e-mail address of the community leader

0a958c4dacbe16d75a8f988b7d20e377d06a95ef authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesPage): Add function addSection

d61d8c134fdc3415a6e5c3ba58ab7fff346ead72 authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesPage): Add icons for the buttons

b78a41b9babf65899e775237a31a24c182599678 authored almost 5 years ago by ouuan <[email protected]>
feat(PreferencesPage): Add scroll area

ab987cdf855418269c20d5bd247aecdc3d57bf2e authored almost 5 years ago by ouuan <[email protected]>
feat(Preferences): Add signal settingsApplied()

ad104bf71133b2851d575bda60b1d78ec0509fd2 authored almost 5 years ago by ouuan <[email protected]>
feat(Preferences): Add abstract base class PreferencesPage

This is an abstract base class for a page in the preferences.

It provides the basic buttons: De...

923bcdf6b5ba533537ce5acfb29dcd9dfb423eb4 authored almost 5 years ago by ouuan <[email protected]>
chore: Remove yarn.lock and package.json

These were added to make this repo commitizen-friendly, but since this
is not a JS repo, it's be...

9614bd9d62678de393cc8d4f8767fd7a0b9d85c1 authored almost 5 years ago by ouuan <[email protected]>
docs(README): Add contributing in the head of README

31cd494ffac75071d4fdb540ea23d3e80a751e4b authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2': Show the manual of the current version

41f315faaec99a06ca7e578b4fe2e30ff87ed717 authored almost 5 years ago by ouuan <[email protected]>
fix: Show the manual of the current version

a0a14855c59d60b8da1e3506bae7edccf9a11954 authored almost 5 years ago by ouuan <[email protected]>
Revert "feat: Don't require non-empty out and ans for checking"

This reverts commit f06c58b622cddad347e396bf6f7ce6c7c20d74a5.

It's annoying to see a "WA" if yo...

1f9a3971359b7e71f6bd8ffb00e7979259bb3633 authored almost 5 years ago by ouuan <[email protected]>
ci: Use the latest cache action for ccache

898ff63201ce8637faec1af914641b3c377dd168 authored almost 5 years ago by ouuan <[email protected]>
feat(Checker): Show stderr of the checker when the verdict is AC

This closes #207.

d55ddfbe92e9a036330bb785eae5a3ef0ae1ebef authored almost 5 years ago by ouuan <[email protected]>
feat: Don't require non-empty out and ans for checking

f06c58b622cddad347e396bf6f7ce6c7c20d74a5 authored almost 5 years ago by ouuan <[email protected]>
docs: Add FAQ in issue config

e01b8545f4f4d089267515ca615ebe050bc838b4 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2': Update install Qt action

bc62789d58856b883b5617b097d139457ca27b28 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2: Update install Qt action

1db3c19a44d8a5e8c8be36e1263a6a16f053fa46 authored almost 5 years ago by ouuan <[email protected]>
ci: Update install Qt action

1f46b76f066d0582387f0c52041fff66cc0d6efb authored almost 5 years ago by ouuan <[email protected]>
docs: Update versions in README_zh-CN.md

42956c6f80fdfe13617940135b57a8fda3acf1bb authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2': ci: Set default to pre-release

f9bcafc10468520aa8357b7b052d1a8900a67eab authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2: ci: Set default to pre-release

0fc3d869e1c973ff004a89e253b9709c5b9deee8 authored almost 5 years ago by ouuan <[email protected]>
ci: Set default to pre-release

71e527fac3d5f6c8373beffc84098673b0dc3572 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2'

56ce89e0d395b0002e9ce09fb1b3e097cef8da0a authored almost 5 years ago by ouuan <[email protected]>
docs(CHANGELOG.md): Add "(Beta)" in the changelog of 6.2.1

f24e67be438999715121b449bfbb1b76a6561d4b authored almost 5 years ago by ouuan <[email protected]>
chore(scripts): Add "(Beta)" in changelog

8abc8600f7761cdcf4d2301a19dd6a59e4b015b3 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.2'

925d1e2c02cce9ed9b48c55ca2b38eaf222b5df5 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1' into v6.2

2f45db0847b71a1d7b26a15af78c954db6dba1b7 authored almost 5 years ago by ouuan <[email protected]>
Start a new release cycle for v6.3

e73715ca7e52111031961eb43b9acd3b7ab9f6d5 authored almost 5 years ago by ouuan <[email protected]>
Release 6.2.1

bf4c36055df0c68274d05b6e4d12fa1e95c8c9a0 authored almost 5 years ago by ouuan <[email protected]>
Release 6.1.3

6c2759898b602c9e58a02c3d118f8c661132e166 authored almost 5 years ago by ouuan <[email protected]>
chore(newReleaseCycle.sh): Update versions in README.md globally

a5f34fe076832ff04e2cf7f44d8eccd4556c5d06 authored almost 5 years ago by ouuan <[email protected]>
chore(newReleaseCycle.sh): Set upstream

0c58d99a890084a54a6a7bc49140231febf66c62 authored almost 5 years ago by ouuan <[email protected]>
chore(newReleaseCycle.sh): Don't merge in scripts

d21cba9f7174187db3bb505c90f44240c74df5b0 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1': fix(TestCases): Fix typo: Inverse->Invert

9a90636259813c5f8af1588d78edccd86392ae0f authored almost 5 years ago by ouuan <[email protected]>
fix(TestCases): Fix typo: Inverse->Invert

e3b0d603522b7a3242cf5cb43e8f708ff1479b2c authored almost 5 years ago by ouuan <[email protected]>
docs: Add config.yml for issues

54e4994929622e106f98df0a29a24115c812290e authored almost 5 years ago by ouuan <[email protected]>
docs: Move CONTRIBUING.md and CODE_OF_CONDUCT.md to root

This is recommended by GitHub. In this way, GitHub will link to them
in some places.

ab37b334be1334e7f6d60406a662091705b50629 authored almost 5 years ago by ouuan <[email protected]>
feat: Cut codes to at most 100000 characters when opening a file

So that the application won't hang up when the file is too big.

8c0142be4b0e35f23602925f199e8b766e9a4e0f authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1': Fix issues with problem URL

Fix untitled tab title with problem URL.

Add "problem URL is not set" to the requirements of no...

0a480a9ab8aed0ee558d51a2c767d179027574a2 authored almost 5 years ago by ouuan <[email protected]>
fix: Require problem URL to be empty when not saving hot exit status

71c91e35ca89ddd8fa388c6aff3ea04b70686f41 authored almost 5 years ago by ouuan <[email protected]>
fix(mainwindow): Fix untitled tab title with problem URL

Now, the title of "/a/" will be "a" instead of "", and the
title of "/a/?contestId=233" will be ...

69952f8f844818124f70ada7fdb30b0b2bb32c5e authored almost 5 years ago by ouuan <[email protected]>
docs(README_zh-CN.md): Fix a minor translation

c936bc29ce56a616252cde67c2798b7f52e8cfc7 authored almost 5 years ago by ouuan <[email protected]>
docs(README): Fix typos and minor updates

a7c52a127fca3debb52fd8b4355ca532794dd943 authored almost 5 years ago by ouuan <[email protected]>
docs: Add changelog in README.md

2bf7b3002b3b239ceddcb2016b32ac2090a59bc6 authored almost 5 years ago by ouuan <[email protected]>
docs: Fix link and add separators

14577a095b9171907ee0183fd9800749237a0b51 authored almost 5 years ago by ouuan <[email protected]>
docs: Update documents and add zh-CN version

a9239041540e43aad7f437cd1235e1a58dd701e7 authored almost 5 years ago by ouuan <[email protected]>
feat: Add Shift+Delete for deleting the current line

This closes #196.

9f0af5cd9cc39cb6f0ce81c52273119164f167f4 authored almost 5 years ago by ouuan <[email protected]>
Merge branch 'v6.1': Fix #194 and #195

d34528b25ee08f6e2f8cb9fcb119ba9dc913a9b7 authored almost 5 years ago by ouuan <[email protected]>
fix(Formatter): Fix clear the editor when Clang Format is not found

This fixes #195.

`QProcess::exitCode()` is invalid when the process is not finished,
I checked ...

4cef091cc88881eef7068f4a7ad745af131a94a8 authored almost 5 years ago by ouuan <[email protected]>
fix(CF Tool): Support CF Tool v1.0.0

This fixes #194.

0a56368987e32b9f432eab8907900ccf27ae8c3a authored almost 5 years ago by ouuan <[email protected]>
docs: Add instructions of Competitive Companion and CF Tool

9a424f7fefe413ac23ab8859a360a9b5cc30578b authored almost 5 years ago by ouuan <[email protected]>
docs(README.md): Add more information about application style

f76a9ad8f9840f81f89afbc171493335af9edf29 authored almost 5 years ago by ouuan <[email protected]>
docs(README.md): Add MacOS in whole-application dark theme examples

345abd2e5623921c79efc9cc0460ba86acd7e543 authored almost 5 years ago by ouuan <[email protected]>
docs(README.md): Add whole-application dark theme in FAQ

f256820ec74283477bddb1e260398fa67192569e authored almost 5 years ago by ouuan <[email protected]>
chore(scripts): Add quotes and remove export

91d1512598b3ce0ff91405aa8b857901eb9c186a authored almost 5 years ago by ouuan <[email protected]>
feat(preferencewindow): Save the current snippet when apply

Now the current snippet will be saved when applying the settings.

If the current snippet is unt...

53587507c640e96799398caf73d065cc1bb6a2ea authored almost 5 years ago by ouuan <[email protected]>
feat: Enhance preference window close

1. You won't be confirmed if you use the "cancel" button to close the
preference window.
2. Y...

100b952f43877139accf521a67a20cd0d82ed2af authored almost 5 years ago by ouuan <[email protected]>
feat(TestCases): Add edit input/expected in bigger window; move buttons

Now you can edit input/expected in a bigger window, by the action in
the right-click menu of the...

70dcbc874029dc136b57cfbac75dc34b26aefd55 authored almost 5 years ago by ouuan <[email protected]>
style: Format codes

f38c0ea8f10c66768d3b94131876a22e6c1d3aff authored almost 5 years ago by clang-format bot <clang-format-action@cpeditor>