Skip to content

Commit

Permalink
Release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeydoherty committed Mar 12, 2014
1 parent 0807aaa commit bce2774
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ it is launched.

*TODO:*
* Ensure static size and position of panel
* Fix weird glitches with widget/message area border rendering
* Fix weird glitches with widget/message area border rendering
* Start adding support for translations
* Optimize menu (hack GdkPixbuf and GtkImage loading)
* When GTK 3.12 is stable, use GtkPopover in place of BudgiePopover (for 3.12 systems only)
* Add logout confirmation dialog
* Add logout confirmation dialog
* Add some form of notification system
* Add network control (ConnMan & Network Manager)
* Add sound control (PulseAudio) and support media keys
* Integrate with systemd to provide shutdown and reboot options
* Add sound control (PulseAudio) and support media keys (partly done) ✓
* Integrate with systemd to provide shutdown and reboot options
* Allow adding launchers directly to panel
* Allow pinning menu launchers to panel (see above point)
* Add some kind of polkit agent
* Support Wayland (lack of wnck-style wayland interation = major issue)
* Fix popover grab (clicking desktop doesn't make popover hide, etc.)
* Fix popover grab (clicking desktop doesn't make popover hide, etc.)

*Implementation note:*

Expand Down
Binary file modified Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([Budgie Desktop], 1.19, [[email protected]], [budgie-desktop], [http://ikeydoherty.github.io/])
AC_INIT([Budgie Desktop], 2, [[email protected]], [budgie-desktop], [http://ikeydoherty.github.io/])
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects])
AC_PROG_CC
AC_PROG_CC_STDC
Expand Down
2 changes: 2 additions & 0 deletions data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ EXTRA_DIST = \
budgie-desktop.desktop \
com.evolve-os.budgie.panel.gschema.xml \
budgie-panel.gresource.xml \
session-dialog.gresource.xml \
dialog.css \
app.css \
style.css

Expand Down

0 comments on commit bce2774

Please sign in to comment.