summaryrefslogtreecommitdiff
path: root/NEWS
blob: dd647387c4ec564af05074a4b8c5be4ccf220862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
0.3.6 - Jul 10, 2013
====================
- Replace live.gnome.org with wiki.gnome.org (Thomas Bechtold)
- Added Brazilian Portuguese translation (Rafael Ferreira)
- Add a flag to not run the testsuite (Jonh Wendell)
- Fix markup string handling for tuple (Thomas Bechtold)
- Update HACKING (Thomas Bechtold)

0.3.5 - Jun 9, 2013
===================
- Fix Annotation handling (Thomas Bechtold)
- Czech translation (Marek Černocký)
- Added Czech language (Marek Černocký)
- Added sl for Slovenian translation (Matej Urbančič)
- Added Slovenian translation (Matej Urbančič)
- Updated Spanish translation (Daniel Mustieles)
- Added Spanish language lo LINGUAS (Daniel Mustieles)
- Removed markup from Ui files. See https://live.gnome.org/GnomeGoals/RemoveMarkupInMessages (Daniel Mustieles)
- Add empty (for now) LINGUAS file to satisfy Damned Lies (Piotr Drąg)
- Remove unneeded context from strings (Piotr Drąg)
- Updated POTFILES.in and POTFILES.skip (Piotr Drąg)
- Use GTestDBus instead of Systembus and Sessionbus (Thomas Bechtold)
- Use dbus_is_address() instead of dbus_is_supported_address() (Thomas Bechtold)
- Require gobject introspection >= 0.9.6 (Thomas Bechtold)
- GI imports: require Gtk 3.0 (Dominique Leuenberger)
- Update HACKING (Thomas Bechtold)

0.3.4 - May 22, 2013
====================
- Update README and HACKING (Thomas Bechtold)
- Improve the HighContrast icon (Thomas Bechtold)
- Add missing source (Thomas Bechtold)
- Add scalable HighContrast icon (Thomas Bechtold)
- Remove useless text and duplicate icons from scalable logo (Thomas Bechtold)
- Don't fail if no systembus or sessionbus is available (Thomas Bechtold)
- Add app menu (Thomas Bechtold)
- Move window logic to own file and use GtkApplicationWindow (Thomas Bechtold)
- Update .gitignore (Thomas Bechtold)
- Add help files (Thomas Bechtold)
- Check source for pep8 (Thomas Bechtold)
- Fix unittests (Thomas Bechtold)
- Use correct data dir (Thomas Bechtold)
- Use autotools for d-feet (Thomas Bechtold)
- Fix whitespaces (Thomas Bechtold)

0.3.3 - Jan 12, 2013
====================

- Don't close dialog after method execution (Thomas Bechtold)
- Add close-button to exception dialog (Thomas Bechtold)
- Fix needed double click to close method execution dialog (Thomas Bechtold)
- Update HACKING (Thomas Bechtold)

0.3.2 - Jan 10, 2013
====================

- Fix input parameter handling for method execution dialog (Thomas Bechtold)
- Update requirements in README (Thomas Bechtold)
- Make d-feet ready for Python 3 (Thomas Bechtold)

0.3.1 - Oct 23, 2012
====================

This is a new unstable release of DFeet.
It's the first release based on gobject-introspection and gdbus.

- Update setup.py (Thomas Bechtold)
- Enlarge icon (Thomas Bechtold)
- Fix icon handling (Thomas Bechtold)
- Adjust UI (Thomas Bechtold)
- Fix d-feet icon usage (Thomas Bechtold)
- Merge branch 'pygi' (Thomas Bechtold)

0.1.15 - Oct 15, 2012
==
- Add Thomas Bechtold as a project maintainer (Thomas Bechtold)
- fixed tree model crash (Robert Ancell)
- fix crash on empty selection (Robert Ancell)
- removed gap between window titlebar and menubar (Chris Couzens)
- import gtk early in a try except block so we catch if display is not set (John (J5) Palmieri)
- Use XDG config dir (William Jon McCann)
- update .gitignore (John (J5) Palmieri)
- fix icon globbing in setup.py (John (J5) Palmieri)

0.1.14 - Nov 14, 2011
==
- replace old icon with new hi-res icons (John (J5) Palmieri)
- deal with None config values by making them empty strings (John (J5) Palmieri)
- add dbus type wrappers global scope of methods executed by the exec dialog (John (J5) Palmieri)
- remove lingering glade import (John (J5) Palmieri)
- fix quoting and unquoting config lists (John (J5) Palmieri)
- Add a reconnect button to the main panel that will allow to close and reconnect the dbus connection for the current tab if this tab address is not either Session Bus or System Bus. (Florent Viard)
- Close the bus connection when we close a connection tab for the buses different than Session Bus and System Bus. + Fix a potentiel bug. (Florent Viard)
- Quote and unquote list items to avoid splitting on comma litterals (John (J5) Palmieri)
- D-Feet: Add a persistant history to the combobox in the "connect to other bus" dialog. (Florent Viard)
- Pressing "Enter" in the add connection combobox activates the connect action (Florent Viard)

0.1.12
==
- Add the ability to specify a bus on the command line using the --bus-address 
  or -a switch (jdahlin)
- fix up some UI bugs (jdahlin)
- move project to gnome.org

0.1.11
===
- Add a NEWS file
- Fix up .desktop file