Allows to add, delete and move titles

This commit is contained in:
Sergio Costas 2014-07-11 00:24:50 +02:00
parent 52b648f21a
commit aa9bc39692
6 changed files with 543 additions and 159 deletions

View file

@ -1,31 +0,0 @@
# Copyright 2014 (C) Raster Software Vigo (Sergio Costas)
#
# This file is part of DeVeDe-NG
#
# DeVeDe-NG 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 3 of the License, or
# (at your option) any later version.
#
# DeVeDe-NG 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, see <http://www.gnu.org/licenses/>
import devede.convert
import devede.main_window
from gi.repository import Gtk
# This is the first call made, where we initializate everything
def main(argv,paths):
global _
Gtk.init(argv)
ventana = devede.main_window.choose_disk(paths)
Gtk.main()