summaryrefslogtreecommitdiffstats
path: root/gtk/src/internal_defaults.json
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: fix problem with preset selection...John Stebbins2018-08-081-2/+1
| | | | | ...from preset management window. Window closed every time a preset was selected.
* LinGui: handle legacy preferences file betterJohn Stebbins2018-06-041-1/+2
| | | | | "show_presets" key could cause the preset window to be shown at every startup.
* LinGui: Add activity window font size preferenceJohn Stebbins2018-04-171-0/+1
| | | | | | And make the default font size 8 Fixes https://github.com/HandBrake/HandBrake/issues/1285
* LinGui: don't remember state of presets windowJohn Stebbins2018-01-311-1/+0
| | | | | Do not automatically open the presets window when restarting the application.
* LinGui: Some GUI consistency changesJohn Stebbins2017-12-221-2/+2
| | | | | | Bold "Title:", "Angle:", "Duration:" Add "Range:" Change "through" to "-"
* LinGui: Don't show presets window by defaultJohn Stebbins2017-12-201-1/+1
|
* LinGui: remove "Reset All Titles" buttonJohn Stebbins2017-12-201-0/+1
| | | | | | | Replace with a preference option that synchronizes all title settings by default. This makes the linux gui behaviour consistant with the other guis by default. Titles can have independent settings by unchecking the preference option.
* LinGui: Add "Category" dropdown to preset save dialogJohn Stebbins2017-11-061-0/+1
| | | | | | | | | | | This replaces the "New Folder" option in the presets menu. It enforces the folder structure we have agreed to and hopefully helps the user keep things organized. Note that users are allowed to save a custom preset to the same "Category" as an official preset. When they do this, a new custom category is created with the same name and the preset is saved in that folder.
* LinGui: Split presets list out into separate windowJohn Stebbins2017-11-061-1/+3
|
* LinGui: Make disk warning limit configurableJohn Stebbins2017-06-201-0/+3
| | | | | | | | Allow disabling and setting disk warning limit in preferences. When enabled checks disk fullness every 10 seconds during encoding. If disk full condition is detected, pauses the encode and gives a popup with options "Resume, I've fixed the problem", "Resume, Don't tell me again", and "Cancel Current and Stop".
* LinGui: replace preview "fullscreen" with preview window resizingJohn Stebbins2016-03-161-1/+0
| | | | | | | Dynamic transitions to fullscreen mode have been broken in GTK for a long time now. So I'm giving up on them ever fixing it. Instead, the preview window can be resized by dragging edges and maximized with the maximize button.
* LinGui: Change dest filename behavior when auto-naming is disabledjstebbins2015-08-111-1/+0
| | | | | | | If auto-naming is disabled, don't set the destination filename to the default "new_video". Instead, leave it set to it's current value. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7399 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: use libhb to init audio and subtitle listsjstebbins2015-05-201-7/+0
| | | | | | | This eliminates a lot of essentially duplicate code in LinGui for initializing these lists. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7213 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: refactor subtitle panejstebbins2015-05-191-1/+6
| | | | | | | | | | | | Store subtitle track info in json job compatible format. Copy directly into job when adding new job. Also, removed "Foreign audio search" from the subtitle track dropdown and made an explicit "Foreign audio search" toolbar button. This makes it easy to enforce only one such track in the list and gives me a place to put a better tooltip explaining FAS. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7211 b64f7644-9d1e-0410-96f1-a4d463321fa5
* lingui: use libhb preset management from linux guijstebbins2015-05-141-103/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7179 b64f7644-9d1e-0410-96f1-a4d463321fa5
* libhb,cli: add preset management to libhb, use it in clijstebbins2015-05-061-6/+5
| | | | | | | | This results in custom preset support in the CLI and additional command line options to fully support all preset keys. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7158 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: init VideoPreset with valid valuejstebbins2015-03-251-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7011 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add defaults for new copy mask optionsjstebbins2015-03-181-5/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7004 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: convert resource files to jsonjstebbins2015-03-071-0/+195
Default presets, internal settings defaults, and widget dependency files are now all json. No more plists! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6974 b64f7644-9d1e-0410-96f1-a4d463321fa5