On Linux, the gtk table seems to resize itself automatically when the
layout is computed and forces the last column to resize itself at +18 pixels.
This has a problematic impact on this dialog as it is not resizable and is
made to match the size of the content. As the dialog is used time after time
the last column grows by 18 pixels at every use up to a point where it
doesn't fit the screen.
Since storing the columns size is not that useful and I couldn't find a
way to ignore this first resize, I'm just removing the width storage.
Merge commit '60a735fda1f9d7c24c577853304d486b0109632f'
* commit '60a735fda1f9d7c24c577853304d486b0109632f':
ADT: fix PreCompilerBuilder to use minSdkVersion as a string, not an int.
Merge commit '5379e0981ebd570faba0dcd13c087f71d856e0f0'
* commit '5379e0981ebd570faba0dcd13c087f71d856e0f0':
Remove section about USB driver as not everything is directly available anymore
Merge commit '17851887c25d198ec913196df7b851d335614ec9'
* commit '17851887c25d198ec913196df7b851d335614ec9':
Bump up AdbWinApi.dll version and submit prebuilt AdbWinApi.dll
Merge commit 'bf281a9adef5a7ef342d0e5fb240d719575e5718'
* commit 'bf281a9adef5a7ef342d0e5fb240d719575e5718':
Make changes to enable driver build in new location
Merge commit 'f8a2fbab9094d5525179770e00042ac2f85be991'
* commit 'f8a2fbab9094d5525179770e00042ac2f85be991':
Adds call back to the SDK updater for SDK content notifications.
Merge commit '1db55021599137f7bcec830d298f6062b495cd35'
* commit '1db55021599137f7bcec830d298f6062b495cd35':
Copy legacy driver source code as a sample for custom USB drivers
Merge commit 'eee1675aa40d9fcaae3765370f5331e4002d8dd6'
* commit 'eee1675aa40d9fcaae3765370f5331e4002d8dd6':
Look for Android.mk in $(APP_PROJECT_PATH)/jni by default.
Merge commit '197a8fea8e9ae0552b0d20fb5ba4562a851c1bca'
* commit '197a8fea8e9ae0552b0d20fb5ba4562a851c1bca':
Add sample "san-angeles" program to demo OpenGL ES from native code.
Merge commit 'd7e5aaecd896c0956e229304a7725509ab6e6af9'
* commit 'd7e5aaecd896c0956e229304a7725509ab6e6af9':
Add OpenGL ES headers to the android-4 platform/stable APIs.
Merge commit '5c767bb977506dae81680529044adc9f82b4765a'
* commit '5c767bb977506dae81680529044adc9f82b4765a':
Add android-4 sysroot and use project's default.properties to get the right target.
The primary usage for this code is to provide vendors / customers who for some
reasons are not satisfied with WinUsb, with a sample custom driver code that is
compliant with our AdbWinApi.dll. So vendors / customers can build their own
custom USB driver that can be recognized by AdbWinApi, and can be accessible from
adb.exe
Merge commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d'
* commit '91e0a8bb9cc1e1478bf65627dc4faeb82ee3825d':
Fix minor typo and duplicated entry in sdk.atree