summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/hob.py
Commit message (Expand)AuthorAgeFilesLines
* Hob: lower the limitation for PyGTKShane Wang2012-06-081-1/+1
* hob: update required pygtk to 2.22.0 and gtk+ to 2.20.0Joshua Lock2012-05-201-1/+1
* hob: update required versions of (py)gtk et alJoshua Lock2012-04-111-4/+7
* lib/bb/ui/hob: exit cleanly if the required pygtk version isn't availableJoshua Lock2012-04-051-2/+11
* Hob: Change the Hob initialization processDongxiao Xu2012-03-251-2/+0
* Hob: Cleanup for hobeventhandler.pyDongxiao Xu2012-03-251-2/+2
* Hob: Remove split model in GTK HobDongxiao Xu2012-03-221-10/+1
* Hob: A new implemetation (v2)Dongxiao Xu2012-02-241-1067/+48
* hob: fix backtrace when dismissing open dialogJoshua Lock2011-10-241-2/+2
* hob: store recipe path at load timeJoshua Lock2011-09-251-1/+3
* hob: fix building with current selections after reparseJoshua Lock2011-09-251-2/+0
* hob: enable package only builds even if an image has been builtJoshua Lock2011-09-201-0/+1
* hob: fix build again when building packages onlyJoshua Lock2011-09-201-4/+7
* hob: correctly set the selected image when loading a recipeJoshua Lock2011-09-131-0/+1
* hob: correctly handle an exceptionJoshua Lock2011-09-131-1/+5
* hob: fix segfault on second buildPaul Eggleton2011-09-051-1/+1
* hob: clear out temporary file list after deletingPaul Eggleton2011-09-051-0/+1
* hob: disable removal of packagesJoshua Lock2011-09-051-18/+24
* hob: add a test to ensure hob is run with the required pre and post filesJoshua Lock2011-09-051-0/+21
* hob: reflect defaultsetup being default distroJoshua Lock2011-09-051-0/+2
* hob: use both pre and post files for hob configurationJoshua Lock2011-09-051-2/+2
* hob: disable some menu entries whilst build is in progressJoshua Lock2011-08-241-6/+24
* hob: don't set PARALLEL_MAKE and BB_NUMBER_THREADS based on cpu countJoshua Lock2011-08-241-8/+3
* bb/ui/hob: warn and prevent image build if no IMAGE_FSTYPE is setJoshua Lock2011-08-231-1/+16
* bb/ui/hob: fix package only buildJoshua Lock2011-08-231-1/+2
* hob: don't try and build if user selects Bake with no selections madeJoshua Lock2011-08-231-1/+13
* bb/ui/hob: Restore toolchain relevant preference settings for buildJessica Zhang2011-08-091-0/+2
* bb/ui/hob: move some code around to avert a raceJoshua Lock2011-08-091-7/+8
* bb/ui/hob: reset event handler once build completeJoshua Lock2011-08-051-0/+2
* bb/ui/hob: be clear that the image contents are an estimateJoshua Lock2011-08-041-3/+19
* bb/ui/hob: only connect to the changed signal of image_combo onceJoshua Lock2011-08-041-4/+7
* bb/ui/hob: prevent label on progress bar from changing rapidly when loadingJoshua Lock2011-08-041-2/+2
* bb/ui/hob: fix detection of whether GPLv3 is disabledJoshua Lock2011-08-041-1/+1
* bb/ui/hob: disable editing in the build messages tree viewJoshua Lock2011-08-031-1/+1
* bb/ui/hob: show build messages are displayed in the order they're receivedJoshua Lock2011-08-031-1/+1
* bb/ui/hob: save changes to bblayers.conf when using Add Layer menu itemJoshua Lock2011-08-031-0/+1
* hob: remove temporary directory on program shutdownJoshua Lock2011-08-021-8/+7
* ui/hob: show error and exit if we receive the fatal-error signalJoshua Lock2011-08-021-0/+16
* hob: unset busy cursor on exitJoshua Lock2011-08-021-0/+5
* hob: fix save/restore of toolchain preferencesJoshua Lock2011-08-011-1/+4
* hob: more reliable disabling of GPLv3 packagesJoshua Lock2011-08-011-1/+7
* hob: fix loading customised image recipeJoshua Lock2011-07-271-0/+6
* ui/hob: enable building an image with minimal contentsJoshua Lock2011-07-261-5/+18
* ui/hob: Force the 'Base image combo' to be drawn correctlyJoshua Lock2011-07-261-0/+4
* ui/hob: change wording in build complete dialogJoshua Lock2011-07-261-2/+2
* ui/hob: don't offer to show built output if build failsJoshua Lock2011-07-261-3/+7
* ui/hob: switch from buildFile to buildTargets for custom image buildsJoshua Lock2011-07-261-14/+10
* ui/hob: replace the ugly static command mapJoshua Lock2011-07-261-1/+1
* hob: rework image output type settingJoshua Lock2011-07-251-2/+3
* ui/hob: if the user clicks Stop a second time only offer 'Force Stop'Joshua Lock2011-07-251-12/+26