Jakub Filak 986fa26
# TODO: https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering
Jakub Filak 986fa26
#       rpmlint warns about private-shared-object-provides
Jakub Filak 986fa26
#       can't use filter because the package doesn't met any of the required criteria
Jakub Filak 986fa26
#         ! Noarch package       ... caused by libreport wrappers shared library
Jakub Filak 986fa26
#         ! no binaries in $PATH ... caused by gnome-abrt python script in /usr/bin
Jakub Filak 986fa26
Packit Service 1fc53a2
# Uncomment when building from a git snapshot.
Packit Service 65ef235
#%%global snapshot 1
Packit Service 1fc53a2
%global commit 3e3512d2d6c81a4ca9b3b4d3f3936c876a6482f7
Packit Service 1fc53a2
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Jakub Filak 9f603cc
Packit Service 1fc53a2
Name:       gnome-abrt
Ernestas Kulik 68fe702
Version:    1.3.5
Packit Service 65ef235
Release:    1%{?snapshot:.git%{shortcommit}}%{?dist}
Jakub Filak 986fa26
Summary:    A utility for viewing problems that have occurred with the system
Jakub Filak 986fa26
Jakub Filak 986fa26
License:    GPLv2+
Packit Service 1fc53a2
URL:        https://github.com/abrt/%{name}
Packit Service 1fc53a2
%if 0%{?snapshot}
Packit Service 1fc53a2
Source0:    %{url}/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
Packit Service 1fc53a2
%else
Packit Service 1fc53a2
Source0:    %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Packit Service 1fc53a2
%endif
Jakub Filak c06cdf3
Packit Service 1fc53a2
BuildRequires: git-core
Packit Service 1fc53a2
BuildRequires: meson
Jakub Filak 986fa26
BuildRequires: gettext
Jakub Filak 986fa26
BuildRequires: libtool
Jakub Filak f5f4b40
BuildRequires: python3-devel
Jakub Filak 986fa26
BuildRequires: desktop-file-utils
Jakub Filak 986fa26
BuildRequires: asciidoc
Jakub Filak 986fa26
BuildRequires: xmlto
Packit Service 1fc53a2
BuildRequires: pygobject3-devel
Packit Service 1fc53a2
BuildRequires: libreport-gtk-devel > 2.4.0
7c4830e
BuildRequires: python3-libreport
Packit Service 1fc53a2
BuildRequires: abrt-gui-devel > 2.4.0
Jakub Filak 986fa26
BuildRequires: gtk3-devel
Jakub Filak 02b6698
%if 0%{?fedora}
Packit Service 1fc53a2
BuildRequires: python3-pylint
Jakub Filak f5f4b40
BuildRequires: python3-six
Jakub Filak f5f4b40
BuildRequires: python3-inotify
Packit Service 1fc53a2
BuildRequires: python3-gobject
Jakub Filak f5f4b40
BuildRequires: python3-dbus
Jakub Filak f5f4b40
BuildRequires: python3-humanize
Jakub Filak 02b6698
%endif
Jakub Filak 986fa26
7c4830e
Requires:   python3-libreport
Jakub Filak f5f4b40
Requires:   python3-inotify
Packit Service 1fc53a2
Requires:   python3-gobject
Jakub Filak f5f4b40
Requires:   python3-dbus
Jakub Filak f5f4b40
Requires:   python3-humanize
Ernestas Kulik 11065ea
Requires:   python3dist(beautifulsoup4)
Jakub Filak 986fa26
Jakub Filak 986fa26
%description
Jakub Filak 986fa26
A GNOME application allows users to browse through detected problems and
Jakub Filak 986fa26
provides them with convenient way for managing these problems.
Jakub Filak 986fa26
Jakub Filak 986fa26
Jakub Filak 986fa26
%prep
Packit Service 1fc53a2
%autosetup -S git %{?snapshot:-n %{name}%-%{commit}}
Jakub Filak 986fa26
Jakub Filak 986fa26
Jakub Filak 986fa26
%build
Packit Service 1fc53a2
%meson \
Packit Service 1fc53a2
    %{!?fedora:-Dlint=false} \
Packit Service 1fc53a2
    %{nil}
