diff --git a/devs/reportabug/annotated.html b/devs/reportabug/annotated.html
index 26e0453..2866dcc 100644
--- a/devs/reportabug/annotated.html
+++ b/devs/reportabug/annotated.html
@@ -72,7 +72,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/class_github_module-members.html b/devs/reportabug/class_github_module-members.html
index 85d608e..393bf89 100644
--- a/devs/reportabug/class_github_module-members.html
+++ b/devs/reportabug/class_github_module-members.html
@@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/class_github_module.html b/devs/reportabug/class_github_module.html
index fc6b72a..1799f9a 100644
--- a/devs/reportabug/class_github_module.html
+++ b/devs/reportabug/class_github_module.html
@@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -224,7 +224,7 @@ Public Member Functions
diff --git a/devs/reportabug/class_gitreport_module-members.html b/devs/reportabug/class_gitreport_module-members.html
index b7f7662..639de6a 100644
--- a/devs/reportabug/class_gitreport_module-members.html
+++ b/devs/reportabug/class_gitreport_module-members.html
@@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/class_gitreport_module.html b/devs/reportabug/class_gitreport_module.html
index 6abe55a..7b14610 100644
--- a/devs/reportabug/class_gitreport_module.html
+++ b/devs/reportabug/class_gitreport_module.html
@@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -243,7 +243,7 @@ Public Attributes
diff --git a/devs/reportabug/class_reportabug-members.html b/devs/reportabug/class_reportabug-members.html
index 3ab6a37..70b2290 100644
--- a/devs/reportabug/class_reportabug-members.html
+++ b/devs/reportabug/class_reportabug-members.html
@@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -90,16 +90,23 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
This is the complete list of members for Reportabug , including all inherited members.
diff --git a/devs/reportabug/class_reportabug.html b/devs/reportabug/class_reportabug.html
index 100135d..3f048b2 100644
--- a/devs/reportabug/class_reportabug.html
+++ b/devs/reportabug/class_reportabug.html
@@ -71,7 +71,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -113,6 +113,15 @@ Public Slots
void updateTabs (const int index)
method which updates text More...
+
void sendReport ()
+
method which creates an issue More...
+
+
void showWindow ()
+
method which updates text and shows window More...
+
+
void updateTabs (const int index)
+
method which updates text More...
+
The Reportabug class is a main class of the application.
@@ -190,6 +211,66 @@ Public Member Functions
Reportabug class destructor.
+
+
+
+
+
+
+
+
+
+
+ Reportabug::Reportabug
+ (
+ QWidget *
+ parent = 0
,
+
+
+
+
+ bool
+ debugCmd = false
+
+
+
+ )
+
+
+
+
+
+explicit
+
+
+
+
+
Reportabug class constructor.
+
Parameters
+
+ parent parent object
+ debugCmd show debug messages
+
+
+
+
+
+
+
+
+
+
+
+ Reportabug::~Reportabug
+ (
+ )
+
+
+
+
@@ -208,6 +289,48 @@ Public Member Functions
method which is used for update tabs from external classes
+
+
+
+
+
+
+
+ void Reportabug::externalUpdateTab
+ (
+ )
+
+
+
+
+
+
method which is used for update tabs from external classes
+
+
+
+
+
+
+
+
+
+
+
+ void Reportabug::sendReport
+ (
+ )
+
+
+
+
+
+slot
+
+
+
+
+
method which creates an issue
+
@@ -257,6 +380,55 @@ Public Member Functions
+
+
+
+
+
+
+
+ void Reportabug::setCaptchaImage
+ (
+ QPixmap
+ captcha )
+
+
+
+
+
+
method which sets captcha image
+
Parameters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ void Reportabug::showWindow
+ (
+ )
+
+
+
+
+
+slot
+
+
+
+
+
method which updates text and shows window
+
@@ -314,6 +486,38 @@ Public Member Functions
+
+
+
+
+
+
+
+
+
+
+ void Reportabug::updateTabs
+ (
+ const int
+ index )
+
+
+
+
+
+slot
+
+
+
+
+
method which updates text
+
Parameters
+
+ index the current combobox index
+
+
+
+
The documentation for this class was generated from the following file:
@@ -322,7 +526,7 @@ Public Member Functions
diff --git a/devs/reportabug/class_reportabug.png b/devs/reportabug/class_reportabug.png
index 082139a..823ba1e 100644
Binary files a/devs/reportabug/class_reportabug.png and b/devs/reportabug/class_reportabug.png differ
diff --git a/devs/reportabug/classes.html b/devs/reportabug/classes.html
index f1dd795..d9844b9 100644
--- a/devs/reportabug/classes.html
+++ b/devs/reportabug/classes.html
@@ -72,7 +72,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -100,7 +100,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/config_8h.html b/devs/reportabug/config_8h.html
new file mode 100644
index 0000000..5c73320
--- /dev/null
+++ b/devs/reportabug/config_8h.html
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+reportabug: config.h File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ reportabug
+
+ Qt application which allows users to create an issue for GitHub projects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the source code of this file.
+
+
+
+
+
+
+
+ #define CAPTCHA_URL "https://gitreports.com/simple_captcha?code="
+
+
+
+
+
+
+
+
+
+
+
+ #define GITHUB_COMBOBOX "I want to report a bug using my GitHub account"
+
+
+
+
+
+
+
+
+
+
+
+ #define GITREPORT_COMBOBOX "GitHub? I don't understand what do you want from me!"
+
+
+
+
+
+
+
+
+
+
+
+ #define ISSUES_URL "https://api.github.com/repos/$OWNER /$PROJECT /issues"
+
+
+
+
+
+
+
+
+
+
+
+ #define OWNER "arcan1s"
+
+
+
+
+
+
+
+
+
+
+
+ #define PROJECT "reportabug"
+
+
+
+
+
+
+
+
+
+
+
+ #define PUBLIC_URL "https://gitreports.com/issue/$OWNER /$PROJECT "
+
+
+
+
+
+
+
+
+
+
+
+ #define TAG_ASSIGNEE "$OWNER"
+
+
+
+
+
+
+
+
+
+
+
+ #define TAG_BODY "Some error occurs"
+
+
+
+
+
+
+
+
+
+
+
+ #define TAG_LABELS "auto,bug"
+
+
+
+
+
+
+
+
+
+
+
+ #define TAG_MILESTONE ""
+
+
+
+
+
+
+
+
+
+
+
+ #define TAG_TITLE "A new bug"
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devs/reportabug/config_8h_source.html b/devs/reportabug/config_8h_source.html
new file mode 100644
index 0000000..ba9b81d
--- /dev/null
+++ b/devs/reportabug/config_8h_source.html
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+reportabug: config.h Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ reportabug
+
+ Qt application which allows users to create an issue for GitHub projects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
28 #define OWNER "arcan1s"
+
+
30 #define PROJECT "reportabug"
+
+
32 #define TAG_TITLE "A new bug"
+
33 #define TAG_BODY "Some error occurs"
+
+
+
36 #define TAG_ASSIGNEE "$OWNER"
+
37 #define TAG_MILESTONE ""
+
+
39 #define TAG_LABELS "auto,bug"
+
+
+
+
+
+
45 #define GITHUB_COMBOBOX "I want to report a bug using my GitHub account"
+
+
+
48 #define ISSUES_URL "https://api.github.com/repos/$OWNER/$PROJECT/issues"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
68 #define GITREPORT_COMBOBOX "GitHub? I don't understand what do you want from me!"
+
+
+
71 #define PUBLIC_URL "https://gitreports.com/issue/$OWNER/$PROJECT"
+
+
73 #define CAPTCHA_URL "https://gitreports.com/simple_captcha?code="
+
+
+
+
+
+
+
+
diff --git a/devs/reportabug/dir_08d237fc27d4ecd563f71c5d52f2fecc.html b/devs/reportabug/dir_08d237fc27d4ecd563f71c5d52f2fecc.html
index 1bfe5b4..c05bdf8 100644
--- a/devs/reportabug/dir_08d237fc27d4ecd563f71c5d52f2fecc.html
+++ b/devs/reportabug/dir_08d237fc27d4ecd563f71c5d52f2fecc.html
@@ -63,7 +63,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -87,11 +87,16 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Directories
directory src
+
diff --git a/devs/reportabug/dir_370a05bc919a3b485116f307abacd69c.html b/devs/reportabug/dir_370a05bc919a3b485116f307abacd69c.html
index 6bedca7..147c77c 100644
--- a/devs/reportabug/dir_370a05bc919a3b485116f307abacd69c.html
+++ b/devs/reportabug/dir_370a05bc919a3b485116f307abacd69c.html
@@ -63,7 +63,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -85,17 +85,19 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/files.html b/devs/reportabug/files.html
index 41c136f..35df518 100644
--- a/devs/reportabug/files.html
+++ b/devs/reportabug/files.html
@@ -61,6 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -69,7 +70,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -85,15 +86,17 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Here is a list of all files with brief descriptions:
diff --git a/devs/reportabug/functions.html b/devs/reportabug/functions.html
index 551839d..20ec681 100644
--- a/devs/reportabug/functions.html
+++ b/devs/reportabug/functions.html
@@ -79,7 +79,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
-
All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -136,7 +136,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/functions_func.html b/devs/reportabug/functions_func.html
index 840ed54..255ce80 100644
--- a/devs/reportabug/functions_func.html
+++ b/devs/reportabug/functions_func.html
@@ -79,7 +79,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -133,7 +133,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/functions_vars.html b/devs/reportabug/functions_vars.html
index f53cfcf..96c986f 100644
--- a/devs/reportabug/functions_vars.html
+++ b/devs/reportabug/functions_vars.html
@@ -79,7 +79,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/githubmodule_8h.html b/devs/reportabug/githubmodule_8h.html
index d49ee5c..8952441 100644
--- a/devs/reportabug/githubmodule_8h.html
+++ b/devs/reportabug/githubmodule_8h.html
@@ -61,6 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -68,7 +69,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -104,7 +105,7 @@ Classes
diff --git a/devs/reportabug/githubmodule_8h_source.html b/devs/reportabug/githubmodule_8h_source.html
index 3d16afa..7d1403a 100644
--- a/devs/reportabug/githubmodule_8h_source.html
+++ b/devs/reportabug/githubmodule_8h_source.html
@@ -61,6 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -68,7 +69,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -138,14 +139,14 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
The GithubModule class creates issue over GitHub.
Definition: githubmodule.h:53
-
The Reportabug class is a main class of the application.
Definition: reportabug.h:42
+
The Reportabug class is a main class of the application.
Definition: reportabug.h:43
~GithubModule()
GithubModule class destructor.
void sendReportUsingGithub(const QMap< QString, QString > info)
method which creates an issue
GithubModule(QWidget *parent=0, bool debugCmd=false)
GithubModule class constructor.
diff --git a/devs/reportabug/gitreportmodule_8h.html b/devs/reportabug/gitreportmodule_8h.html
index 9c3968a..c810afb 100644
--- a/devs/reportabug/gitreportmodule_8h.html
+++ b/devs/reportabug/gitreportmodule_8h.html
@@ -61,6 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -68,7 +69,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -104,7 +105,7 @@ Classes
diff --git a/devs/reportabug/gitreportmodule_8h_source.html b/devs/reportabug/gitreportmodule_8h_source.html
index 246db03..6e2df46 100644
--- a/devs/reportabug/gitreportmodule_8h_source.html
+++ b/devs/reportabug/gitreportmodule_8h_source.html
@@ -61,6 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -68,7 +69,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -141,14 +142,14 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
GitreportModule(QWidget *parent=0, bool debugCmd=false)
GitreportModule class constructor.
void sendReportUsingGitreport(const QMap< QString, QString > info)
method which creates an issue
-
The Reportabug class is a main class of the application.
Definition: reportabug.h:42
+
The Reportabug class is a main class of the application.
Definition: reportabug.h:43
QWebView * webView
Webkit item which is used for loading web page.
Definition: gitreportmodule.h:62
The GitreportModule class creates issue over GitReports.
Definition: gitreportmodule.h:43
~GitreportModule()
GitreportModule class destructor.
diff --git a/devs/reportabug/globals.html b/devs/reportabug/globals.html
new file mode 100644
index 0000000..bcb4c2b
--- /dev/null
+++ b/devs/reportabug/globals.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+reportabug: File Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ reportabug
+
+ Qt application which allows users to create an issue for GitHub projects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all file members with links to the files they belong to:
+
+
+
+
+
diff --git a/devs/reportabug/globals_defs.html b/devs/reportabug/globals_defs.html
new file mode 100644
index 0000000..c861845
--- /dev/null
+++ b/devs/reportabug/globals_defs.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+reportabug: File Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ reportabug
+
+ Qt application which allows users to create an issue for GitHub projects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devs/reportabug/hierarchy.html b/devs/reportabug/hierarchy.html
index e30ae18..8844d78 100644
--- a/devs/reportabug/hierarchy.html
+++ b/devs/reportabug/hierarchy.html
@@ -72,7 +72,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -90,15 +90,16 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
[detail level 1 2 ]
diff --git a/devs/reportabug/index.html b/devs/reportabug/index.html
index a02841a..c2d31c9 100644
--- a/devs/reportabug/index.html
+++ b/devs/reportabug/index.html
@@ -64,7 +64,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -81,7 +81,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/namespace_ui.html b/devs/reportabug/namespace_ui.html
index 9f426c5..7b5491e 100644
--- a/devs/reportabug/namespace_ui.html
+++ b/devs/reportabug/namespace_ui.html
@@ -63,7 +63,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -81,7 +81,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/reportabug_8h.html b/devs/reportabug/reportabug_8h.html
index e9f3c04..d3d0036 100644
--- a/devs/reportabug/reportabug_8h.html
+++ b/devs/reportabug/reportabug_8h.html
@@ -61,6 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -68,7 +69,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -79,7 +80,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
+
diff --git a/devs/reportabug/reportabug_8h_source.html b/devs/reportabug/reportabug_8h_source.html
index 9d57ee5..5239906 100644
--- a/devs/reportabug/reportabug_8h_source.html
+++ b/devs/reportabug/reportabug_8h_source.html
@@ -61,6 +61,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -68,7 +69,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
- All Classes Namespaces Files Functions Variables
+ All Classes Namespaces Files Functions Variables Macros
@@ -79,7 +80,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
diff --git a/devs/reportabug/search/all_0.js b/devs/reportabug/search/all_0.js
index 51c1a93..e329fbb 100644
--- a/devs/reportabug/search/all_0.js
+++ b/devs/reportabug/search/all_0.js
@@ -1,4 +1,5 @@
var searchData=
[
- ['externalupdatetab',['externalUpdateTab',['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug']]]
+ ['captcha_5furl',['CAPTCHA_URL',['../config_8h.html#a8e0aebb71287069e3dda84b188aa2f05',1,'config.h']]],
+ ['config_2eh',['config.h',['../config_8h.html',1,'']]]
];
diff --git a/devs/reportabug/search/all_1.js b/devs/reportabug/search/all_1.js
index 62a071a..c94a150 100644
--- a/devs/reportabug/search/all_1.js
+++ b/devs/reportabug/search/all_1.js
@@ -1,7 +1,4 @@
var searchData=
[
- ['githubmodule',['GithubModule',['../class_github_module.html',1,'GithubModule'],['../class_github_module.html#a09e48bd7cefe8bdee33835a0df0fb810',1,'GithubModule::GithubModule()']]],
- ['githubmodule_2eh',['githubmodule.h',['../githubmodule_8h.html',1,'']]],
- ['gitreportmodule',['GitreportModule',['../class_gitreport_module.html',1,'GitreportModule'],['../class_gitreport_module.html#a87ac50c0cc1bde2f65a467eab9eab5f2',1,'GitreportModule::GitreportModule()']]],
- ['gitreportmodule_2eh',['gitreportmodule.h',['../gitreportmodule_8h.html',1,'']]]
+ ['externalupdatetab',['externalUpdateTab',['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug::externalUpdateTab()'],['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug::externalUpdateTab()']]]
];
diff --git a/devs/reportabug/search/all_2.js b/devs/reportabug/search/all_2.js
index c2d9655..ae1b9d2 100644
--- a/devs/reportabug/search/all_2.js
+++ b/devs/reportabug/search/all_2.js
@@ -1,5 +1,9 @@
var searchData=
[
- ['reportabug',['Reportabug',['../class_reportabug.html',1,'Reportabug'],['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug()']]],
- ['reportabug_2eh',['reportabug.h',['../reportabug_8h.html',1,'']]]
+ ['github_5fcombobox',['GITHUB_COMBOBOX',['../config_8h.html#a6e59a308fa1eb6342a8a7476cc633cb3',1,'config.h']]],
+ ['githubmodule',['GithubModule',['../class_github_module.html',1,'GithubModule'],['../class_github_module.html#a09e48bd7cefe8bdee33835a0df0fb810',1,'GithubModule::GithubModule()']]],
+ ['githubmodule_2eh',['githubmodule.h',['../githubmodule_8h.html',1,'']]],
+ ['gitreport_5fcombobox',['GITREPORT_COMBOBOX',['../config_8h.html#a458ef53f680ae95a205432e7d56a8c3a',1,'config.h']]],
+ ['gitreportmodule',['GitreportModule',['../class_gitreport_module.html',1,'GitreportModule'],['../class_gitreport_module.html#a87ac50c0cc1bde2f65a467eab9eab5f2',1,'GitreportModule::GitreportModule()']]],
+ ['gitreportmodule_2eh',['gitreportmodule.h',['../gitreportmodule_8h.html',1,'']]]
];
diff --git a/devs/reportabug/search/all_3.js b/devs/reportabug/search/all_3.js
index 76dfb22..3928e34 100644
--- a/devs/reportabug/search/all_3.js
+++ b/devs/reportabug/search/all_3.js
@@ -1,8 +1,4 @@
var searchData=
[
- ['sendreport',['sendReport',['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug']]],
- ['sendreportusinggithub',['sendReportUsingGithub',['../class_github_module.html#a370fdede5483d2ad4c229a646e70dd93',1,'GithubModule']]],
- ['sendreportusinggitreport',['sendReportUsingGitreport',['../class_gitreport_module.html#a94a4f3945b5215fff7a88558728b2e96',1,'GitreportModule']]],
- ['setcaptchaimage',['setCaptchaImage',['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug']]],
- ['showwindow',['showWindow',['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug']]]
+ ['issues_5furl',['ISSUES_URL',['../config_8h.html#a0fa2cd1a57fd37e2a865212b0ea6b6e8',1,'config.h']]]
];
diff --git a/devs/reportabug/search/all_4.js b/devs/reportabug/search/all_4.js
index c2c3637..8c1aeb1 100644
--- a/devs/reportabug/search/all_4.js
+++ b/devs/reportabug/search/all_4.js
@@ -1,5 +1,4 @@
var searchData=
[
- ['ui',['Ui',['../namespace_ui.html',1,'']]],
- ['updatetabs',['updateTabs',['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug']]]
+ ['owner',['OWNER',['../config_8h.html#a3b60a202dfdcee621372e62aaf7d04f3',1,'config.h']]]
];
diff --git a/devs/reportabug/search/all_5.js b/devs/reportabug/search/all_5.js
index e000e22..272ae15 100644
--- a/devs/reportabug/search/all_5.js
+++ b/devs/reportabug/search/all_5.js
@@ -1,4 +1,5 @@
var searchData=
[
- ['webview',['webView',['../class_gitreport_module.html#a54838444619a3b1d538ee8b34055b745',1,'GitreportModule']]]
+ ['project',['PROJECT',['../config_8h.html#a76fe6d1270322ff739a44054b7ebe4aa',1,'config.h']]],
+ ['public_5furl',['PUBLIC_URL',['../config_8h.html#a2ad9543c2cb75a20c8f4c6e62ddd05e0',1,'config.h']]]
];
diff --git a/devs/reportabug/search/all_6.js b/devs/reportabug/search/all_6.js
index 0a5ff08..2cbbdae 100644
--- a/devs/reportabug/search/all_6.js
+++ b/devs/reportabug/search/all_6.js
@@ -1,6 +1,5 @@
var searchData=
[
- ['_7egithubmodule',['~GithubModule',['../class_github_module.html#aa4216f8b9eb88ce568707df157b1b5fd',1,'GithubModule']]],
- ['_7egitreportmodule',['~GitreportModule',['../class_gitreport_module.html#a78712935bd75fdb2bf28a1188c74f9ee',1,'GitreportModule']]],
- ['_7ereportabug',['~Reportabug',['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug']]]
+ ['reportabug',['Reportabug',['../class_reportabug.html',1,'Reportabug'],['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug(QWidget *parent=0, bool debugCmd=false)'],['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug(QWidget *parent=0, bool debugCmd=false)']]],
+ ['reportabug_2eh',['reportabug.h',['../reportabug_8h.html',1,'']]]
];
diff --git a/devs/reportabug/search/all_7.html b/devs/reportabug/search/all_7.html
new file mode 100644
index 0000000..ecca251
--- /dev/null
+++ b/devs/reportabug/search/all_7.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/all_7.js b/devs/reportabug/search/all_7.js
new file mode 100644
index 0000000..cee79bf
--- /dev/null
+++ b/devs/reportabug/search/all_7.js
@@ -0,0 +1,9 @@
+var searchData=
+[
+ ['reportabug_2eh',['reportabug.h',['../src_2reportabug_8h.html',1,'']]],
+ ['sendreport',['sendReport',['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug::sendReport()'],['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug::sendReport()']]],
+ ['sendreportusinggithub',['sendReportUsingGithub',['../class_github_module.html#a370fdede5483d2ad4c229a646e70dd93',1,'GithubModule']]],
+ ['sendreportusinggitreport',['sendReportUsingGitreport',['../class_gitreport_module.html#a94a4f3945b5215fff7a88558728b2e96',1,'GitreportModule']]],
+ ['setcaptchaimage',['setCaptchaImage',['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug::setCaptchaImage(QPixmap captcha)'],['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug::setCaptchaImage(QPixmap captcha)']]],
+ ['showwindow',['showWindow',['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug::showWindow()'],['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug::showWindow()']]]
+];
diff --git a/devs/reportabug/search/all_8.html b/devs/reportabug/search/all_8.html
new file mode 100644
index 0000000..f8f8560
--- /dev/null
+++ b/devs/reportabug/search/all_8.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/all_8.js b/devs/reportabug/search/all_8.js
new file mode 100644
index 0000000..c9c7d1e
--- /dev/null
+++ b/devs/reportabug/search/all_8.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['tag_5fassignee',['TAG_ASSIGNEE',['../config_8h.html#a9a874319e31ce39b6e9f81d32f552758',1,'config.h']]],
+ ['tag_5fbody',['TAG_BODY',['../config_8h.html#a319d8cc2aec582cd7cbfa43829a4bfd9',1,'config.h']]],
+ ['tag_5flabels',['TAG_LABELS',['../config_8h.html#ac3996ebac47059a2cfda0ec4dcd3fed7',1,'config.h']]],
+ ['tag_5fmilestone',['TAG_MILESTONE',['../config_8h.html#afa49204d1d952183afc9484fc2150e8c',1,'config.h']]],
+ ['tag_5ftitle',['TAG_TITLE',['../config_8h.html#a9bf0c6c65d0b01d956c54f1194b42120',1,'config.h']]]
+];
diff --git a/devs/reportabug/search/all_9.html b/devs/reportabug/search/all_9.html
new file mode 100644
index 0000000..cb525ab
--- /dev/null
+++ b/devs/reportabug/search/all_9.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/all_9.js b/devs/reportabug/search/all_9.js
new file mode 100644
index 0000000..db9e087
--- /dev/null
+++ b/devs/reportabug/search/all_9.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['ui',['Ui',['../namespace_ui.html',1,'']]],
+ ['updatetabs',['updateTabs',['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug::updateTabs(const int index)'],['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug::updateTabs(const int index)']]]
+];
diff --git a/devs/reportabug/search/all_a.html b/devs/reportabug/search/all_a.html
new file mode 100644
index 0000000..393a236
--- /dev/null
+++ b/devs/reportabug/search/all_a.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/all_a.js b/devs/reportabug/search/all_a.js
new file mode 100644
index 0000000..e000e22
--- /dev/null
+++ b/devs/reportabug/search/all_a.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['webview',['webView',['../class_gitreport_module.html#a54838444619a3b1d538ee8b34055b745',1,'GitreportModule']]]
+];
diff --git a/devs/reportabug/search/all_b.html b/devs/reportabug/search/all_b.html
new file mode 100644
index 0000000..6d33464
--- /dev/null
+++ b/devs/reportabug/search/all_b.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/all_b.js b/devs/reportabug/search/all_b.js
new file mode 100644
index 0000000..33cb4b0
--- /dev/null
+++ b/devs/reportabug/search/all_b.js
@@ -0,0 +1,6 @@
+var searchData=
+[
+ ['_7egithubmodule',['~GithubModule',['../class_github_module.html#aa4216f8b9eb88ce568707df157b1b5fd',1,'GithubModule']]],
+ ['_7egitreportmodule',['~GitreportModule',['../class_gitreport_module.html#a78712935bd75fdb2bf28a1188c74f9ee',1,'GitreportModule']]],
+ ['_7ereportabug',['~Reportabug',['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug::~Reportabug()'],['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug::~Reportabug()']]]
+];
diff --git a/devs/reportabug/search/defines_0.html b/devs/reportabug/search/defines_0.html
new file mode 100644
index 0000000..6560632
--- /dev/null
+++ b/devs/reportabug/search/defines_0.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/defines_0.js b/devs/reportabug/search/defines_0.js
new file mode 100644
index 0000000..3275cbe
--- /dev/null
+++ b/devs/reportabug/search/defines_0.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['captcha_5furl',['CAPTCHA_URL',['../config_8h.html#a8e0aebb71287069e3dda84b188aa2f05',1,'config.h']]]
+];
diff --git a/devs/reportabug/search/defines_1.html b/devs/reportabug/search/defines_1.html
new file mode 100644
index 0000000..65d9b1f
--- /dev/null
+++ b/devs/reportabug/search/defines_1.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/defines_1.js b/devs/reportabug/search/defines_1.js
new file mode 100644
index 0000000..97f547f
--- /dev/null
+++ b/devs/reportabug/search/defines_1.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['github_5fcombobox',['GITHUB_COMBOBOX',['../config_8h.html#a6e59a308fa1eb6342a8a7476cc633cb3',1,'config.h']]],
+ ['gitreport_5fcombobox',['GITREPORT_COMBOBOX',['../config_8h.html#a458ef53f680ae95a205432e7d56a8c3a',1,'config.h']]]
+];
diff --git a/devs/reportabug/search/defines_2.html b/devs/reportabug/search/defines_2.html
new file mode 100644
index 0000000..03237b1
--- /dev/null
+++ b/devs/reportabug/search/defines_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/defines_2.js b/devs/reportabug/search/defines_2.js
new file mode 100644
index 0000000..3928e34
--- /dev/null
+++ b/devs/reportabug/search/defines_2.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['issues_5furl',['ISSUES_URL',['../config_8h.html#a0fa2cd1a57fd37e2a865212b0ea6b6e8',1,'config.h']]]
+];
diff --git a/devs/reportabug/search/defines_3.html b/devs/reportabug/search/defines_3.html
new file mode 100644
index 0000000..9e71a8a
--- /dev/null
+++ b/devs/reportabug/search/defines_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/defines_3.js b/devs/reportabug/search/defines_3.js
new file mode 100644
index 0000000..8c1aeb1
--- /dev/null
+++ b/devs/reportabug/search/defines_3.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['owner',['OWNER',['../config_8h.html#a3b60a202dfdcee621372e62aaf7d04f3',1,'config.h']]]
+];
diff --git a/devs/reportabug/search/defines_4.html b/devs/reportabug/search/defines_4.html
new file mode 100644
index 0000000..03de299
--- /dev/null
+++ b/devs/reportabug/search/defines_4.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/defines_4.js b/devs/reportabug/search/defines_4.js
new file mode 100644
index 0000000..272ae15
--- /dev/null
+++ b/devs/reportabug/search/defines_4.js
@@ -0,0 +1,5 @@
+var searchData=
+[
+ ['project',['PROJECT',['../config_8h.html#a76fe6d1270322ff739a44054b7ebe4aa',1,'config.h']]],
+ ['public_5furl',['PUBLIC_URL',['../config_8h.html#a2ad9543c2cb75a20c8f4c6e62ddd05e0',1,'config.h']]]
+];
diff --git a/devs/reportabug/search/defines_5.html b/devs/reportabug/search/defines_5.html
new file mode 100644
index 0000000..2f159be
--- /dev/null
+++ b/devs/reportabug/search/defines_5.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/defines_5.js b/devs/reportabug/search/defines_5.js
new file mode 100644
index 0000000..c9c7d1e
--- /dev/null
+++ b/devs/reportabug/search/defines_5.js
@@ -0,0 +1,8 @@
+var searchData=
+[
+ ['tag_5fassignee',['TAG_ASSIGNEE',['../config_8h.html#a9a874319e31ce39b6e9f81d32f552758',1,'config.h']]],
+ ['tag_5fbody',['TAG_BODY',['../config_8h.html#a319d8cc2aec582cd7cbfa43829a4bfd9',1,'config.h']]],
+ ['tag_5flabels',['TAG_LABELS',['../config_8h.html#ac3996ebac47059a2cfda0ec4dcd3fed7',1,'config.h']]],
+ ['tag_5fmilestone',['TAG_MILESTONE',['../config_8h.html#afa49204d1d952183afc9484fc2150e8c',1,'config.h']]],
+ ['tag_5ftitle',['TAG_TITLE',['../config_8h.html#a9bf0c6c65d0b01d956c54f1194b42120',1,'config.h']]]
+];
diff --git a/devs/reportabug/search/files_0.js b/devs/reportabug/search/files_0.js
index aaea276..341df00 100644
--- a/devs/reportabug/search/files_0.js
+++ b/devs/reportabug/search/files_0.js
@@ -1,5 +1,4 @@
var searchData=
[
- ['githubmodule_2eh',['githubmodule.h',['../githubmodule_8h.html',1,'']]],
- ['gitreportmodule_2eh',['gitreportmodule.h',['../gitreportmodule_8h.html',1,'']]]
+ ['config_2eh',['config.h',['../config_8h.html',1,'']]]
];
diff --git a/devs/reportabug/search/files_1.js b/devs/reportabug/search/files_1.js
index 7745e5f..aaea276 100644
--- a/devs/reportabug/search/files_1.js
+++ b/devs/reportabug/search/files_1.js
@@ -1,4 +1,5 @@
var searchData=
[
- ['reportabug_2eh',['reportabug.h',['../reportabug_8h.html',1,'']]]
+ ['githubmodule_2eh',['githubmodule.h',['../githubmodule_8h.html',1,'']]],
+ ['gitreportmodule_2eh',['gitreportmodule.h',['../gitreportmodule_8h.html',1,'']]]
];
diff --git a/devs/reportabug/search/files_2.html b/devs/reportabug/search/files_2.html
new file mode 100644
index 0000000..60b9f7f
--- /dev/null
+++ b/devs/reportabug/search/files_2.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/files_2.js b/devs/reportabug/search/files_2.js
new file mode 100644
index 0000000..7745e5f
--- /dev/null
+++ b/devs/reportabug/search/files_2.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['reportabug_2eh',['reportabug.h',['../reportabug_8h.html',1,'']]]
+];
diff --git a/devs/reportabug/search/files_3.html b/devs/reportabug/search/files_3.html
new file mode 100644
index 0000000..e5bee19
--- /dev/null
+++ b/devs/reportabug/search/files_3.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
Loading...
+
+
+
Searching...
+
No Matches
+
+
+
+
diff --git a/devs/reportabug/search/files_3.js b/devs/reportabug/search/files_3.js
new file mode 100644
index 0000000..d8da114
--- /dev/null
+++ b/devs/reportabug/search/files_3.js
@@ -0,0 +1,4 @@
+var searchData=
+[
+ ['reportabug_2eh',['reportabug.h',['../src_2reportabug_8h.html',1,'']]]
+];
diff --git a/devs/reportabug/search/functions_0.js b/devs/reportabug/search/functions_0.js
index 51c1a93..c94a150 100644
--- a/devs/reportabug/search/functions_0.js
+++ b/devs/reportabug/search/functions_0.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['externalupdatetab',['externalUpdateTab',['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug']]]
+ ['externalupdatetab',['externalUpdateTab',['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug::externalUpdateTab()'],['../class_reportabug.html#a39c3daf16812feb7684e001f5adb5d41',1,'Reportabug::externalUpdateTab()']]]
];
diff --git a/devs/reportabug/search/functions_2.js b/devs/reportabug/search/functions_2.js
index b2f13d7..bcb8abd 100644
--- a/devs/reportabug/search/functions_2.js
+++ b/devs/reportabug/search/functions_2.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['reportabug',['Reportabug',['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug']]]
+ ['reportabug',['Reportabug',['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug(QWidget *parent=0, bool debugCmd=false)'],['../class_reportabug.html#ab502639aee622ab3d11e7b912cc01dae',1,'Reportabug::Reportabug(QWidget *parent=0, bool debugCmd=false)']]]
];
diff --git a/devs/reportabug/search/functions_3.js b/devs/reportabug/search/functions_3.js
index 76dfb22..c7fb33c 100644
--- a/devs/reportabug/search/functions_3.js
+++ b/devs/reportabug/search/functions_3.js
@@ -1,8 +1,8 @@
var searchData=
[
- ['sendreport',['sendReport',['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug']]],
+ ['sendreport',['sendReport',['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug::sendReport()'],['../class_reportabug.html#ac9dc16217d736b097db26ca1dbc41d9c',1,'Reportabug::sendReport()']]],
['sendreportusinggithub',['sendReportUsingGithub',['../class_github_module.html#a370fdede5483d2ad4c229a646e70dd93',1,'GithubModule']]],
['sendreportusinggitreport',['sendReportUsingGitreport',['../class_gitreport_module.html#a94a4f3945b5215fff7a88558728b2e96',1,'GitreportModule']]],
- ['setcaptchaimage',['setCaptchaImage',['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug']]],
- ['showwindow',['showWindow',['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug']]]
+ ['setcaptchaimage',['setCaptchaImage',['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug::setCaptchaImage(QPixmap captcha)'],['../class_reportabug.html#a17c7a456aa73b44fd1e7f553aaacce52',1,'Reportabug::setCaptchaImage(QPixmap captcha)']]],
+ ['showwindow',['showWindow',['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug::showWindow()'],['../class_reportabug.html#a14653adb56530cbed3aead4a3287f1ef',1,'Reportabug::showWindow()']]]
];
diff --git a/devs/reportabug/search/functions_4.js b/devs/reportabug/search/functions_4.js
index 273f9ff..5fd2189 100644
--- a/devs/reportabug/search/functions_4.js
+++ b/devs/reportabug/search/functions_4.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['updatetabs',['updateTabs',['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug']]]
+ ['updatetabs',['updateTabs',['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug::updateTabs(const int index)'],['../class_reportabug.html#a40082051b1f332d6d92ef1c9d82fe39c',1,'Reportabug::updateTabs(const int index)']]]
];
diff --git a/devs/reportabug/search/functions_5.js b/devs/reportabug/search/functions_5.js
index 0a5ff08..33cb4b0 100644
--- a/devs/reportabug/search/functions_5.js
+++ b/devs/reportabug/search/functions_5.js
@@ -2,5 +2,5 @@ var searchData=
[
['_7egithubmodule',['~GithubModule',['../class_github_module.html#aa4216f8b9eb88ce568707df157b1b5fd',1,'GithubModule']]],
['_7egitreportmodule',['~GitreportModule',['../class_gitreport_module.html#a78712935bd75fdb2bf28a1188c74f9ee',1,'GitreportModule']]],
- ['_7ereportabug',['~Reportabug',['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug']]]
+ ['_7ereportabug',['~Reportabug',['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug::~Reportabug()'],['../class_reportabug.html#af6b9efa53b28da7a9187fe8e2df5b8e3',1,'Reportabug::~Reportabug()']]]
];
diff --git a/devs/reportabug/search/search.js b/devs/reportabug/search/search.js
index 2991f1e..9dc68ec 100644
--- a/devs/reportabug/search/search.js
+++ b/devs/reportabug/search/search.js
@@ -7,12 +7,13 @@
var indexSectionsWithContent =
{
- 0: "egrsuw~",
+ 0: "cegioprstuw~",
1: "gr",
2: "u",
- 3: "gr",
+ 3: "cgrs",
4: "egrsu~",
- 5: "w"
+ 5: "w",
+ 6: "cgiopt"
};
var indexSectionNames =
@@ -22,7 +23,8 @@ var indexSectionNames =
2: "namespaces",
3: "files",
4: "functions",
- 5: "variables"
+ 5: "variables",
+ 6: "defines"
};
function convertToId(search)
diff --git a/devs/reportabug/src_2reportabug_8h.html b/devs/reportabug/src_2reportabug_8h.html
new file mode 100644
index 0000000..658ae27
--- /dev/null
+++ b/devs/reportabug/src_2reportabug_8h.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+reportabug: reportabug.h File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ reportabug
+
+ Qt application which allows users to create an issue for GitHub projects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/devs/reportabug/src_2reportabug_8h_source.html b/devs/reportabug/src_2reportabug_8h_source.html
new file mode 100644
index 0000000..70bcb64
--- /dev/null
+++ b/devs/reportabug/src_2reportabug_8h_source.html
@@ -0,0 +1,173 @@
+
+
+
+
+
+
+reportabug: reportabug.h Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ reportabug
+
+ Qt application which allows users to create an issue for GitHub projects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
30 #include <QMainWindow>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
54 bool debugCmd =
false );
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
109 void createActions();
+
113 void createComboBox();
+
121 int getNumberByIndex(
const int index);
+
+
130 void keyPressEvent(QKeyEvent *pressedKey);
+
136 QString parseString(QString line);
+
+
+
+
+
The GithubModule class creates issue over GitHub.
Definition: githubmodule.h:53
+
~Reportabug()
Reportabug class destructor.
+
Reportabug(QWidget *parent=0, bool debugCmd=false)
Reportabug class constructor.
+
void updateTabs(const int index)
method which updates text
+
The Reportabug class is a main class of the application.
Definition: reportabug.h:43
+
void showWindow()
method which updates text and shows window
+
The GitreportModule class creates issue over GitReports.
Definition: gitreportmodule.h:43
+
void externalUpdateTab()
method which is used for update tabs from external classes
+
void setCaptchaImage(QPixmap captcha)
method which sets captcha image
+
void sendReport()
method which creates an issue
+
+
+
+
+