druwez:master

Last commit made on 2020-03-08
Get this branch:
git clone -b master https://git.launchpad.net/druwez
Only Florian Diesch can upload to this branch. If you are Florian Diesch please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:druwez

Recent commits

385b0a8... by Florian Diesch <email address hidden>

Prepare for v0.1

c6c4f5b... by Florian Diesch <email address hidden>

Added .desktile and icon

* data/desktop/druwez.desktop, data/icons/druwez.svg
  - added
* setup.py
  - install data/icons/*.svg

1ff31e6... by Florian Diesch <email address hidden>

Updated dedian/ files

* debian/compat
  - use level 12

* debian/control
  - debhelper (>= 12)
  - Standards-Version: 4.4.0
  - Suggests: unoconv, ghostscript

* debian/copyright
  - use versioned format URL
  - updated copyright year

* debian/watch
  - removed

2591b73... by Florian Diesch <email address hidden>

Updated README

* README.txt
  - updated

d2ceb57... by Florian Diesch <email address hidden>

Fixed printing without printing dialog

* druwez/printing.py
  - print_job(): Initilaize settings if print dlg isn't shown

1d9a9fc... by Florian Diesch <email address hidden>

Fixed main win Edit menu

* data/ui/main.ui
  - Removed Cut, Copy from edit menu, set job.remove action for Delete

33ab50d... by Florian Diesch <email address hidden>

Show error if another instrance is running

* druwez/mainwin.py
  - do_activate(): Show error if another instance is running

57b10a9... by Florian Diesch <email address hidden>

Fixed title of new files

* druwez/mainwin.py
  - added set_window_title()
  - on_new(): set window title to '--UNNAMED--'

55fa8c2... by Florian Diesch <email address hidden>

Fixed not asking for unsaved changes in some cases

* druwez/mainwin.py
  - added is_dirty()
  - on_new(), on_open(): call maybe_save()

5c9c9ff... by Florian Diesch <email address hidden>

Fixed bug with checking for unsaved changes after creating new file

* druwez/mainwin.py
  - maybe_save(): check if self.jobfile_path is None