Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global: rename everything to gtk3dialog #164

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
229 changes: 0 additions & 229 deletions INSTALL

This file was deleted.

48 changes: 0 additions & 48 deletions Makefile.am

This file was deleted.

50 changes: 50 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Gtk3dialog - A small utility for fast and easy GUI building (WIP)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

## NOTES

This fork may not be what you want as it only supports `gtk-3.0` with
only the `meson` build system. See the original project [gtkdialog](https://github.com/puppylinux-woof-CE/gtkdialog)

- GTK-2.0 is purged
- Autotools is purged
- deprecated widgets are purged
- many, many compile warnings are fixed, many more to go

## TO DO

In no particualr order:

- [x] rename (project, binary etc) (WIP)
- [x] fix CI
- [x] purge all the gtk2 `#if` s (there are many)
- [x] update all deprecated functions - with exceptions
- [ ] fix the rest of the compiler warnings
- [ ] add at least `gtk-grid` widget
- [ ] fix documentataion including a `man` page
- [ ] even better wayland support (WIP)
- [ ] CSD (maybe)
- [ ] fix examples and `html` docs for new name
- [ ] Wiki

# Build

```
meson setup build [configure-options]
meson compile -C build
ninja -C build install # as root

```
Loading
Loading