Packit Service 1fc53a2
%meson_build
Jakub Filak 986fa26
Jakub Filak 986fa26
Jakub Filak 986fa26
%install
Packit Service 1fc53a2
%meson_install
Jakub Filak 986fa26
Packit Service 1fc53a2
%find_lang %{name}
Jakub Filak 986fa26
Jakub Filak 6b4497e
%check
Packit Service 1fc53a2
# do not fail on pylint warnings
Packit Service 1fc53a2
%meson_test || :
Jakub Filak 6b4497e
Jakub Filak 6b4497e
Jakub Filak 987ec6f
%files -f %{name}.lang
Jakub Filak 1b681e8
%doc COPYING README.md
Jakub Filak f5f4b40
%{python3_sitearch}/gnome_abrt
Jakub Filak 986fa26
%{_datadir}/%{name}
Jakub Filak 986fa26
%{_bindir}/%{name}
Jakub Filak 986fa26
%{_datadir}/applications/*
0bdf0f5
%{_datadir}/metainfo/*
Jakub Filak 02b6698
%{_mandir}/man1/%{name}.1*
Jakub Filak 986fa26
%{_datadir}/icons/hicolor/*/apps/*
Jakub Filak 986fa26
Jakub Filak 986fa26
%changelog
Ernestas Kulik 68fe702
* Mon May 25 2020 Ernestas Kulik <ekulik@redhat.com> - 1.3.5-1
Ernestas Kulik 68fe702
- new upstream release: 1.3.5
Ernestas Kulik 68fe702
Packit Service ff9b1ce
* Thu May 21 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 1.3.4-1
Packit Service ff9b1ce
- new upstream release: 1.3.4
Packit Service ff9b1ce
Packit Service 65ef235
* Wed May 20 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 1.3.3-1
Packit Service 65ef235
- new upstream release: 1.3.3
Packit Service 65ef235
Ernestas Kulik da97dbe
* Tue May 19 2020 Ernestas Kulik <ekulik@redhat.com> - 1.3.2-2
Ernestas Kulik da97dbe
- Add missing python3-beautifulsoup4 dependency
Ernestas Kulik da97dbe
- Add patch for https://bugzilla.redhat.com/show_bug.cgi?id=1836614
Ernestas Kulik da97dbe
Packit Service 1fc53a2
* Wed May 13 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 1.3.2-1
Packit Service 1fc53a2
- new upstream release: 1.3.2
Packit Service 1fc53a2
fb1bfbc
* Thu Oct 31 2019 Rafal Luzynski <digitalfreak@lingonborough.com> - 1.2.9-2
fb1bfbc
- Apply upstream changes in the spec file
fb1bfbc
- Fix "gnome-abrt --help" not fully translated
fb1bfbc
- New translation language: Afrikaans
fb1bfbc
- Update translations: Czech, Danish, Dutch, French, Friulian, Indonesian,
fb1bfbc
  Polish, Portuguese (PT), Slovak, Swedish, Ukrainian
fb1bfbc
e37166a
* Mon Sep 16 2019 Rafal Luzynski <digitalfreak@lingonborough.com> - 1.2.9-1
e37166a
- Update to 1.2.9
e37166a
bc63b6b
* Wed May 22 2019 Rafal Luzynski <digitalfreak@lingonborough.com> - 1.2.8-1
bc63b6b
- Update the spec file to 1.2.8 (downstream release)
bc63b6b
Ernestas Kulik 0daf03c
* Fri Apr 26 2019 Ernestas Kulik <ekulik@redhat.com> - 1.2.8-1
Ernestas Kulik 0daf03c
- Update to 1.2.8
Ernestas Kulik 0daf03c
0bdf0f5
* Fri Feb 15 2019 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.7-2
0bdf0f5
- Add upstream patches
0bdf0f5
- Fix build failure
0bdf0f5
- Update translations: Polish, Serbian, Ukrainian
0bdf0f5
- Change the appdata location according to the current guidelines
0bdf0f5
- Bump required pygobject3 version
0bdf0f5
Ernestas Kulik 726df4b
* Mon Feb 04 2019 Ernestas Kulik <ekulik@redhat.com> - 1.2.7-1
Ernestas Kulik 726df4b
- Update to 1.2.7
Ernestas Kulik 726df4b
43db617
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-9
43db617
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
43db617
7ee3f7f
* Thu Oct 18 2018 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.6-8
7ee3f7f
- Translation updates: Danish, Japanese, Portuguese (BR), Chinese (TW), and more
7ee3f7f
7c4830e
* Fri Jul 20 2018 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.6-7
7c4830e
- Fix incorrect parsing of reported_to file (resolves: #1600809)
7c4830e
- Remove explicit object inheritance reported by pylint(R0205)
7c4830e
- Fix python3-libreport dependency (the old name libreport-python3 is obsolete)
7c4830e
- Resolves: #1604140
7c4830e
7da4183
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-6
7da4183
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7da4183
b82bd1a
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.2.6-5
b82bd1a
- Rebuilt for Python 3.7
b82bd1a
b7f8439
* Fri Jun 01 2018 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.6-4
b7f8439
- Remove "Group:" tag according to the current guidelines
b7f8439
- Remove Expert mode
b7f8439
- Mark "--help" text for translation
b7f8439
- Translation updates: Brazilian Portuguese, Czech, French, Turkish, and more
b7f8439
- Fix some pylint warnings
b7f8439
197f7f2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-3
197f7f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
197f7f2
6e6e095
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.6-2
6e6e095
- Remove obsolete scriptlets
6e6e095
6f7d6a5
* Thu Nov 16 2017 Julius Milan <jmilan@redhat.com> 1.2.6-1
6f7d6a5
- Translation updates
6f7d6a5
- Satisfy pylint v1.7.1 warnings
6f7d6a5
- pylintrc: disable pylint no-else-return warnings
6f7d6a5
- Add fur, kk, nn languages into LINGUAS
6f7d6a5
47c3bd1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-6
47c3bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
47c3bd1
d0fad00
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-5
d0fad00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d0fad00
b536d82
* Wed Jul 12 2017 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.5-4
b536d82
- New translations: Friulian, Kazakh, Norwegian Nynorsk
b536d82
- Translation updates: Dutch, Finnish, Marathi
b536d82
c21d12d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-3
c21d12d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c21d12d
4e86b42
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.5-2
4e86b42
- Rebuild for Python 3.6
4e86b42
d54664d
* Mon Oct 31 2016 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.5-1
d54664d
- Translation updates
d54664d
- Fix some small issues to please pylint
d54664d
- Fix padding of the list items
d54664d
- Update the project URL
d54664d
88ba6a7
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-3
88ba6a7
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
88ba6a7
f1b1ce6
* Tue Jun 28 2016 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.4-2
f1b1ce6
- Translation updates (Albanian)
f1b1ce6
- Resolves: #1347951
f1b1ce6
d8a909c
* Tue Jun 07 2016 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.4-1
d8a909c
- Translation updates (Russian, Slovak)
d8a909c
- Add new translation languages - Albanian
d8a909c
- One more fix for the format of a package version
d8a909c
- Align the header buttons position to the sidebar size
d8a909c
7da6eba
* Wed Apr 13 2016 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.3-3
7da6eba
- Correct format of the package version
7da6eba
- Translation updates
7da6eba
1c9701a
* Fri Apr 08 2016 Rafal Luzynski <digitalfreak@lingonborough.com> 1.2.3-2
e8cfd96
- Translation updates
e8cfd96
Jakub Filak eef21be
* Wed Mar 23 2016 Jakub Filak <jfilak@redhat.com> 1.2.3-1
Jakub Filak eef21be
- Translation updates
Jakub Filak eef21be
- Let main title of the crash wrap
Jakub Filak eef21be
- Label all kernel oops problems with "System"
Jakub Filak eef21be
- Disambiguate the word "System"
Jakub Filak eef21be
- Use context gettext
Jakub Filak eef21be
- Reword "Detected" to "First Detected"
Jakub Filak eef21be
- Use "Problem Reporting" as the program name in the About box
Jakub Filak eef21be
- Remove "Report problem with ABRT"
Jakub Filak eef21be
- Fix dim-label being applied to proper app icons
Jakub Filak eef21be
- Make "Select" button unsensitive when list is empty
Jakub Filak eef21be
- Make titlebar blue in selection mode
Jakub Filak eef21be
- Use dim-label style, not hard-coded colours for labels
Jakub Filak eef21be
- Remove "ABRT Configuration" dialogue
Jakub Filak eef21be
- Add search button
Jakub Filak eef21be
- Add more keywords to .desktop
Jakub Filak eef21be
Jakub Filak 1b681e8
* Thu Feb 18 2016 Jakub Filak <jfilak@redhat.com> - 1.2.2-1
Jakub Filak 1b681e8
- Translation updates
Jakub Filak 1b681e8
- Fix the plural/singular translations for fancydate -Rafal Luzynski <digitalfreak@lingonborough.com>
Jakub Filak 1b681e8
- Details pane: new design - Rafal Luzynski <digitalfreak@lingonborough.com>
Jakub Filak 1b681e8
5afc5f2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
5afc5f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5afc5f2
6fa2bdc
* Fri Dec 18 2015 Jan Beran <jberan@redhat.com> - 1.2.1-2
6fa2bdc
- Do not pass None to function expecting str object
6fa2bdc
- Add kudos to the AppData file
6fa2bdc
- Problem type included in the problem list: Rafal Luzynski <digitalfreak@lingonborough.com>
6fa2bdc
- Scroll whole details panel instead of its single widgets: Rafal Luzynski <digitalfreak@lingonborough.com>
6fa2bdc
- Fix broken build caused by pylint warning
6fa2bdc
Jakub Filak a34c8ce
* Thu Nov 19 2015 Jakub Filak <jfilak@redhat.com> - 1.2.1-1
Jakub Filak a34c8ce
- HTMLParseError replaced with generic Exception: Francesco Frassinelli <fraph24@gmail.com>
Jakub Filak a34c8ce
- Fix handling of the singular cases: Rafal Luzynski <digitalfreak@lingonborough.com>
Jakub Filak a34c8ce
- Don't scroll the sidebar horizontally: Rafal Luzynski <digitalfreak@lingonborough.com>
Jakub Filak a34c8ce
- Show HiDPI icons on HiDPI screens: Rafal Luzynski <digitalfreak@lingonborough.com>
Jakub Filak a34c8ce
- Get rid of the Gtk3 module loading warning
Jakub Filak a34c8ce
- Translation updates
Jakub Filak a34c8ce
- Resolves: #1283365
Jakub Filak a34c8ce
Jakub Filak 707571d
* Thu Nov 12 2015 Jakub Filak <jfilak@redhat.com> - 1.2.0-9
Jakub Filak 707571d
- Fix build with Python 3.5
Jakub Filak 707571d
Jakub Filak 9f603cc
* Thu Nov 12 2015 Jakub Filak <jfilak@redhat.com> - 1.2.0-8
Jakub Filak 9f603cc
- Temporarily stop using pylint and turn off 'make check'
Jakub Filak 9f603cc
- Rebuilt for Python3.5 rebuild
Jakub Filak 9f603cc
d893ed8
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-7
d893ed8
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
d893ed8
Jakub Filak 209e96b
* Fri Nov 6 2015 Jakub Filak <jfilak@redhat.com> - 1.2.0-6
Jakub Filak 209e96b
- Rebuilt for Python3.5 rebuild
Jakub Filak 209e96b
76aa439
* Fri Aug 14 2015 Matej Habrnal <mhabrnal@redhat.com> - 1.2.0-5
76aa439
- Correct testing of return values from ABRT D-Bus API wrrapper
76aa439
Jakub Filak e642160
* Mon Jul 13 2015 Jakub Filak <jfilak@redhat.com> - 1.2.0-4
Jakub Filak e642160
- Fix loading applicaton icons
Jakub Filak e642160
- Fix an exception when searching for a bug ID
Jakub Filak e642160
- Resolves: #1242080
Jakub Filak e642160
5c150ff
* Thu Jun 18 2015 Matej Habrnal <mhabrnal@redhat.com> - 1.2.0-3
5c150ff
- Use UTF-8 encoding when working with user files
5c150ff
- Remove the Details button from the top bar in non-GNOME desktops
5c150ff
1508b84
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
1508b84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1508b84
Jakub Filak a923e4c
* Tue Jun 09 2015 Jakub Filak <jfilak@redhat.com> 1.2.0-1
Jakub Filak a923e4c
- Enabled the Details also for the System problems
Jakub Filak a923e4c
- Do not crash in the testing of availabitlity of XServer
Jakub Filak a923e4c
- Remove a debug print introduced with port to Python3
Jakub Filak a923e4c
- Fix 'Open problem's data directory'
Jakub Filak a923e4c
- Quit Application on Ctrl+Q
Jakub Filak a923e4c
- Translation updates
Jakub Filak a923e4c
- Resolves: #1188002
Jakub Filak a923e4c
91d52bf
* Mon May 11 2015 Matej Habrnal <mhabrnal@redhat.com> - 1.1.2-2
91d52bf
- Translations update
91d52bf
b9b2a8c
* Tue May 05 2015 Matej Habrnal <mhabrnal@redhat.com> - 1.1.2-1
b9b2a8c
- Add symbolic icon
b9b2a8c
- Use own window header also in GNOME Classic
b9b2a8c
- Let the theme handle the colour in the problems list
b9b2a8c
- Remove border's custom style in the problems list
b9b2a8c
- Resolves: #1193656
b9b2a8c
Jakub Filak 75927f1
* Thu Apr 09 2015 Jakub Filak <jfilak@redhat.com> - 1.1.1-1
Jakub Filak 75927f1
- Several bug fixes
Jakub Filak 75927f1
Jakub Filak ccd91ec
* Tue Mar 17 2015 Jakub Filak <jfilak@redhat.com> - 1.1.0-2
Jakub Filak ccd91ec
- Fix a crash caused by i18n
Jakub Filak ccd91ec
- Fix a crash caused by problems without environment file
Jakub Filak ccd91ec
- Resolves: #1204524
Jakub Filak ccd91ec
Jakub Filak f5f4b40
* Tue Mar 17 2015 Jakub Filak <jfilak@redhat.com> - 1.1.0-1
Jakub Filak f5f4b40
- Switch to Python3
Jakub Filak f5f4b40
- Translation updates
Jakub Filak f5f4b40
- Search by Bug Tracker ID
Jakub Filak f5f4b40
- Always show an icon for problems
Jakub Filak f5f4b40
- Try to use environment to find the application
Jakub Filak f5f4b40
- Polished look
Jakub Filak f5f4b40
Jakub Filak 2a3cb40
* Mon Oct 13 2014 Jakub Filak <jfilak@redhat.com> - 1.0.0-1
Jakub Filak 2a3cb40
- New upstream release with updated look & feel
Jakub Filak 2a3cb40
de01012
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-5
de01012
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
de01012
Jakub Filak 59fc2d7
* Tue Jul 22 2014 Jakub Filak <jfilak@redhat.com> - 0.3.7-4
Jakub Filak 59fc2d7
- Teach the GUI to understand the Exec key format
Jakub Filak 59fc2d7
- Put "About" and "Quit" into a section
Jakub Filak 59fc2d7
- Do not close the report dialog with the main window
Jakub Filak 59fc2d7
- Wrap words in "Report problem with ABRT" dialogue
Jakub Filak 59fc2d7
Jakub Filak c2ddcbe
* Tue Jul 15 2014 Jakub Filak <jfilak@redhat.com> - 0.3.7-3
Jakub Filak c2ddcbe
- Properly handle UTF-8 problem filter input (apply the patch)
Jakub Filak c2ddcbe
Jakub Filak b772ef7
* Mon Jun 23 2014 Jakub Filak <jfilak@redhat.com> - 0.3.7-2
Jakub Filak b772ef7
- Properly handle UTF-8 problem filter input
Jakub Filak b772ef7
Jakub Filak c486d72
* Wed Jun 11 2014 Jakub Filak <jfilak@redhat.com> 0.3.7-1
Jakub Filak c486d72
- Fix XDG_RUNTIME_DIR not set messages by creating one
Jakub Filak c486d72
- Handle UTF-8 problem filter input
Jakub Filak c486d72
- Disable "no-member" check in pylintrc
Jakub Filak c486d72
- Fix issues uncovered by a newer version of pylint
Jakub Filak c486d72
- Do not crash in case of a DBus timeout
Jakub Filak c486d72
- Fix too long line
Jakub Filak c486d72
- Ignore problems without 'type' element
Jakub Filak c486d72
- Resolves: #1107429
Jakub Filak c486d72
c4bc837
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-2
c4bc837
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c4bc837
Jakub Filak c06cdf3
* Wed Mar 05 2014 Jakub Filak <jfilak@redhat.com> 0.3.6-1
Jakub Filak c06cdf3
- Translation updates
Jakub Filak c06cdf3
- Merge pull request #51 from abrt/more_visual
Jakub Filak c06cdf3
- Use human readable type string everywhere
Jakub Filak c06cdf3
- Merge pull request #50 from abrt/visuals
Jakub Filak c06cdf3
- Display C/C++ instead of CCpp
Jakub Filak c06cdf3
- Truncate possibly long component name to 40 chars.
Jakub Filak c06cdf3
- Disable horizontal scrollbar on problem list
Jakub Filak c06cdf3
- Right-alignment of date entries
Jakub Filak c06cdf3
- Initialize gnome_abrt module before importing its submodules
Jakub Filak c06cdf3
Jakub Filak 448f573
* Mon Jan 13 2014 Jakub Filak <jfilak@redhat.com> 0.3.5-1
Jakub Filak 448f573
- Do not crash when a FileIcon cant be loaded
Jakub Filak 448f573
- Enable multiple problems selection
Jakub Filak 448f573
- Fix a typo in appdata - <mike.catanzaro@gmail.com>
Jakub Filak 448f573
- Update translations
Jakub Filak 448f573
Jakub Filak 8e37f7a
* Thu Dec 19 2013 Jakub Filak <jfilak@redhat.com> 0.3.4-1
Jakub Filak 8e37f7a
- Do not use deprecated GObject API
Jakub Filak 8e37f7a
- Make gnome-abrt compatible with Python GObject < 3.7.2
Jakub Filak 8e37f7a
- Do not fail if there is no Problem D-Bus service
Jakub Filak 8e37f7a
- Make all labels selectable
Jakub Filak 8e37f7a
- Run xdg-open for problem directory nonblocking
Jakub Filak 8e37f7a
- Resolves: #1043025
Jakub Filak 8e37f7a
Jakub Filak 0bc625e
* Wed Dec 18 2013 Jakub Filak <jfilak@redhat.com> 0.3.3-3
Jakub Filak 0bc625e
- Fix translations
Jakub Filak 0bc625e
dd026c0
* Mon Nov 04 2013 Jakub Filak <jfilak@redhat.com> 0.3.3-2
dd026c0
- Expand list of problems
dd026c0
- Resolves: #1025308
dd026c0
Jakub Filak 734e1ab
* Sat Oct 26 2013 Jakub Filak <jfilak@redhat.com> 0.3.3-1
Jakub Filak 734e1ab
- Make problem list resizable
Jakub Filak 734e1ab
- Make info about Reported state of problem more clear
Jakub Filak 734e1ab
- Less confusing message about missing Bugzilla ticket
dd026c0
- Resolves: #1018285
Jakub Filak 734e1ab
Jakub Filak e76577c
* Fri Oct 04 2013 Jakub Filak <jfilak@redhat.com> 0.3.2-1
Jakub Filak e76577c
- Fix a bug in SIGCHLD handler causing 100% CPU usage
Jakub Filak e76577c
- Show "yes" in Reported field only if no URL is available
Jakub Filak e76577c
- Load only the most recent reported to value
Jakub Filak e76577c
- Check if Application has valid name in filter fn
Jakub Filak e76577c
- Fix issues found by new pylint
dd026c0
- Resolves: #1009189, #1015609
Jakub Filak e76577c
Jakub Filak 3491150
* Thu Sep 12 2013 Jakub Filak <jfilak@redhat.com> 0.3.1-1
Jakub Filak 3491150
- Improve user experience
Jakub Filak 3491150
- Make About dialog transient for the main window
Jakub Filak 3491150
- Add AppData file
Jakub Filak 3491150
- Ship the 256x256 icon in the right place
Jakub Filak 3491150
- Recover from fork errors
Jakub Filak 3491150
- Add ABRT configure application menu
Jakub Filak 3491150
- Use absolute path in python shebang
Jakub Filak 3491150
- Recover from invalid time stamp values
Jakub Filak 3491150
- Use wrapped text for the bug report link
dd026c0
- Resolves: #1004276
Jakub Filak 3491150
Jakub Filak 8bbd22c
* Fri Jul 26 2013 Jakub Filak <jfilak@redhat.com> 0.3.0-1
Jakub Filak 8bbd22c
- Do not include url files twice
Jakub Filak 8bbd22c
- Get rid of Stock Items usage
Jakub Filak 8bbd22c
- Do not remove invalid problems while sorting the list
Jakub Filak 8bbd22c
- Check if X display can be opened
Jakub Filak 8bbd22c
- Fix a condition in the source changed notification handler
Jakub Filak 8bbd22c
- Update Translations
Jakub Filak 8bbd22c
- Skip inotify events for sub folders in dump location watcher
Jakub Filak 8bbd22c
- Use GLib.io_add_watch() instead of IOChanell.add_watch()
Jakub Filak 8bbd22c
- Fix a typo in macro name
Jakub Filak 8bbd22c
- Remove shebang from non-executable scripts
Jakub Filak 8bbd22c
- Remember missing elements and load them only once
Jakub Filak 8bbd22c
- Download more problem elements in a single D-Bus call
Jakub Filak 8bbd22c
- Improve data caching
Jakub Filak 8bbd22c
- Display two sets of problems (My/System)
Jakub Filak 8bbd22c
- Fix typo in dbus error message
Jakub Filak 8bbd22c
- Don't crash if a new directory problem is invalid
Jakub Filak 8bbd22c
Jakub Filak 23fcb63
* Mon May 06 2013 Jakub Filak <jfilak@redhat.com> 0.2.12-3
Jakub Filak 23fcb63
- Disable downloading of HTML titles
Jakub Filak 23fcb63
Jakub Filak 9544603
* Mon May 06 2013 Jakub Filak <jfilak@redhat.com> 0.2.12-2
Jakub Filak 9544603
- Fix a wrong path in contoller.py
Jakub Filak 9544603
Jakub Filak 06fbea1
* Fri May 03 2013 Jakub Filak <jfilak@redhat.com> 0.2.12-1
Jakub Filak 06fbea1
- Use 'N/A' instead of ??
Jakub Filak 06fbea1
- Use package name is neither component nor executable items are available
Jakub Filak 06fbea1
- Don't try to select a problem if the list is empty
Jakub Filak 06fbea1
- Catch InvalidProblem exception in sort function
Jakub Filak 06fbea1
- Handle DBus initialization errors gracefully
Jakub Filak 06fbea1
- Show HTML titles of URLs from reported_to element
Jakub Filak 06fbea1
- Updated translation
Jakub Filak 06fbea1
- Continue in handling of SIGCHLD after the first one is handled
Jakub Filak 06fbea1
- Fix two comma splices
Jakub Filak 06fbea1
- Fix wrong dialog flag names
Jakub Filak 06fbea1
Jakub Filak 02b6698
* Mon Apr 22 2013 Jakub Filak <jfilak@redhat.com> 0.2.11-1
Jakub Filak 02b6698
- Enable pylint check only on Fedora
Jakub Filak 02b6698
- Fix bogus dates in chagelog
Jakub Filak 02b6698
- Introduce expert mode and show 'Analyze' button in that mode
Jakub Filak 02b6698
- Use last occurrence item for problems sorting
Jakub Filak 02b6698
- Fix broken keyboard shortcuts
Jakub Filak 02b6698
- Fix missing space typo - Martin Milata <mmilata@redhat.com>
Jakub Filak 02b6698
- Compare all DesktopEntry.*() return values to None
Jakub Filak 02b6698
- Display 'component' name instead of 'executable' if desktop file is missing
Jakub Filak 02b6698
- Do not show scrollbar for long links
Jakub Filak 02b6698
- Allow to disable pylint check in configure.ac
Jakub Filak 02b6698
- Move manpage to volume 1 - Chris Lockfort <clockfort@csh.rit.edu>
Jakub Filak 02b6698
- Move gnome_abrt module check to module's Makefile
Jakub Filak 02b6698
- Disable 'Interface not implemented' pylint warning
Jakub Filak 02b6698
- Configure pylint to produce parseable output
Jakub Filak 02b6698
Jakub Filak e949064
* Tue Apr  9 2013 Jakub Filak <jfilak@redhat.com> 0.2.10-2
Jakub Filak e949064
- Make check only on fedora
Jakub Filak e949064
Jakub Filak 6b4497e
* Wed Mar 27 2013 Jakub Filak <jfilak@redhat.com> 0.2.10-1
Jakub Filak 6b4497e
- Add the report dialog to the menu
Jakub Filak 6b4497e
- Add 'Report problem with ABRT' dialog
Jakub Filak 6b4497e
- Add VERSION and PACKAGE attributes to gnome_abrt module
Jakub Filak 6b4497e
- Rename attribute in errors.InvalidProblem
Jakub Filak 6b4497e
- Use IOChannel approach in order to make signal handling synchronous
Jakub Filak 6b4497e
- Add all python Requires to BuildRequires because of pylint
Jakub Filak 6b4497e
- Replace GNU style make pattern rules by implicit rules
Jakub Filak 6b4497e
- Remove left-over RELEASE varible from configure.ac
Jakub Filak 6b4497e
- Recover from DBus errors while sending command line
Jakub Filak 6b4497e
- Catch more exceptions and handle them correctly
Jakub Filak 6b4497e
- Add pylint check and fix problems uncoverend by pylint
Jakub Filak 6b4497e
- Filter out empyt strings from splitted cmdline
Jakub Filak 6b4497e
- Fix sytanx error
Jakub Filak 6b4497e
- Change the label "No oopses" to "No problems detected"
Jakub Filak 6b4497e
- Get rid of scrollbar around the text on the bottom of window in default size
Jakub Filak 6b4497e
- Fix appearance of scrolled widgets to no longer have white background
Jakub Filak 6b4497e
- Remove leftover shebang from non-executable script
Jakub Filak 6b4497e
Jakub Filak 4301df2
* Mon Mar 18 2013 Jakub Filak <jfilak@redhat.com> 0.2.9-1
Jakub Filak 4301df2
- Truncate long texts with ellipsis instead of auto-adjusting of window width
Jakub Filak 4301df2
- Add a popopup menu for list of problems
Jakub Filak 4301df2
- Use executable's basename as an application name instead of the full path
Jakub Filak 4301df2
- Remove invalid problems from GUI tree view list
Jakub Filak 4301df2
- Remove invalid problems from the dbus cache
Jakub Filak 4301df2
- Robustize the processing of newly occurred problems
Jakub Filak 4301df2
- Remove a left-over usage of the window member in OopsApplication
Jakub Filak 4301df2
- Handle reaching inotify max watches better
Jakub Filak 4301df2
- Update translation
Jakub Filak 4301df2
- Don't allow reporting if the problem is not reportable
Jakub Filak 4301df2
- Suggest reporting a bug if it wasn't reported yet
Jakub Filak 4301df2
- Simplify the glade file and add a widget for messages
Jakub Filak 4301df2
- Refactorize the function rendering a problem data
Jakub Filak 4301df2
- A workaround for the bug in remote GtkApplications
Jakub Filak 4301df2
- Allow only a single instance of gnome-abrt
Jakub Filak 4301df2
- Fix bugs in main window in handler of configuration updates
Jakub Filak 4301df2
- Resolves: #919796, #922656, #920417
Jakub Filak 4301df2
Jakub Filak 4a348df
* Mon Feb 25 2013 Jakub Filak <jfilak@redhat.com> 0.2.8-1
Jakub Filak 4a348df
- Try harder when looking for icon and don't cache weak results
Jakub Filak 4a348df
- Make controller more robust against invalid arguments
Jakub Filak 4a348df
- Check return value of the get selection function
Jakub Filak 4a348df
- Require correct version of libreport
Jakub Filak 4a348df
- Return an empty list instead of None from OopsWindow.get_selected()
Jakub Filak 4a348df
- Return an empty list instead of None from get_problems() in case of DBus error
Jakub Filak 4a348df
- Get rid of unnecessary variable from the directory source
Jakub Filak 4a348df
- Add a cmd line argument for selected problem id
Jakub Filak 4a348df
Jakub Filak 09583c2
* Fri Feb 08 2013 Jakub Filak <jfilak@redhat.com> - 0.2.7-1
Jakub Filak 09583c2
- Fix failure in processing of dump directories from user's home
Jakub Filak 09583c2
- Resolves: #908712
Jakub Filak 09583c2
Jakub Filak 02b6698
* Tue Jan 08 2013 Jakub Filak <jfilak@redhat.com> - 0.2.6-1
Jakub Filak 88191dd
- Require libreport version 2.0.20 and greater
Jakub Filak 88191dd
- Use DD api correctly
Jakub Filak 88191dd
- Reflect changes in libreport
Jakub Filak 88191dd
- Resolves: #890357
Jakub Filak 88191dd
Jakub Filak 0b9c1fa
* Wed Nov 28 2012 Jakub Filak <jfilak@redhat.com> - 0.2.5-1
Jakub Filak 0b9c1fa
- Add licenses to all files
Jakub Filak 0b9c1fa
- Refresh view's source if InvalidProblem exception is caught during GUI update
Jakub Filak 0b9c1fa
- Properly handle removal of the first and the last problem from the list
Jakub Filak 0b9c1fa
- Use right tree model in searching for problems
Jakub Filak 0b9c1fa
- Use theme backround color as background for the link buttons
Jakub Filak 0b9c1fa
- Make the links to servers less moving
Jakub Filak 0b9c1fa
- Keep user's selection even if a source has changed
Jakub Filak 0b9c1fa
- Destroy abrt-handle-event zombies
Jakub Filak 0b9c1fa
Jakub Filak ae411e2
* Mon Nov 12 2012 Jakub Filak <jfilak@redhat.com> - 0.2.4-1
Jakub Filak ae411e2
- Fix label fields size
Jakub Filak ae411e2
- Assure ownership of reported problem
Jakub Filak ae411e2
- Remove unnecessary GtkEventBox
Jakub Filak ae411e2
- Fix appearance of link button widget to no longer have a white background
Jakub Filak ae411e2
- Update translations
Jakub Filak ae411e2
Jakub Filak ad46850
* Fri Oct 05 2012 Jakub Filak <jfilak@redhat.com> - 0.2.3-1
Jakub Filak ad46850
- Generate version
Jakub Filak ad46850
- Add GNOME3 application menu
Jakub Filak ad46850
- Use correct D-Bus path to listen on for Crash signal
Jakub Filak ad46850
- Make path to abrt-handle-event configurable
Jakub Filak ad46850
- Fix a bug in running of subprocesses
Jakub Filak ad46850
- Refactorize directory problems implementation
Jakub Filak ad46850
- Don't print weired debug message
Jakub Filak ad46850
- Don't show the 'reconnecting to dbus' warning
Jakub Filak ad46850
- Don't show new root's crashes by default
Jakub Filak ad46850
- Fix indentation
Jakub Filak ad46850
Jakub Filak 987ec6f
* Fri Sep 21 2012 Jakub Filak <jfilak@redhat.com> - 0.2.2-1
Jakub Filak 987ec6f
- Lazy initialization of directory source
Jakub Filak 987ec6f
- Don't utilize CPU for 99%
Jakub Filak 987ec6f
- Code refactorization
Jakub Filak 987ec6f
- Add translation from the ABRT project
Jakub Filak 987ec6f
- Properly log exceptions
Jakub Filak 987ec6f
- Delete directory problems marked as invalid after refresh in inotify handler
Jakub Filak 987ec6f
- Declare directory problems deleted if its directory doesn't exist
Jakub Filak 987ec6f
- Fix indentation bug in icon look up algorithm
Jakub Filak 987ec6f
- Add --verbose command line argument
Jakub Filak 987ec6f
- Add directory name to error messages
Jakub Filak 987ec6f
Jakub Filak 987ec6f
* Mon Sep 17 2012 Jakub Filak <jfilak@redhat.com> - 0.2.1-4
Jakub Filak 987ec6f
- Fix a problem with desktop items without icons
Jakub Filak 987ec6f
- A bit better handling of uncaght exceptions
Jakub Filak 987ec6f
Jakub Filak 987ec6f
* Mon Sep 17 2012 Jakub Filak <jfilak@redhat.com> - 0.2.1-3
Jakub Filak 987ec6f
- Add cs and et translations
Jakub Filak 987ec6f
Jakub Filak 987ec6f
* Fri Sep 14 2012 Jakub Filak <jfilak@redhat.com> - 0.2.1-2
Jakub Filak 987ec6f
- Fixed problem with selection of problem after start up
Jakub Filak 987ec6f
- Corrected application icon look up algorithm
Jakub Filak 987ec6f
- Fixed problem with missing problems directory
Jakub Filak 987ec6f
Jakub Filak 987ec6f
* Fri Sep 14 2012 Jakub Filak <jfilak@redhat.com> - 0.2.1-1
Jakub Filak 987ec6f
- Detail button replaced by list of reported_to links
Jakub Filak 987ec6f
- Improved look (margins, icons, wider window by default)
Jakub Filak 987ec6f
- Implemented multiple delete
Jakub Filak 987ec6f
- Changed window tiple
Jakub Filak 987ec6f
- Double click and keyboard shortcuts
Jakub Filak 987ec6f
Jakub Filak 986fa26
* Thu Sep 06 2012 Jakub Filak <jfilak@redhat.com> - 0.2-9
Jakub Filak 986fa26
- Remove noarch because of binary wrappers
Jakub Filak 986fa26
- Added support for adjusting libreport preferences
Jakub Filak 986fa26
Jakub Filak 02b6698
* Tue Aug 28 2012 Jakub Filak <jfilak@redhat.com> - 0.2-8
Jakub Filak 986fa26
- Take ownership of all installed directories
Jakub Filak 986fa26
- Correct paths to translated files
Jakub Filak 986fa26
Jakub Filak 986fa26
* Mon Aug 27 2012 Jakub Filak <jfilak@redhat.com> - 0.2-7
Jakub Filak 986fa26
- Dropped versions from requires
Jakub Filak 986fa26
- Simplified spec
Jakub Filak 986fa26
- Removed pylint check from configure.ac
Jakub Filak 986fa26
- Whitespace cleanup (rmarko@redhat.com)
Jakub Filak 986fa26
Jakub Filak 986fa26
* Fri Aug 24 2012 Jakub Filak <jfilak@redhat.com> - 0.2-6
Jakub Filak 986fa26
- Use own icons set
Jakub Filak 986fa26
Jakub Filak 986fa26
* Fri Aug 24 2012 Jakub Filak <jfilak@redhat.com> - 0.2-5
Jakub Filak 986fa26
- Reorganize source files
Jakub Filak 986fa26
- Get rid of all rpmlint complaints
Jakub Filak 986fa26
Jakub Filak 986fa26
* Thu Aug 23 2012 Jakub Filak <jfilak@redhat.com> - 0.2-4
Jakub Filak 986fa26
- Update GUI on various signals (new problem, problem changed, etc.)
Jakub Filak 986fa26
- Sort problems by time in descending order
Jakub Filak 986fa26
- Correct internationalization in date string generator
Jakub Filak 986fa26
Jakub Filak 986fa26
* Wed Aug 15 2012 Jakub Filak <jfilak@redhat.com> - 0.2-3
Jakub Filak 986fa26
- Reconnect to DBus bus
Jakub Filak 986fa26
- Default values for missing items
Jakub Filak 986fa26
- Correct field for 'is_reported' flag
Jakub Filak 986fa26
Jakub Filak 986fa26
* Wed Aug 15 2012 Jakub Filak <jfilak@redhat.com> - 0.2-2
Jakub Filak 986fa26
- Add missing files
Jakub Filak 986fa26
Jakub Filak 986fa26
* Wed Aug 15 2012 Jakub Filak <jfilak@redhat.com> - 0.2-1
Jakub Filak 986fa26
- Problems filtering
Jakub Filak 986fa26
- Errors handling
Jakub Filak 986fa26
- Localization support
Jakub Filak 986fa26
Jakub Filak 986fa26
* Mon Aug 13 2012 Jakub Filak <jfilak@redhat.com> - 0.1-1
Jakub Filak 986fa26
- Initial version