index
:
bitbake
1.10
1.12
1.14
1.16
1.18
1.20
1.22
1.24
1.26
1.28
1.3
1.30
1.32
1.34
1.36
1.38
1.4
1.40
1.42
1.44
1.46
1.48
1.50
1.52
1.6
1.8
2.0
2.2
master
master-next
master-poky
next
pristine-tar
sphinx
wmat
wmat2
Bitbake Development tree
OpenEmbedded
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bb
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/event/ast: Add RecipePreFinalise event
Richard Purdie
2011-06-09
1
-0
/
+1
*
knotty: If any error messages are seen, set our exit code accordingly
Richard Purdie
2011-06-08
1
-1
/
+1
*
bitbake/hob: fix cancel button
Joshua Lock
2011-06-08
1
-1
/
+1
*
bitbake/goggle: closing the progress dialog kills the UI
Joshua Lock
2011-06-08
1
-0
/
+1
*
bitbake/depexp: closing progress dialog kills gui
Joshua Lock
2011-06-08
1
-0
/
+1
*
bitbake/hob: only show one progress dialog when changing machine
Joshua Lock
2011-06-08
1
-1
/
+0
*
hob/crumbs/hobeventhandler: Remove server specific implementation details mis...
Richard Purdie
2011-06-08
1
-8
/
+4
*
xmlrpc/event: Add ability to send pickled events to UI if requested
Richard Purdie
2011-06-08
1
-1
/
+1
*
bitbake/server/process: Move implementation knowledge of event queue into the...
Richard Purdie
2011-06-08
4
-16
/
+11
*
cache: Introduce new param caches_array into Cache impl.
Liping Ke
2011-06-07
1
-0
/
+2
*
uievent: fix queueing of events for xmlrpc before UI has loaded
Joshua Lock
2011-05-27
1
-2
/
+5
*
bitbake/ui: Fix Gtk+ GUI's after recent cache changes
Joshua Lock
2011-05-16
3
-1
/
+7
*
bitbake/cache.py: Ensure skipped recipes make it into the cache to avoid repa...
Richard Purdie
2011-05-06
1
-0
/
+5
*
hob: adjust for master's eventHandler API
Chris Larson
2011-03-07
1
-4
/
+8
*
goggle: exit quietly on ^C
Chris Larson
2011-03-07
1
-0
/
+2
*
bitbake/progress: make progress dialog modal for parent window
Joshua Lock
2011-03-03
1
-2
/
+1
*
Add new UI hob, a prototype Gtk+ GUI for creating images
Joshua Lock
2011-03-03
2
-0
/
+734
*
bitbake/progress: add method to pulse the progress bar
Joshua Lock
2011-03-03
1
-0
/
+4
*
bitbake/crumbs: update documentation header
Joshua Lock
2011-03-03
1
-1
/
+1
*
introduce crumbs.TaskListModel a gtk.ListStore subclass
Joshua Lock
2011-03-03
1
-0
/
+346
*
uihelper: import bb.build, kill commented lines
Chris Larson
2011-02-16
1
-10
/
+2
*
bitbake/knotty.py: Ensure task note messages are only surpressed at default l...
Richard Purdie
2011-01-12
1
-2
/
+6
*
bitbake/knotty.py: Don't show log messages of NOTE and below for task processes
Richard Purdie
2011-01-10
1
-1
/
+3
*
Add support for 'noexec' tasks
Richard Purdie
2010-12-29
1
-2
/
+8
*
depexp: add sorting of all package lists
Bob Foerster
2010-12-21
1
-1
/
+2
*
logger usage cleanup
Chris Larson
2010-12-17
1
-1
/
+1
*
Revert "build: stop injecting os/bb into __builtins__"
Chris Larson
2010-12-17
1
-2
/
+10
*
Fix logging level names for post-server-ui-split
Chris Larson
2010-12-17
1
-10
/
+0
*
build: stop injecting os/bb into __builtins__
Chris Larson
2010-12-17
1
-10
/
+2
*
Resurrect alternative UIs
Bob Foerster
2010-12-17
6
-96
/
+310
*
Show the user progress when loading the cache
Bob Foerster
2010-12-16
1
-8
/
+24
*
Run the server and UI in separate processes
Bob Foerster
2010-12-16
1
-5
/
+2
*
knotty: exit with 1 if we see a critical log message
Chris Larson
2010-12-15
1
-0
/
+2
*
Move the runq task start/failed messages to the UI
Chris Larson
2010-12-13
1
-0
/
+11
*
Rename command events, adjust compareRevisions
Chris Larson
2010-12-10
3
-10
/
+16
*
build: send logging messages to the log file for python functions
Chris Larson
2010-12-10
1
-10
/
+2
*
Rename the ui 'init' method to 'main'
Chris Larson
2010-12-09
5
-5
/
+5
*
bitbake/goggle: interaction tweaks
Joshua Lock
2010-12-08
1
-0
/
+2
*
bitbake/depexp: Factor ProgressBar into a separate class in crumbs/
Joshua Lock
2010-12-08
2
-15
/
+21
*
bitbake/crumbs: add optional pbar parameter to RunningBuild.handle_event()
Joshua Lock
2010-12-08
1
-1
/
+9
*
bitbake/goggle: add a ProgressBar for parse progress
Joshua Lock
2010-12-08
1
-3
/
+6
*
bitbake/goggle: automatically show most recently added message
Joshua Lock
2010-12-08
1
-0
/
+4
*
bitbake/crumbs: fix the event name determination
Joshua Lock
2010-12-08
1
-1
/
+1
*
bitbake/crumbs: do the test for ignored messages sooner
Joshua Lock
2010-12-08
1
-4
/
+3
*
bitbake/crumbs: Fix crumbs UI for bitbake event class name changes
Joshua Lock
2010-12-08
1
-3
/
+4
*
knotty: use enumerate for task waiting
Chris Larson
2010-12-06
1
-3
/
+1
*
knotty: shift non-interactive progress into a class
Chris Larson
2010-12-06
1
-15
/
+33
*
cooker: no cached in progressbar and add ETA
Chris Larson
2010-11-30
1
-2
/
+2
*
knotty: drop the ETA from the progressbar for now
Chris Larson
2010-11-23
1
-1
/
+1
*
Split up the ParseProgress event
Chris Larson
2010-11-21
2
-24
/
+28
[next]