mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-20 07:59:48 +02:00
* Fixed bug where wrong ID was used for local maintenance * Updated ChangeLog * Added ability to run macros from cart list with "Run Macro" button * Updated ChangeLog * Updated translations * 2018-10-18 Fred Gleason <fredg@paravelsystems.com> * Tweaked the position of buttons on the bottom row of the main screen of rdlibrary(1). * Changed the minimum size of the main screen of rdlibrary to 850x600. * 2018-10-18 Fred Gleason <fredg@paravelsystems.com> * Fixed a regression in rdmaint(8) that broke cut rehashing. * 2018-10-19 Fred Gleason <fredg@paravelsystems.com> * Added code in the %post and %preun rules in 'rivendell.spec.in' to enable and disable the 'rivendell' service. * 2018-10-19 Fred Gleason <fredg@paravelsystems.com> * Modified rdservice(8) to log errors to syslog. * Added an rdservice(8) man page. * Modified 'systemd/rivendell.service.in' to enable automatic start retries. * 2018-10-19 Fred Gleason <fredg@paravelsystems.com> * Fixed a typo that broke generation of the rmlsend(1) man page. * 2018-10-19 Fred Gleason <fredg@paravelsystems.com> * Removed 'build_win32.bat'. * Removed all conditional compilation based on 'WIN32'. * 2018-10-19 Fred Gleason <fredg@paravelsystems.com> * Removed check for Win32 installer from 'configure.ac'. * Removed win32 clauses from '.pro' files.
61 lines
1.8 KiB
Prolog
61 lines
1.8 KiB
Prolog
# rdlogedit.pro
|
|
#
|
|
# The rdlogedit/ QMake project file for Rivendell
|
|
#
|
|
# (C) Copyright 2003-2018 Fred Gleason <fredg@paravelsystems.com>
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License version 2 as
|
|
# published by the Free Software Foundation.
|
|
#
|
|
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
#
|
|
# Maintainer's Note
|
|
#
|
|
# We don't use Qt's 'Qmake' build system, so the entries in here are
|
|
# purely for the sake of i18n support.
|
|
#
|
|
|
|
SOURCES += add_meta.cpp
|
|
SOURCES += drop_listview.cpp
|
|
SOURCES += edit_chain.cpp
|
|
SOURCES += edit_log.cpp
|
|
SOURCES += edit_logline.cpp
|
|
SOURCES += edit_marker.cpp
|
|
SOURCES += edit_track.cpp
|
|
SOURCES += list_listviewitem.cpp
|
|
SOURCES += list_reports.cpp
|
|
SOURCES += rdlogedit.cpp
|
|
SOURCES += render_dialog.cpp
|
|
SOURCES += voice_tracker.cpp
|
|
|
|
HEADERS += add_meta.h
|
|
HEADERS += drop_listview.h
|
|
HEADERS += edit_chain.h
|
|
HEADERS += edit_log.h
|
|
HEADERS += edit_logline.h
|
|
HEADERS += edit_marker.h
|
|
HEADERS += edit_track.h
|
|
HEADERS += globals.h
|
|
HEADERS += list_listviewitem.h
|
|
HEADERS += list_reports.h
|
|
HEADERS += rdlogedit.h
|
|
HEADERS += render_dialog.h
|
|
HEADERS += voice_tracker.h
|
|
|
|
TRANSLATIONS += rdlogedit_cs.ts
|
|
TRANSLATIONS += rdlogedit_de.ts
|
|
TRANSLATIONS += rdlogedit_es.ts
|
|
TRANSLATIONS += rdlogedit_fr.ts
|
|
TRANSLATIONS += rdlogedit_nb.ts
|
|
TRANSLATIONS += rdlogedit_nn.ts
|
|
TRANSLATIONS += rdlogedit_pt_BR.ts
|