summaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* LinGui: arg! missed a filejstebbins2008-11-241-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1950 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: live preview.jstebbins2008-11-2413-187/+1549
| | | | | | | | | | this adds new prerequisites to the build. now needs: gthread-2.0, gstreamer-0.10, gstreamer-interfaces-0.10, gstreamer-video-0.10, gstreamer-pbutils-0.10 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1949 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: update about box with new handbrake description jstebbins2008-11-234-20/+53
| | | | | | | and fix typo in preset description git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1942 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a reference to free'd preset dictionary when saving a preset.jstebbins2008-11-211-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1939 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: import the latest preset changesjstebbins2008-11-203-316/+889
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1933 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a race in update checking that causes random crashesjstebbins2008-11-111-10/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1914 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: oops. forgot to add new appcast filesjstebbins2008-11-092-0/+293
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1911 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add update checking. shows a dialog similar to the macui whenjstebbins2008-11-0910-11/+808
| | | | | | | an update is available, but without the "install" option. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1910 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix start chapter range. allowed entry of chapter numbers beyondjstebbins2008-11-062-3/+5
| | | | | | | | | | the number of chapters on the disc Fix a problem with picture scaling. non-anamorphic was allowing dimensions to be entered that were larger than the title dims. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1899 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Remove restriction on ac3 passthru when mp4 http optimize is enabled.jstebbins2008-11-023-62/+3
| | | | | | | These are no longer incompatible options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1894 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix problem with preset import translation when they the standardjstebbins2008-11-011-0/+3
| | | | | | | presets are loaded for the first time git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1893 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix warnings about obsolete usage of spinbutton page_size propertyjstebbins2008-11-013-42/+42
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1892 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: silence a new warning message on ubuntu 8.10jstebbins2008-11-011-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1891 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: purge old activity logs that are older than 1 weekjstebbins2008-10-311-0/+44
| | | | | | | | this only applies to logs stored in the users config dir logs that are stored in the movies destination directory are never purged git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1888 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Activity Logs for individual encodesjstebbins2008-10-319-17/+147
| | | | | | | | | | | | | - Individual activity logs are saved in the file format "YYYY-MM-DD HH-MM-SS mymoviename.log". - Default directory is <user config idr>/ghb/EncodeLogs (usually ~/.config/ghb/EncodeLogs) - Preference available to alternatively put them in the users output movie directory with the output movie (by default set to "off"). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1887 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add handbrake version and preset used to activity logjstebbins2008-10-306-18/+55
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1882 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a stupid error in calculating picture scalingjstebbins2008-10-291-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1878 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: When reloading standard presets, be sure to clear the standard default jstebbins2008-10-281-28/+45
| | | | | | | if one of the users custom presets is marked as the current default git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1877 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: sync presets with macuijstebbins2008-10-273-9/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1876 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a problem with setting proper picture dimensions when title changedjstebbins2008-10-262-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1869 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix initial audio selection problemjstebbins2008-10-191-0/+3
| | | | | | | | if no source audios matched the preset's language criteria, then no audio was being selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1849 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: change chapter start "to" end --> start "thru" endjstebbins2008-10-193-3/+3
| | | | | | | hehe git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1848 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix problem with disk getting full warning. jstebbins2008-10-191-1/+1
| | | | | | | recent simplification broke it for 32 bit cpu's git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1847 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: add pref option to scale down high def previewsjstebbins2008-10-186-12/+119
| | | | | | | | | when this option is enabled, if the preview dims are above a threshold then the size is scaled down to no larger than 1280x720. 1080p previews are too big for my laptop :-P git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1846 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix handling of HD resolutions. max dimension threshold too low.jstebbins2008-10-183-6/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1842 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a problem with converting strings to int values.jstebbins2008-10-171-6/+6
| | | | | | | I wanted non-numeric strings to become MAXINT, but this wasn't happening. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1841 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Make preset key/values mostly align with macui presets.jstebbins2008-10-1721-4712/+5801
| | | | | | | | | One step closer to having a common preset format. Audio presets are still not compatible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1840 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: nested presetsjstebbins2008-10-1516-5026/+5279
| | | | | | | | | | new nested builtins. user can create custom folders and drag n drop custom presets. updated mac to linux presets plist translation tool to handle new format git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1835 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix incorrect display of target file size in queue.jstebbins2008-10-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1826 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Changes required by latest x264jstebbins2008-10-0911-290/+47
| | | | | | | Loose b-rdo and bime options. Allow subme to go to 9. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1823 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: nested presets and drag n drop re-ordering of presetsjstebbins2008-10-0511-201/+1314
| | | | | | | | adding a preset always places it at the top level. drag it to where you want it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1816 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: queue item editingjstebbins2008-10-0412-5/+288
| | | | | | | | editing a pending item loads the item's settings and deletes it from the queue editing a finished or running item just loads it's settings git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1806 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: refactoring that will make nested presets easier to implement.jstebbins2008-10-033-102/+103
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1805 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: change the top level structure that contains presets from a dictionaryjstebbins2008-10-034-94/+237
| | | | | | | | | to an array. Dictionaries are unordered sets, so this new structure allows greater flexibility in how the presets may be ordered. Is backwards compatible. Old structure is read and converted to new. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1804 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: When the source is a file, be more intelligent about auto-naming thejstebbins2008-09-291-5/+23
| | | | | | | destination. Strip off known video extensions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1789 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix audio mixdown validation problem when source is 2 channeljstebbins2008-09-291-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1786 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix a small scanning status display problem and a compiler warning.jstebbins2008-09-292-1/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1785 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: move some preset handling to a more appropriate placejstebbins2008-09-264-354/+356
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1777 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: trim both callbacks.c and settings.c. Move code to x264handlerjstebbins2008-09-268-638/+678
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1776 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: continue callbacks.c reduction. move audio tab handling to separatejstebbins2008-09-266-605/+662
| | | | | | | file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1772 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: callbacks.c is getting too big. Separate out queue handling intojstebbins2008-09-265-1139/+1192
| | | | | | | new source file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1771 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: remove another part of the x264 analyse/direct-pred (non)dependency jstebbins2008-09-261-7/+1
| | | | | | | that I missed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1770 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Dittojstebbins2008-09-264-12/+12
| | | | | | | | | | Update labels for the mp4 options in both the main window and the queue readout. - "64 Bit MP4" -> "Large file size" - "HTTP Optimized MP4" -> "Web optimized" - "Insert iPod Atom" -> "iPod 5G support" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1769 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix del key handling on queue item. Was deleting when any key pressedjstebbins2008-09-251-1/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1766 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: remove the dependency between direct-pred and analysejstebbins2008-09-255-28/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1764 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Work around a silly treeview formatting bug.jstebbins2008-09-255-21/+51
| | | | | | | | If the window hasn't been shown yet, the width request doesn't fully do it's job and cell formatting gets munged. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1762 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Store the activity log in the users config dir instead of PWD.jstebbins2008-09-257-27/+90
| | | | | | | Display the location of the activity log in the activity window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1761 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: fix my misunderstanding of faac bitrate capabilities.jstebbins2008-09-245-20/+26
| | | | | | | I wasn't allowing > 160kbps even for 6ch. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1759 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: Add filters line to queue description. Improve framerate descriptionjstebbins2008-09-244-12/+63
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1757 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: vfr checkbox is toast. jstebbins2008-09-2410-305/+16
| | | | | | | detelecine && same-as-source now triggers vfr git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1753 b64f7644-9d1e-0410-96f1-a4d463321fa5