• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

icons/H03-May-2022-

Messages.shH A D27-Feb-202286 41

README.mdH A D27-Feb-20221 KiB2920

ghaccount.cppH A D27-Feb-20221.6 KiB7555

ghaccount.hH A D27-Feb-20221.7 KiB8228

ghdialog.cppH A D27-Feb-20226.3 KiB186151

ghdialog.hH A D27-Feb-20222 KiB9128

ghlineedit.cppH A D27-Feb-2022835 4832

ghlineedit.hH A D27-Feb-20221 KiB5320

ghprovidermodel.cppH A D27-Feb-2022904 4127

ghprovidermodel.hH A D27-Feb-20221.4 KiB7333

ghproviderplugin.cppH A D27-Feb-2022901 4627

ghproviderplugin.hH A D27-Feb-2022954 4518

ghproviderwidget.cppH A D27-Feb-20225.2 KiB167136

ghproviderwidget.hH A D27-Feb-20221.4 KiB7334

ghresource.cppH A D27-Feb-20227 KiB220178

ghresource.hH A D27-Feb-20225.3 KiB18140

kdevghprovider.jsonH A D27-Feb-20225 KiB102101

README.md

1
2Github Provider
3===============
4
5This plugin allows KDevelop to fetch repositories hosted on
6[Github](https://github.com). It's able to fetch both private and public
7repositories from users and from organizations.
8
9
10Basics
11------
12
13When the user wants to fetch a project from Github, it just selects this
14plugin in the "Source" combobox in the "Fetch Project" widget. Afterwards
15the user should select if he's looking for another user's repository, or for
16a repository from an organization. He can then search for the repository
17and fetch it by clicking the "Get" button. By using this plugin this way,
18this plugin will only list public repositories.
19
20
21Authorized users
22----------------
23
24This plugin allows the user to authorize KDevelop to use his account. This
25way, this plugin will be able to list also private repositories. After
26configuring the Github account, the user will be able to list his own
27repositories (including private ones) and the repositories from organizations
28that this user belongs to, by selecting it on the combobox.
29