summaryrefslogtreecommitdiffstats
path: root/src/gui-gtk
Commit message (Collapse)AuthorAgeFilesLines
* gui+wizard: fixed the window icon for all child dialogsJiri Moskovcak2011-04-171-1/+1
|
* small improvement for rescanning in abrt-guiDenys Vlasenko2011-04-152-13/+63
| | | | | | | | When, say, reported_to is changed, inotify doesn't see it two dir levels up. abrt-gui needs a bit of help from wizard by sending SIGCHLD, and treating it as "please rescan" request. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui: fixed the prgname trac#180Jiri Moskovcak2011-03-291-0/+5
|
* added jsteinar to artwork creditsJiri Moskovcak2011-03-251-0/+1
|
* add option -p to abrt-gui and wizard tooDenys Vlasenko2011-03-251-3/+11
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gui: tweak inotify codeDenys Vlasenko2011-03-241-7/+11
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gui: add inotify-based reloading of dumpsDenys Vlasenko2011-03-243-9/+109
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gtk: rename Edit->Plugins to "Event configuration"; fix last_row codeDenys Vlasenko2011-03-181-3/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Replace FILENAME_MESSAGE with FILENAME_REPORTED_TO.Denys Vlasenko2011-03-181-1/+1
| | | | | | | | | | | This fixes the problem with abrt-cli not showing unreported bugs and abrt-gui not showing "green lamp" for reported bugs. In general, it introduces a way to record reporting results, such as Bugzilla URL, in dump dir. In the future, this enables such functions as "check BZ status". Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gui: fixed localizationJiri Moskovcak2011-03-161-0/+7
|
* abrt-gui: change the help accelerator to alt-HJiri Moskovcak2011-03-161-1/+1
|
* abrt-gui: minor fix to about dialogJiri Moskovcak2011-03-161-1/+0
|
* abrt-gui: minor fixes to about dialogJiri Moskovcak2011-03-151-1/+4
|
* minor build fixesJiri Moskovcak2011-03-151-3/+1
|
* added copyright bannersDenys Vlasenko2011-03-153-0/+54
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* style fixesDenys Vlasenko2011-03-151-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* put code shared among gui and wizard into libreportgtkJiri Moskovcak2011-03-144-367/+24
|
* event-config-dialog: do not store pointer to GTK-internal storage in plugin ↵Karel Klic2011-03-141-1/+1
| | | | options
* gui-wizard-gtk: show event description, not bare name, in wizardDenys Vlasenko2011-03-111-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'prune-old-gui'Nikola Pajkovsky2011-03-112-4/+20
|\ | | | | | | | | | | * prune-old-gui: remove old python gui override old gui by new one
| * override old gui by new oneNikola Pajkovsky2011-03-112-4/+20
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | minor tweaks to event config dialogJiri Moskovcak2011-03-101-1/+10
|/ | | | | - show the event configuration only if it has some options - disable the "Configure Event" button if event has no configuration
* Merge branch 'gui'Nikola Pajkovsky2011-03-101-7/+66
|\ | | | | | | | | | | | | | | * gui: accelerators for 'Report' and 'Online help' buttons abrt-gtk: credits dialog available online help from menu get rid of 'View log' from menu (doesn't work even old gui)
| * accelerators for 'Report' and 'Online help' buttonsNikola Pajkovsky2011-03-101-2/+2
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * abrt-gtk: credits dialogNikola Pajkovsky2011-03-101-0/+53
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * available online help from menuNikola Pajkovsky2011-03-101-3/+11
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * get rid of 'View log' from menu (doesn't work even old gui)Nikola Pajkovsky2011-03-101-2/+0
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | abrt-gtk: minor tweaks in event config dialogJiri Moskovcak2011-03-101-5/+24
|/
* use variable name from conf file if xml description doesn't existJiri Moskovcak2011-03-091-3/+9
|
* added loading/saving values to/from event config dialogJiri Moskovcak2011-03-091-6/+61
|
* create old bottom buttonsNikola Pajkovsky2011-03-091-31/+80
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* add -Wwrite-strings everywhereDenys Vlasenko2011-03-091-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gtk: fixed crash when user clicks configure and no event is selectedJiri Moskovcak2011-03-091-1/+4
|
* abrt-gtk: show error message when no event description is availableJiri Moskovcak2011-03-091-1/+17
|
* abrt-gtk: added event config dialogJiri Moskovcak2011-03-084-27/+176
| | | | | - Edit->Plugins will show the list of all plugins - it's just read only and the event config option shows only empty fields
* implement load_event_config_data. Untested.Denys Vlasenko2011-03-081-6/+8
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* renamed some files, no code changesJiri Moskovcak2011-03-072-0/+113
|
* fix build, there is no file event_config_dialog.cNikola Pajkovsky2011-03-071-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-gtk: added function to dynamically generate the config dialog from ↵Jiri Moskovcak2011-03-071-0/+1
| | | | event description
* gui-wizard-gtk: fix stealing againDenys Vlasenko2011-03-031-1/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Revert "renamed libreport.so to libreport2.so"Karel Klic2011-03-031-2/+2
| | | | | This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.
* renamed libreport.so to libreport2.soJiri Moskovcak2011-03-031-2/+2
| | | | | - we have a conflict with old report library which contains file with the same name
* dump_dir API: rename dd_dir field to dd_dirnameDenys Vlasenko2011-02-281-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* show more useful columns in abrt-gtk; use human-readable time in dir namesDenys Vlasenko2011-02-281-19/+15
| | | | | | | | | | | | For most users, "hostname" is the same for every crash (it is their hostname). Not every problem even has "Application" field ("low on disk space" problem, for example, doesn't), whereas any problem should have "Reason" field. For non-root, it is useful to see which dumps are in /var/spool/abrt (and aren't writable), and which are in $HOME/.abrt/spool. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* change stealing semantics from copy to moveDenys Vlasenko2011-02-251-17/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: move data page to the fron1Denys Vlasenko2011-02-221-3/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: cleanups without substantial code changesDenys Vlasenko2011-02-221-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: add crash_data reloading; add -v propagationDenys Vlasenko2011-02-221-0/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: analyze step now sort-of-works....Denys Vlasenko2011-02-171-2/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added menu bar to the main windowJiri Moskovcak2011-02-161-1/+46
|