[gnome-sound-recorder] Created tag 3.38.0
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] Created tag 3.38.0
- Date: Fri, 18 Sep 2020 20:16:33 +0000 (UTC)
The unsigned tag '3.38.0' was created.
Tagger: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: 1600460049 +0200
release 3.38.0
Changes since the last tag '3.34.0':
Anders Jonsson (1):
Update Swedish translation
Asier Sarasua Garmendia (2):
Update Basque translation
Update Basque translation
Ask Hjorth Larsen (1):
Updated Danish translation
Aurimas Černius (3):
Updated Lithuanian translation
Updated Lithuanian translation
Updated Lithuanian translation
Baurzhan Muftakhidinov (4):
Update Kazakh translation
Update Kazakh translation
Update Kazakh translation
Update Kazakh translation
Bilal Elmoussaoui (76):
Gitlab CI: publish nightly
i18n: change gettext domain to match the app-id
nightly: fix win branding & generate a nightly icon
flatpak: use fallback-x11
meson: use / instead of join_path
misc: use .metainfo instead of .appdata
CI: use the latest ci template
misc: fix space/tabs usage
issue template: it's Sound Recorder not Settings
README: update matrix channel main address
css: remove unused classes
CI: fix eslint complaint
meson: bump gjs version
application: remove unused variable
recording list: fix regression on loading only 20 files
misc: clean up imports
waveform: set props at init
row: export RowState
waveform: rename some functions
recorder: add a pause/resume methods
misc: prefer using props instead of calling func if possible
misc: rename MainWindow to Window
css: update class name
window: remove uneeded viewport
utils: stop using a Timer object
meson: bump release number
about: update authors & copyright
metainfo: it's desktop
CI: update the runtime repo
flatpak: add device=dri
Bump libhandy
replace const with var
window: set a title
bump libhandy to 0.90.0
list: don't active row if it's on editMode
recorder: disable edit mode on active row fixes #79
recorder: update cancel icon per mockup
move recordings directory into xdg-data
generate waveform for old recordings
flatpak: stop creating recordings dir
recorder: copy the peaks to the recording
notifications: design cleanup
put internal childs in multiple lines
app: more useful logs
fix eslint
row: handle RTL correctly
flatpak: remove dconf access
row: add a css transition when you expand it
stop playing when the recording is deleted
misc: fix eslint
flatpak: bump libhandy to v1.0.0
row: make the export dialog modal
recorder: switch to using actions
split recorder widget out of window
stop using margin_right/left
application: simplify actions
properly handle data & cache dir creations
dialogs: use close/show instead of destroy/run
fix eslint warnings
ui: remove unnecessary id's & placeholders
handle closing the window more carefully
row: port to actions
add few keyboard shortcuts & a shortcuts window
css: fix circular btn outline radius
misc: better shortcuts
row: fix focus chain up
row: properly grab focus on play/pause
recorder: properly grab focus on pause/resume
misc: use prop setter when possible
recording: default duration to 0
properly handle recorder/recording duration
recorder: animate duration when paused
reorder shortcuts window
row: disable actions on rename
time: only display one digit for miliseconds
release 3.38.0
Bin Li (1):
Update Chinese (China) translation
Boyuan Yang (3):
Update Chinese (China) translation
Update Chinese (China) translation
Update Chinese (China) translation
Cheng-Chia Tseng (1):
Update Chinese (Taiwan) translation
Danial Behzadi (1):
Update Persian translation
Daniel Mustieles (9):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Merge branch 'master' of gitlab.gnome.org:GNOME/gnome-sound-recorder
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Daniel Șerbănescu (1):
Update Romanian translation
Dušan Kazik (4):
Update Slovak translation
Update Slovak translation
Update Slovak translation
Update Slovak translation
Efstathios Iosifidis (4):
Update Greek translation
Update Greek translation
Update Greek translation
Update Greek translation
Emin Tufan Çetin (1):
Update Turkish translation
Enrico Nicoletto (1):
Update Brazilian Portuguese translation
Fabio Tomat (3):
Update Friulian translation
Update Friulian translation
Update Friulian translation
Florentina Mușat (5):
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Update Romanian translation
Fran Dieguez (3):
Update Galician translation
Update Galician translation
Update Galician translation
Gaurav Agrawal (16):
ci: Introduce eslint
source: Fix style using eslint
application: Fix linting
audioProfile: Fix linting
fileUtils: Fix linting
info: Fix linting
listview: Fix linting
main: Fix linting
mainWindow: Fix linting
play: Fix linting
preferences: Fix linting
record: Fix linting
util: Fix linting
waveform: Fix linting
mainWindow: Supress eslint error for play, it should be fixed once we switch to an event driven logic
util.js: Delete util.js file as loadStyleSheet isn't used anymore
Gianvito Cavasoli (1):
Update Italian translation
Goran Vidović (2):
Update Croatian translation
Update Croatian translation
Jan Tojnar (1):
build: add run target
Jiri Grönroos (2):
Update Finnish translation
Update Finnish translation
Jordi Mas (6):
Update Catalan translation
Update Catalan translation
Update Catalan translation
Update Catalan translation
Update Catalan translation
Update Catalan translation
Julian Richen (1):
preferences: fix channels selection
Justin van Steijn (1):
Update Dutch translation
Jwtiyar Nariman (1):
Add Kurdish Sorani translation
Kavan Mevada (96):
mainWindow: migrate to use glade
Added default orientation to mainView grid
Remove the LoadMore button Fixes #66
preferences: migrate to use glade Part of #65
aboutDialog: code cleanup & minor fixes
infodialog: migrate to use glade Part of #65
listrow: migrate to use glade Part of #65
recording list: split into a ListModel & UI
replacing remove_signal_watch with remove_watch It removes all signal watches
redefined audioProfile
change media-type-preset to enum type
ES6 warning fix
PA_PROP_MEDIA_ROLE & PA_PROP_APPLICATION_ICON_NAME for application.
cleanup-fix:player.js
GLib.MAXINT -> GLib.MAXINT16 (Max Value JS can handle)
_duration undefined warning fix.
Added back translator-credits comment.
libhandy v0.80.0 added
mainWindow: GtkApplicationWindow -> HdyApplicationWindow
recordingList wrapped in HdyColumn
recording-row: GtkListBoxRow -> HdyPreferencesRow
window: GtkHeaderBar -> HdyHeaderBar
row: remove uneeded separator
eslint fixes
window: replace GtkGrid with GtkBox
remove info dialog
recording: remove mimetype property
window: emptyView style fix
row: remove delete button from UI
row: move duration label on right
added exported variables
remove unused info.js
mainWindow: removed unsused variables
combine encoding profiles to record.js
recorder: remove unnecessary GstTagSetter
record: convert Record JS Object to GObject
window: use a separate view for the recording
remove preferences dialog
UI signal for recordStart/Stop button
Add editorconfig file
Recordings: sort by modified date
record: reorganize Gst code
change pipeState to setter & getter
universal error handling
remove unnecessary dependency check
prevent re-setup gst pipeline
remove bus watch after stop recording
CI eslint fix
remove error dialog
mainWindow: remove record pipeState
added back missing plugin detection
stop recording on EOS
update log message on pipeline fail
refactor start/stop recording functions
record: remove unused this.localMsg
record: removed _TENTH_SEC & _SEC_TIMEOUT
record: remove unused Gst volume elemnt
rename record -> recorder
recorder to return Recording Obj on stop
eslint fix
POTFILES: record -> recorder
keep variables in function only scope
print detailed error log
keep variables in function only scope
fix crash on close app without record
Waveform: subclass GtkDrawingArea
mainWindow: remove view declaration
pause recording functionality
add stereo/mono in primary menu
hide headerbar on recording
recorder: shorten recording name
added cancel recording feature
edit recording name
Redesign the waveform
expand recording row
row:reduce all at same time
recording end crash fix
row:move rename button to revealer
row: make entry size larger
row: restore focus on entry
row: make entry fill horizontal
row: rearrange buttons & added skip playback
row: add waveform seekbar
row: add export btn & ensure they fit in small sizes
isolate expanded row
undo delete recording
layout and style fix
waveform: make it visible in a dark theme
store window state to avoid in-between states
no handler attached to id fix
waveform: load recording peaks in row's construct
playback minor bug fix
Circular buttons fix
recording: set the extension on export
New application screenshot
Dialog on delete recording
Kukuh Syafaat (3):
Update Indonesian translation
Update Indonesian translation
Update Indonesian translation
Liam Kerr (2):
audioProfile: add FLAC container profile mapping
audioProfile: use the containerProfileMap for flac
Marek Černocký (1):
Updated Czech translation
Mario Blättermann (1):
Update German translation
Matej Urbančič (2):
Updated Slovenian translation
Updated Slovenian translation
Nathan Follens (1):
Update Dutch translation
Piotr Drąg (6):
Update POTFILES.in
Update POTFILES.in
Update POTFILES.in
window: correct spelling of Vorbis and Opus
Update Polish translation
Update Polish translation
Rafael Fontenelle (6):
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Update Brazilian Portuguese translation
Rodrigo Lledó (1):
Update Spanish translation
Rūdolfs Mazurs (1):
Update Latvian translation
Saad Patel (3):
record: Change file naming format
mainwindow: Change Title
record: Change File Naming Style
Sabri Ünal (1):
Update Turkish translation
Thibault Martin (2):
Update French translation
Update French translation
Tim Sabsch (1):
Update German translation
Umarzuki Bin Mochlis Moktar (1):
Add Malay translation
Yosef Or Boczko (2):
Update Hebrew translation
Update Hebrew translation
Yuri Chornoivan (16):
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
Zander Brown (1):
Update British English translation
mimi89999 (2):
Change requested window size and fileNameEntry width to fit in smaller screens
Change usage label to wrap and justify text and add margins and spacing
sevagen (2):
listview: Replace deprecated function
project: Add issue templates
sicklylife (9):
Update Japanese translation
Update Japanese translation
Update Japanese translation
Update Japanese translation
Update Japanese translation
Update Japanese translation
Update Japanese translation
Update Japanese translation
Update Japanese translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]