I recently switched from Subversion to Subclipse¹. I really like the Snychronize view, since it allows me to see everything that’s changed and commit with a single click. However, I’ve noticed that some of the changed files are missing. Here’s a screenshot:

Note that the Synchronize view in the lower right-hand corner only shows the changed files in the src subfolder, whereas the there are a lot more modified files available (e.g. AndroidManifest.xml, lint.xml and a bunch of files below res). Is this by design (if yes, how can I change it?) or did I stumble upon a bug?
PS: Calling Commit in the Snychronize view only commits those few files in src, while selecting Team/Commit from the context menu of the project commits all changed files. Restarting Eclipse or resyncing in the synchronize view does not fix the problem.
¹ …because moving files does not work well in Subversive.
Your synchronize view only shows the folder ../tablet. Do a Team -> Synchronize with repository on the project root.