summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCMainWindow.py
Commit message (Collapse)AuthorAgeFilesLines
* GUI: total rewrite based on design from Mairin DuffyJiri Moskovcak2010-03-311-54/+133
|
* GUI: stay at selected line when new crash occursJiri Moskovcak2010-03-191-4/+23
| | | | - and select the next line when selected crash is deleted
* GUI: fixed crash count column sorting rhbz#573139Jiri Moskovcak2010-03-171-1/+1
|
* GUI: renamed main_window3 -> main_windowJiri Moskovcak2010-03-091-1/+1
|
* GUI: added option to run without main window v3Jiri Moskovcak2010-03-081-15/+39
|
* *: UID:UUID -> crash_id conversionDenys Vlasenko2010-03-041-2/+2
| | | | | | | | | | | | | | | | | | | This fixes at least three instances where we did not check whether user is even allowed to report or delete a crash. Also fixes a few cases when root might inadvertently act on (e.g. delete) mote than one crash. Renamed FILENAME_UID to CD_UID - makes more sense this way. Added COL_INFORMALL and CD_INFORMALL. Nuked UID == -1 hacks. Renamed getReport() to start_job on Python side. Dropped a few unused parameters from server -> client dbus signals. Fixed CLI's way of reverencing crashes (see updated help text). Run-tested (GUI and CLI). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GUI: added reporter selection windowJiri Moskovcak2010-03-041-114/+12
|
* add reporters param to dbus call Report()Denys Vlasenko2010-03-011-2/+2
| | | | | | This only adds the parameter, so far it is just ignored Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: improved url handling in report messagesJiri Moskovcak2010-02-171-6/+2
|
* GUI: enabled column sorting rhbz#541853Jiri Moskovcak2010-02-151-14/+24
|
* GUI: escape plugin messages before using them in set_markup()Jiri Moskovcak2010-02-091-1/+2
| | | | | | - if the messages contain tags like <foo> it would break the markup and end-up with message like: GtkWarning: Failed to set text from markup due to error parsing markup
* GUI: only urls should be clickableJiri Moskovcak2010-02-091-1/+1
|
* GUI: fixed some pylint warningsJiri Moskovcak2010-01-301-21/+16
|
* 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>