summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | GUI: made the report url clickable againJiri Moskovcak2010-01-191-6/+8
| | |
* | | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-1931-419/+765
|\ \ \ | | |/ | |/|
| * | Add warning text about script usage to abrt-bz-* scripts. Document the ↵Karel Klic2010-01-193-0/+19
| |/ | | | | | | purpose of the scripts.
| * resolve conflictJiri Moskovcak2010-01-1922-132/+78
| |\
| | * Eliminate ATT file type - use TXT or BINDenys Vlasenko2010-01-1912-74/+54
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * preparatory patch with trivial cleanupsDenys Vlasenko2010-01-1911-58/+24
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | GUI: changed type of log window to popupJiri Moskovcak2010-01-191-0/+1
| | | | | | | | | | | | - it removes the window decorations and it's not shown in taskbar
| * | GUI: redesign of reporter dialogJiri Moskovcak2010-01-192-262/+612
| |/
| * made bugzilla url copyableJiri Moskovcak2010-01-181-4/+25
| |
| * fixed: "Warning: g_set_prgname() called multiple times"Jiri Moskovcak2010-01-181-1/+1
| |
| * Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357Jiri Moskovcak2010-01-181-2/+4
| |
| * CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735Denys Vlasenko2010-01-182-19/+26
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | conflictJiri Moskovcak2010-01-1827-500/+776
|\|
| * Sending translation for Hebrewelad2010-01-181-44/+46
| |
| * s/os.exit/sys.exit - closes rhbz#556313Denys Vlasenko2010-01-181-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2010-01-1880-1133/+2106
| |\
| | * Sending translation for Frenchratal2010-01-171-150/+185
| | |
| | * GUI: better code for plugin settings overriding; better logging; fixed "not ↵Denys Vlasenko2010-01-153-26/+73
| | | | | | | | | | | | | | | | | | reported" display bug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-151-47/+50
| | |\
| | | * Sending translation for Spanishelsupergomez2010-01-151-47/+50
| | | |
| | * | use repr() to print variable values in python hookJiri Moskovcak2010-01-151-1/+1
| | |/
| | * add code to make GUI -> daemon settings passing less weird. not enabled yetDenys Vlasenko2010-01-143-23/+87
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * Sending translation for Polishraven2010-01-141-45/+45
| | |
| | * Sending translation for Dutchwarrink2010-01-141-43/+47
| | |
| | * gui: add logging infrastructureDenys Vlasenko2010-01-1412-54/+94
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * comment out forgotten debuggingDenys Vlasenko2010-01-141-1/+1
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * GUI: make it so that even non-loaded plugins show up in "Plugins" dialogDenys Vlasenko2010-01-1410-78/+80
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * don't use getpagesize, it has been removed from posixJiri Moskovcak2010-01-141-1/+1
| | |
| * | Abrt Bugzilla stats initial scriptKarel Klic2010-01-181-0/+79
| | |
* | | removed KerneloopReporter because we don't use it in rhel6Jiri Moskovcak2010-01-143-31/+30
| | |
* | | removed bugzilla plugin from makefileJiri Moskovcak2010-01-141-9/+7
| | |
* | | use sysconf(_SC_PAGESIZE) instead of getpagesize()Jiri Moskovcak2010-01-141-1/+1
| |/ |/|
* | add an URL to Gnome keyring API (it wasn't trivial to google for)Denys Vlasenko2010-01-131-0/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | added Python.conf to spec fileJiri Moskovcak2010-01-131-0/+2
| |
* | added Python.confJiri Moskovcak2010-01-131-1/+2
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-132-37/+38
|\ \
| * | fix plugin type display in GUIDenys Vlasenko2010-01-132-37/+38
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | Added "Enabled = yes" to all plugin's config filesJiri Moskovcak2010-01-136-1/+7
|/ /
* | *: disable plugin loading/unloading through GUI. Document keyring a bitDenys Vlasenko2010-01-1310-66/+98
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'bugzilla'Nikola Pajkovsky2010-01-135-46/+157
|\ \
| * | fix memory leaks in catcut pluginNikola Pajkovsky2010-01-132-0/+4
| | |
| * | Merge branch 'master' into bugzillaNikola Pajkovsky2010-01-131-2/+2
| |\ \
| * | | fix memory leaks in bugzillaNikola Pajkovsky2010-01-134-46/+153
| | | |
* | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-01-132-5/+21
|\ \ \ \
| * \ \ \ Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-135-18/+50
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Better error messages for abrt-backtrace executionKarel Klic2010-01-132-5/+21
| | | | |
* | | | | remeove timeout when authorization is doneJiri Moskovcak2010-01-131-2/+2
| | | | |
* | | | | re-enable GetPluginSettings in TicketUploaderJiri Moskovcak2010-01-132-16/+14
| |/ / / |/| | | | | | | | | | | | | | | | | | | - we need this method to get defaults stored in TicketUploader.conf, this methods can be removed once we implement the tool to edit the config files
* | | | fixed the switched lines 2nd tryJiri Moskovcak2010-01-131-1/+1
| | | |
* | | | don't use deleted variableJiri Moskovcak2010-01-131-1/+1
| |/ / |/| |