summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCMainWindow.py
Commit message (Collapse)AuthorAgeFilesLines
* CCMainWindow.py: use CD_xxx constantsDenys Vlasenko2010-01-211-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* restore saving of backtrace broken by client->server security fixDenys Vlasenko2010-01-211-3/+7
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: fixed problem with setting markup for reporter status messagesJiri Moskovcak2010-01-201-2/+4
| | | | - now we have fallback to a raw text, so at least we will see the message
* Fixed reporting from abrt-gui when g-keyring is not accessibleJiri Moskovcak2010-01-201-8/+2
| | | | | | - when g-k is not available to user, GUI let him to insert his credentials, but only remembers it until he closes the gui
* GUI: made the report url clickable againJiri Moskovcak2010-01-191-6/+8
|
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357Jiri Moskovcak2010-01-181-2/+4
|
* s/os.exit/sys.exit - closes rhbz#556313Denys Vlasenko2010-01-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: better code for plugin settings overriding; better logging; fixed "not ↵Denys Vlasenko2010-01-151-13/+18
| | | | | | reported" display bug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add code to make GUI -> daemon settings passing less weird. not enabled yetDenys Vlasenko2010-01-141-2/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gui: add logging infrastructureDenys Vlasenko2010-01-141-7/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix plugin type display in GUIDenys Vlasenko2010-01-131-3/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ccpp: add a possibility to disable backtrace generationDenys Vlasenko2010-01-071-0/+2
| | | | | | + assorted minor tweaks Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: fixed crash when abrt-gui is run without X server rhbz#552039Jiri Moskovcak2010-01-041-1/+6
|
* GUI: autoscroll log windowJiri Moskovcak2009-12-151-1/+4
|
* fix incorrect wordingDenys Vlasenko2009-12-091-1/+3
| | | | | | | | | This looked wrong: "This crash has been reported, you can find the report(s) at: Kernel oops report was uploaded." Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCMainWindow.py: remove unused warning_cbDenys Vlasenko2009-12-091-12/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: added log windowJiri Moskovcak2009-12-091-1/+10
|
* gui: removing unused self.update_pBarDenys Vlasenko2009-12-071-14/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: gui fixes from rrakus@redhat.comJiri Moskovcak2009-12-041-28/+14
|
* dbus: stop returning bool from DeleteDebugDump call, it's not neededDenys Vlasenko2009-12-041-5/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: handle cases when gui fails to start daemon on demand rhbz#543725Jiri Moskovcak2009-12-031-1/+4
|
* do not report uid resolution error as *error*; report UID -1 as "N/A"Denys Vlasenko2009-11-201-4/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: don't read the g-k every time we want to use the settingJiri Moskovcak2009-11-201-1/+3
| | | | | | - if g-k is not available, then user can set the settings at least for the current ABRT session, but it's lost if we forcibly reload it everytime
* whitespace cleanupsDenys Vlasenko2009-11-181-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: renamed "Crash rate" to "Crash count"Jiri Moskovcak2009-11-061-1/+1
|
* GUI: small fix to make only valid urls clickableJiri Moskovcak2009-11-031-1/+1
|
* just changed commentsJiri Moskovcak2009-11-031-1/+1
|
* GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119Jiri Moskovcak2009-10-291-1/+1
|
* GUI: small fixesJiri Moskovcak2009-10-221-2/+5
|
* GUI: make the newest dump selectedJiri Moskovcak2009-10-221-1/+2
|
* GUI: added refresh button, added sanity check to plugin settingsJiri Moskovcak2009-10-131-9/+25
| | | | | | | | | - added refresh button to reporter dialog, so user can "recreate" the backtrace after he install the necessary debuginfos - gui will warn the user if he tries to ue reporter which requires login/password and if those are not filled properly (next step is to implement test_settings() into plugins, so we can test if the settings are ok before we try to report something)
* Date/time honors current system localeKarel Klic2009-10-121-2/+2
|
* GUI: call Report() with the latest pluginsettingsJiri Moskovcak2009-10-061-1/+2
| | | | | | - pluginlist is cached so it should be refreshed before Report() is called otherwise we get the old settings to the daemon
* abrt-gui: partially remove job_id parameterDenys Vlasenko2009-10-011-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-gui: make "report" toolbar button work even if abrtd is not runningDenys Vlasenko2009-09-301-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove DBusManager::uniq_nameDenys Vlasenko2009-09-291-7/+7
| | | | | | also fix some whitespace damage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: send the reporters settings as an argument for Report()Jiri Moskovcak2009-09-291-2/+8
| | | | | - daemon shouldn't read from $HOME dir, as it is unsecure and won't work on NFS mounted homes.
* GUI: reversed the dumplist, so the latest crashes are at the topJiri Moskovcak2009-09-291-1/+1
|
* GUI: save/load comment and "how to reproduce"Jiri Moskovcak2009-09-211-1/+1
|
* updated translation stringsJiri Moskovcak2009-09-181-1/+1
|
* GUI: added popup menu, fixed behaviour when run with root privsJiri Moskovcak2009-09-171-3/+16
| | | | | | - pop-up menu binded to right mouse button should be more user friendly - the background color was wrongly set when run as root because of wrong refence to liststore item
* GUI: more global settings (still "read-only")Jiri Moskovcak2009-09-091-2/+2
|
* GUI: added UI for global settings (just preview, not usable!)Jiri Moskovcak2009-09-081-1/+9
|
* GUI: better error messageJiri Moskovcak2009-09-011-1/+1
|
* GUI: enabled doubleclick on dump in mainwindowJiri Moskovcak2009-08-311-1/+6
|
* added signal JobStarted => removed the ugly sleep() hackJiri Moskovcak2009-08-271-1/+1
|
* GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-261-29/+13
|
* GUI: added first part of support for gettextJiri Moskovcak2009-08-251-0/+15
|
* GUI: few improvements, to be more userfriendlyJiri Moskovcak2009-08-241-1/+11
|