summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: fix problem with application of autoscaleJohn Stebbins2018-03-161-0/+2
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/1146
* LinGui: fix rounding error in display aspectJohn Stebbins2018-03-163-15/+24
| | | | | This is only a cosmetic display problem. The values used during encoding are correct.
* Adds Load Queue File to main Queue menu (#1223)Corey Daley2018-03-123-0/+19
| | | Add a Load Queue File menu item to the main Queue menu for ease of use.
* LinGui: add support for GtkApplication suspend inhibit/uninhibitJohn Stebbins2018-02-272-518/+546
| | | | This is a new API since GTK 3.4. Use it instead of DBUS when available.
* Misc. typosluz.paz2018-02-208-12/+12
| | | Found via `codespell -q 3 --skip="./gtk/po`
* LinGui: don't remember state of presets windowJohn Stebbins2018-01-312-10/+7
| | | | | Do not automatically open the presets window when restarting the application.
* LinGui: fix "official" preset reloadJohn Stebbins2018-01-141-1/+1
| | | | | The preset type was overwritten with custom type causing a failure to look up the preset when reloading.
* LinGui: fix tooltip for "Save New Preset"John Stebbins2018-01-131-4/+3
|
* LinGui: update preset menu button when editing queue itemJohn Stebbins2018-01-133-0/+13
|
* gtk: socket(2) is defined in sys/socket.h in FreeBSD.Yuichiro NAITO2018-01-131-1/+3
|
* gtk: libdl is not needed for FreeBSD.Yuichiro NAITO2018-01-131-0/+3
|
* Update copyright dates to 2018.Bradley Sepos2018-01-0141-42/+42
|
* LinGui: fix display of volume name in queueJohn Stebbins2017-12-291-1/+1
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/1086
* LinGui: remove unused icon filesJohn Stebbins2017-12-2611-991/+0
|
* LinGui: fix margins around destination file settingsJohn Stebbins2017-12-231-2/+2
|
* LinGui: remove preset options menuJohn Stebbins2017-12-231-88/+0
|
* LinGui: add support for alternate iconsJohn Stebbins2017-12-2332-25/+39903
| | | | GTK will use lower res icons if available for lower res screens.
* LinGui: update additional iconsJohn Stebbins2017-12-233-385/+52
|
* LinGui: add option to make new preset default in "Save As"John Stebbins2017-12-232-5/+34
|
* LinGui: fix window size queries on waylandJohn Stebbins2017-12-231-8/+10
|
* LinGui: update activity and add-queue iconsJohn Stebbins2017-12-232-250/+40
|
* LinGui: allow chaning description in preset renameJohn Stebbins2017-12-232-16/+97
|
* LinGui: don't abbreviate PAR and DAR in summaryJohn Stebbins2017-12-221-1/+2
|
* LinGui: improve display aspect formattingJohn Stebbins2017-12-221-4/+4
|
* LinGui: don't mark preset modified on angle changeJohn Stebbins2017-12-221-1/+0
| | | | The angle setting is not part of a preset
* LinGui: add some space to reduce clutterJohn Stebbins2017-12-221-1/+1
|
* LinGui: append source info to source nameJohn Stebbins2017-12-222-4/+5
| | | | Instead of right justification
* LinGui: remove bold attribut from some labelsJohn Stebbins2017-12-221-5/+5
|
* LinGui: make all the preset menus consistentJohn Stebbins2017-12-222-12/+40
|
* LinGui: rename "Dimensions:" to "Size:" and move...John Stebbins2017-12-222-84/+43
| | | | Move under Filters
* LinGui: add preset options inline menuJohn Stebbins2017-12-223-24/+317
|
* LinGui: add preset "Save As" optionJohn Stebbins2017-12-223-11/+69
| | | | | | Adds "Save As" menu option and "Save New Preset" button. Preset "Save" menu option behaviour changes to to only allow updating the current preset.
* LinGui: Add "To:" before destination directory chooserJohn Stebbins2017-12-221-1/+18
|
* LinGui: Some GUI consistency changesJohn Stebbins2017-12-228-253/+309
| | | | | | Bold "Title:", "Angle:", "Duration:" Add "Range:" Change "through" to "-"
* LinGui: Don't show presets window by defaultJohn Stebbins2017-12-201-1/+1
|
* LinGui: fix a main window resizing issueJohn Stebbins2017-12-201-1/+1
|
* LinGui: remove "Reset All Titles" buttonJohn Stebbins2017-12-206-33/+50
| | | | | | | 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.
* build: Additional hashbang compatibility for BSD-like systems.Bradley Sepos2017-12-031-1/+1
| | | | Fixes #1040.
* LinGui: handle command line the GApplication wayJohn Stebbins2017-11-121-23/+25
| | | | Fixes https://github.com/HandBrake/HandBrake/issues/995
* LinGui: don't free uninitialized things on exitJohn Stebbins2017-11-122-6/+12
|
* LinGui: fix build with glib older than 2.44John Stebbins2017-11-073-2/+25
|
* LinGui: fix small memory leaksJohn Stebbins2017-11-061-0/+2
|
* LinGui: fix scan progress displayJohn Stebbins2017-11-062-17/+55
| | | | Lost the text during one of the UI shuffles
* LinGui: enforce preset heirarchy in presets listJohn Stebbins2017-11-061-145/+156
| | | | Make drag-n-drop respect the single folder level heirchary
* LinGui: Add "Category" dropdown to preset save dialogJohn Stebbins2017-11-068-236/+373
| | | | | | | | | | | 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: allow angles when dvdnav is disabledJohn Stebbins2017-11-062-3/+0
| | | | Other source types can also have multiples angles
* LinGui: clean up UI xml a bitJohn Stebbins2017-11-061-135/+25
| | | | and remove some cruft.
* LinGui: add preset description tooltip to preset menu buttonJohn Stebbins2017-11-062-1/+7
|
* LinGui: preset "Reset" -> "Reload"John Stebbins2017-11-063-10/+11
|
* LinGui: allow preset delete when list selection is not highlightedJohn Stebbins2017-11-061-64/+63
| | | | | | Previously, you could only delete the currently highlighted item. Now you can delete the current item in the presets menu button, even if settings have been modified and the list item is not highlighted.