summaryrefslogtreecommitdiff
path: root/unity-shared
AgeCommit message (Collapse)Author
2012-07-03* Using Nux API 3.0Jay Taoko
* Deprecated nux-image. Fixes: . Approved by Łukasz Zemczak, Didier Roche, Tim Penhey. Original authors: - Jay Taoko <jay.taoko@canonical.com> - Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> (bzr r2466)
2012-07-03IMTextEntry: updated to match the new interface of ↵Marco Trevisan (Treviño)
lp:~3v1n0/nux/text-entry-virtual-clipboard (bzr r2463.2.1)
2012-07-01Fix broken Hud autopilot tests.. Fixes: . Approved by Christopher Lee, jenkins.Thomi Richards
(bzr r2461)
2012-06-30PluginAdapterCompiz: ignore offscreen windows when looking for the top oneMarco Trevisan (Treviño)
(bzr r2455.1.1)
2012-06-29This branch updates unity to conform to the new Autopilot DBus wire ↵Thomi Richards
protocol.. Fixes: . Approved by Christopher Lee, jenkins. (bzr r2453)
2012-06-29Fix hud searchbar and icon not being found.Thomi Richards
(bzr r2444.2.1)
2012-06-28Don't introspect recursively. Instead, send child names only.Thomi Richards
(bzr r2444.1.4)
2012-06-27DashView: filter out the unprintable keys when focusing the search barMarco Trevisan (Treviño)
The search bar can't be focused when invalid keys (such as shift, ctrl, F1...) are pressed.. Fixes: https://bugs.launchpad.net/bugs/931393. Approved by Andrea Azzarone, jenkins. (bzr r2449)
2012-06-26* Merged with Unity trunk.Jay Taoko
(bzr r2442.4.1)
2012-06-22* Switcher now focuses its own window so other events cannot happen behind it,Brandon Schaefer
such as alt+f4. (bzr r2438.3.2)
2012-06-22KeyboardUtil: IsMoveKeySymbol, use better variable nameMarco Trevisan (Treviño)
(bzr r2364.9.7)
2012-06-22KeyboardUtil: use gdk_keyval_to_unicode instead of raw checkingMarco Trevisan (Treviño)
(bzr r2364.9.6)
2012-06-21Fix building on ARM without OpenGL (only EGL + OpenGL ES). A successful ↵timo.jyrinki@canonical.com
build also needed the -fPIC addition for arm. (bzr r2434.3.1)
2012-06-20IMTextEntry: ignore invalid keypress when using modifiers keys.Marco Trevisan (Treviño)
All the key pressure when pressing the Alt or Super key should be ignored. When pressing Ctrl key we should only allow: A key, arrow keys, Backspace or Delete keys and Home or Delete keys.. Fixes: https://bugs.launchpad.net/bugs/1013751. Approved by Andrea Azzarone. (bzr r2428)
2012-06-20Make log messages easier to tell apart.Thomi Richards
(bzr r2424.2.2)
2012-06-20Added logging to the unity/compiz plugin class, and set all tests to attach ↵Thomi Richards
those logs to failed AP tests. (bzr r2424.2.1)
2012-06-20KeyboardUtil: add IsMoveKeySymbol, change IsPrintableKeySymbol behaviorMarco Trevisan (Treviño)
IsMoveKeySymbol is used to check move keys, IsPrintableKeySymbol to check if the symbol can modify the printed text Tests updated (bzr r2364.9.4)
2012-06-20KeyboardUtil: move to unity-shared and add IsPrintableKeySymbol() methodMarco Trevisan (Treviño)
(bzr r2364.9.2)
2012-06-19tests: added test_im_text_entry to check IMTextEntry valuesMarco Trevisan (Treviño)
(bzr r2364.8.3)
2012-06-16IMTextEntry: pass a nux::Event to TryHandleSpecialMarco Trevisan (Treviño)
(bzr r2364.8.2)
2012-06-16IMTextEntry: ignore invalid keypress when using modifiers keys.Marco Trevisan (Treviño)
All the key pressure when pressing the Alt or Super key should be ignored. When pressing Ctrl key we should only allow: A key, arrow keys, Backspace or Delete keys and Home or Delete keys. (bzr r2364.8.1)
2012-06-13Update header.Tim Penhey
(bzr r2404.3.2)
2012-06-13Refactor the StaticCairoText.Tim Penhey
(bzr r2404.3.1)
2012-06-12Fix HUD flickering when showing up after closing previous search. Included ↵Andrea Azzarone
with respective unit test and required changes.. Fixes: https://bugs.launchpad.net/bugs/1011507. Approved by Łukasz Zemczak. (bzr r2404)
2012-06-12GLibSource: added glib::TimeoutSeconds to use g_timeout_add_seconds directlyMarco Trevisan (Treviño)
Code using seconds-timeouts ported to the new class.. Fixes: . Approved by Michal Hruby. (bzr r2403)
2012-06-12IconLoader: update the cache sooner (in IconLoaderTask::LoadIconComplete)Marco Trevisan (Treviño)
(bzr r2364.6.20)
2012-06-12IconLoader: Reverting previous commitMarco Trevisan (Treviño)
(bzr r2364.6.19)
2012-06-12Merge trunk.Andrea Azzarone
(bzr r2388.1.4)
2012-06-11Merge trunk.Andrea Azzarone
(bzr r2388.1.3)
2012-06-09Call hud::view::ResetToDefault when at the end of the fade-out animation.Andrea Azzarone
(bzr r2388.1.2)
2012-06-09IconLoader: remove the Calesce timeout, do all in task LoadIconCompleteMarco Trevisan (Treviño)
(bzr r2364.6.18)
2012-06-09IconLoader: fix possible assigment from a const& to nullptr...Marco Trevisan (Treviño)
(bzr r2364.6.17)
2012-06-09IconLoader: setting back functions to global namespace prefixMarco Trevisan (Treviño)
(bzr r2364.6.16)
2012-06-09Use glib::TimeoutSeconds when we canMarco Trevisan (Treviño)
(bzr r2364.7.5)
2012-06-09Merged launcher-cleanup into icon-loader-cleanup.Marco Trevisan (Treviño)
(bzr r2364.6.12)
2012-06-09Merged gsource into gsource-rewrite.Marco Trevisan (Treviño)
(bzr r2364.3.73)
2012-06-08Merged launcher-cleanup into icon-loader-cleanup.Marco Trevisan (Treviño)
(bzr r2364.6.10)
2012-06-08Various code cleanups, to make Tim happy ;)Marco Trevisan (Treviño)
(bzr r2364.3.70)
2012-06-08Overall: use glib::Source::UniquePtr.reset() instead of = nullptrMarco Trevisan (Treviño)
(bzr r2364.3.65)
2012-06-06Merged launcher-cleanup into icon-loader-cleanup.Marco Trevisan (Treviño)
(bzr r2364.6.8)
2012-06-06Merged gsource into gsource-rewrite.Marco Trevisan (Treviño)
(bzr r2364.3.61)
2012-06-06Merge trunk.Andrea Azzarone
(bzr r2364.1.15)
2012-06-06Draw the result grid in proximity of the search entry.. Fixes: ↵Andrea Azzarone
https://bugs.launchpad.net/bugs/1008603. Approved by Marco Trevisan (Treviño), Łukasz Zemczak. (bzr r2391)
2012-06-05IconLoader: connect to theme-changed signal and clear the pixbuf cache on ↵Marco Trevisan (Treviño)
theme changed (bzr r2364.6.7)
2012-06-05IconLoader(Task): use the impl defined theme instead of passing a new oneMarco Trevisan (Treviño)
(bzr r2364.6.6)
2012-06-05Add unity test for hud::View::SetQueries.Andrea Azzarone
(bzr r2384.1.2)
2012-06-04Fix bug 1008603.Andrea Azzarone
(bzr r2379.2.1)
2012-06-04IconLoader: move the task handling methods into IconLoaderTask structMarco Trevisan (Treviño)
(bzr r2364.6.5)
2012-06-04IconLoader: invoke slot doesn't really need a parameterMarco Trevisan (Treviño)
(bzr r2364.6.4)
2012-06-04IconLoader: use shared_ptr to handle IconLoaderTask'sMarco Trevisan (Treviño)
(bzr r2364.6.3)