cpbotha / nvpy

Simplenote syncing note-taking application, inspired by Notational Velocity and ResophNotes, but uglier and cross-platformerer.
Other
846 stars 114 forks source link

Gtk3 #6

Open gfavaro opened 12 years ago

gfavaro commented 12 years ago

Any chance to make its UI in GKT3?

cpbotha commented 12 years ago

I very deliberately chose Tkinter, as it's the default UI for Python and is hence more widely available. However, nvPY has a complete separation between UI and backend, so if you're interested, you should be able to write just a new View class (see what's currently in view.py) to replace the current Tkinter-based one.

gfavaro commented 12 years ago

Tanks man, I'll try to do by myself.

Keep the good work!

gfavaro commented 11 years ago

I couldn't just make a new view.py, and based on your code, I started a new Ubuntu Quickly project and I'm using your notes_db.py.

There's a problem for you?

cpbotha commented 11 years ago

It's BSD open source, so you're welcome to do anything with it (almost :) as long as you retain my copyright message for the parts that you use. In short, go ahead!

You'll probably also need the other .py files, just making a new view.py file with Gtk3. Eventually, I'd like to merge your changes back into this repo, so that people have a choice of GUI. :)