Merge lp://staging/~docky-core/plank/keybindings into lp://staging/plank
- keybindings
- Merge into trunk
Status: | Work in progress | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~docky-core/plank/keybindings | ||||
Merge into: | lp://staging/plank | ||||
Diff against target: |
874 lines (+637/-1) 9 files modified
data/net.launchpad.plank.gschema.xml.in.in (+16/-0) lib/DockController.vala (+18/-0) lib/DockPreferences.vala (+9/-0) lib/DockRenderer.vala (+74/-0) lib/Drawing/DockTheme.vala (+86/-0) lib/HideManager.vala (+5/-1) lib/KeybindingManager.vala (+405/-0) lib/Makefile.am (+1/-0) lib/libplank.symbols (+23/-0) |
||||
To merge this branch: | bzr merge lp://staging/~docky-core/plank/keybindings | ||||
Related bugs: |
|
||||
Related blueprints: |
Super key + number to launch apps with plank
(Undefined)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sergey "Shnatsel" Davidoff | Pending | ||
Danielle Foré | Pending | ||
Review via email: mp+261315@code.staging.launchpad.net |
Commit message
Description of the change
Add keybindings support
Still considered work-in-progress!
* It is probably better to disable this feature by default.
* Add settings UI changes
* Support bindings for more than 10 items
* Don't stop events with "modifiers" only
- 1310. By Rico Tzschichholz
-
drawing: Use Gtk.IconTheme in a thread-safe way
- 1311. By Rico Tzschichholz
-
lib: Avoid some superfluous string-copying
- 1312. By Rico Tzschichholz
-
dockitem: Add the "surface == null" surface-status
- 1313. By Rico Tzschichholz
-
logger: Partial rewrite, with strip down to the "nearly" bare minimum
- 1314. By Rico Tzschichholz
-
worker: Make ThreadPool non-exclusive and use GLib.get_
num_processors( ) - 1315. By Rico Tzschichholz
-
filedockitem: Drop unused code
- 1316. By Rico Tzschichholz
-
build: Fix make distcheck
- 1317. By Rico Tzschichholz
-
drawingservice: Use string-array directly and don't copy to Gee.ArrayList
- 1318. By Rico Tzschichholz
-
po: Update translations
- 1319. By Rico Tzschichholz
-
src: Use more reasonable class-name and namespace-structure
- 1320. By Rico Tzschichholz
-
renderer: Schedule unhide-on-start callback "as late as possible"
- 1321. By Rico Tzschichholz
-
dockitem: Schedule icon-theme-changed callback "as late as possible"
- 1322. By Rico Tzschichholz
-
drawingservice: Make icon_theme creation thread-safe
- 1323. By Rico Tzschichholz
-
renderer: Move frame-time handling into AnimatedRenderer
Make AnimatedRendere
r-class responsible to perform and schedule redraws. - 1324. By Rico Tzschichholz
-
animatedrenderer: Use Gdk.FrameClock to determine frame-time
Conditionally use Gdk.FrameClock if Gtk+ >= 3.8 is available
- 1325. By Rico Tzschichholz
-
Revert "items: Use threaded icon-drawing for all items"
Too unstable for being usable!
- 1326. By Rico Tzschichholz
-
Add RTL support and enable it depending on the locale setting
Reverse items placement.
Mirror position for vertical docks.
Invert alignments for horizonzal docks.
Mirror badge and progress-bar. - 1327. By Rico Tzschichholz
-
po: Update translations
- 1328. By Rico Tzschichholz
-
animatedrenderer: Always initialize frame if a redraw is scheduled
- 1329. By Rico Tzschichholz
-
po: Update translations
- 1330. By Rico Tzschichholz
-
dockrenderer: Guard duration-
calculations which are used for animations - 1331. By Rico Tzschichholz
-
Update symbols
- 1332. By Rico Tzschichholz
-
color: Avoid double setting of out-vars in hsv_to_rgb
- 1333. By Rico Tzschichholz
-
color: Clarify documention of set_min/max_* methods
- 1334. By Rico Tzschichholz
-
hidemanager: Add dodge-active hide-mode
- 1335. By Rico Tzschichholz
-
prefswindow: Use Gtk.Stack if available
- 1336. By Rico Tzschichholz
-
build: Drop dependency on gnome-common
- 1337. By Rico Tzschichholz
-
prefswindow: Allow closing the window using "Escape"
- 1338. By Rico Tzschichholz
-
po: Update translations
- 1339. By Rico Tzschichholz
-
ui: Tweak minimum gtk+ version for conditional 3.4 support
- 1340. By Rico Tzschichholz
-
build: Make sure to enable maintainer-mode by default
- 1341. By Rico Tzschichholz
-
Add icon-zoom preferences and expose gui-settings
- 1342. By Rico Tzschichholz
-
Add optional zoom animation when hovering dock-items
- 1343. By Rico Tzschichholz
-
Add ability to cache multiple sizes of drawn items
- 1344. By Rico Tzschichholz
-
Update symbols
- 1345. By Rico Tzschichholz
-
po: Update translation template
- 1346. By Rico Tzschichholz
-
surfacecache: Add missing mutex-unlock
- 1347. By Rico Tzschichholz
-
po: Update translations
- 1348. By Rico Tzschichholz
-
lib: Make sure to bind "plank" textdomain for library users
- 1349. By Rico Tzschichholz
-
lib: Replace non-constant string-
concatenation with string.printf() - 1350. By Rico Tzschichholz
-
appdockitem: Always indicate running application despite its window-count
- 1351. By Rico Tzschichholz
-
tests: Add google-mock support
- 1352. By kay van der Zander
-
gmock: Add tests for Color
- 1353. By Rico Tzschichholz
-
hidemanager: Rework enter/leave-event handling to determine "Hovered"
This removes handling of send_event and use "Disabled" for visible menu.
- 1354. By Rico Tzschichholz
-
po: Update translations
- 1355. By Rico Tzschichholz
-
ui: Fix "Icon Zoom" label spanning
- 1356. By Rico Tzschichholz
-
dockwindow: Reinstate "handling of send_event" to fix broken internal DnD
Regression of r1353
- 1357. By Rico Tzschichholz
-
surfacecache: Fix build with gee-1.0
- 1358. By Rico Tzschichholz
-
dockcontainer: Update element's RemoveTime on add/replace accordingly
- 1359. By Rico Tzschichholz
-
lib: Commonize naming of fields which are holding handler/timer-ids
Adjust some explictly typed assignments too.
- 1360. By Rico Tzschichholz
-
dockrenderer: Use animated_draw() and don't listen to HoveredItem changes
- 1361. By Rico Tzschichholz
-
dockrenderer: Do not forcefully unhide the dock if it already is
If we do it will cause the dock to hide and unhide again on startup.
- 1362. By Rico Tzschichholz
-
Revert "dockrenderer: Use animated_draw() and don't listen to HoveredItem changes"
- 1363. By Rico Tzschichholz
-
positionmanager: Make item's background-region always cover dock's background from bottom up
- 1364. By Rico Tzschichholz
-
po: Update translations
- 1365. By Rico Tzschichholz
-
hidemanager: Don't use actual cursor coords of leave-notify-event
If we received a leave-notify-event then don't be silly and make sure
update_hovered_ with_coords( ) will set Hovered to false by passing
(-1, -1). - 1366. By Rico Tzschichholz
-
hidemanager: Reinstate "handling of send_event" to avoid confusion with menu
Regression of r1353
- 1367. By Rico Tzschichholz
-
dockrenderer: Output the Cairo.SurfaceType used by Gtk+
- 1368. By Rico Tzschichholz
-
positionmanager: Fix background-size calculation with enabled icon-zoom
We need to take the zoomed icon-size into account to properly adjust the
horizontal padding for the background-sizing while differentiating
between first and last item. - 1369. By xapantu
-
hidemanager: Ignore pressure-reveal for 'absolute' input-devices
- 1370. By Rico Tzschichholz
-
dockelement: Make using -Werror=
pointer- to-int- cast pass - 1371. By Rico Tzschichholz
-
dockwindow: Make using -Werror=
unused- result pass - 1372. By Rico Tzschichholz
-
dockrenderer: Adjust shadow-size if window-scale-factor > 1 aka HiDPI
- 1373. By Rico Tzschichholz
-
po: Update translations
- 1374. By Rico Tzschichholz
-
lib: Cast some callbacks to avoid the creation of wrappers
- 1375. By Rico Tzschichholz
-
build: Require cairo >= 1.10
- 1376. By Rico Tzschichholz
-
lib: Cast some callbacks to avoid the creation of wrappers
- 1377. By Rico Tzschichholz
-
dbusmanager: Fix naming of fields which are holding handler/timer-ids
- 1378. By Rico Tzschichholz
-
dockrenderer: Avoid usage of Cairo.SurfaceTy
pe.COGL - 1379. By Rico Tzschichholz
-
build: Clean bamf/gtk+ version check
- 1380. By Rico Tzschichholz
-
itemfactory: Make get_launcher_
from_dockitem( ) a bit more safer/verbose - 1381. By Rico Tzschichholz
-
dockcontainer: Add remove_all()
- 1382. By Rico Tzschichholz
-
dockrenderer: Guard against empty dock (which ideally won't happen)
- 1383. By Rico Tzschichholz
-
dockcontroller: Clean out old default-provider after replacing it
- 1384. By Rico Tzschichholz
-
dockcontainer: Optimize prepend()
- 1385. By Rico Tzschichholz
-
po: Update translations
- 1386. By Rico Tzschichholz
-
itemfactory: Avoid a string-copying
- 1387. By Rico Tzschichholz
-
positionmanager: Demote criticals of get_draw_
value_for_ item() to debug/warning - 1388. By Rico Tzschichholz
-
Prepare 0.10.0 release
- 1389. By Rico Tzschichholz
-
Back to development
- 1390. By Mike Gabriel
-
animatedrenderer: Fix typo in error message
- 1391. By Rico Tzschichholz
-
build: Require valac >= 0.24.0 and obsolete conditionals
- 1392. By Rico Tzschichholz
-
po: Update translations
- 1393. By Rico Tzschichholz
-
po: Update translations
- 1394. By Rico Tzschichholz
-
filedockitem: Correctly display filenames with underscores in folder-menu
- 1395. By Rico Tzschichholz
-
positionmanager: Just return primary_monitor if empty plug_name was given
- 1396. By Rico Tzschichholz
-
positionmanager: Add verbose output for monitor_geo_changed
- 1397. By Rico Tzschichholz
-
dockitemprovider: Insert items where the data was dropped
If there is currently no HoveredItem try to determine the nearest one as
drop-point. - 1398. By Rico Tzschichholz
-
lib: Tweak method signature of file-monitor callbacks
- 1399. By Rico Tzschichholz
-
lib: FileMonitorEvent is a simple enum not a flag
- 1400. By Rico Tzschichholz
-
lib: Avoid some superfluous reference-taking
- 1401. By Rico Tzschichholz
-
plankdockitem: Open "preferences" on left-click instead of "about"
- 1402. By Rico Tzschichholz
-
defaultappprovider: Don't ignore opened applications if Wnck doesn't know
Better don't rely on Wnck if Bamf reported an opened application. If an
application is for whatever reason replacing or renaming its window on
startup we might drop it while Wnck reports a window-count of 0. - 1403. By Rico Tzschichholz
-
transientdockitem: Delayed reloading of the window-icon if needed
If the window-icon was null on the first try then schedule a 2nd one.
- 1404. By Rico Tzschichholz
-
lib: Actually pass e.g. -lm to the linker by adding it to *_LIBADD
- 1405. By Rico Tzschichholz
-
po: Update translations
- 1406. By Rico Tzschichholz
-
Prepare 0.10.1 release
- 1407. By Rico Tzschichholz
-
Back to development
- 1408. By Rico Tzschichholz
-
build: Be more rebust for parallel building
- 1409. By Rico Tzschichholz
-
dockrenderer: Don't request a redraw if "transient_items" is empty
- 1410. By Rico Tzschichholz
-
dockrenderer: Use non-linear transition in/out the "zoom" state
Increase transition-time to 200ms and use cubic-easing.
- 1411. By Rico Tzschichholz
-
easing: Some optimization, avoid vala's struct-copying by using pointers
- 1412. By Rico Tzschichholz
-
build: Be more rebust for parallel building
- 1413. By Rico Tzschichholz
-
easing: Use proper codestyle for ANIMATION_MODES while it is a const
- 1414. By Rico Tzschichholz
-
dockrenderer: Factor out jump-calculation into easing_bounce
- 1415. By Rico Tzschichholz
-
dockrenderer: Define and use some internal constants
- 1416. By Rico Tzschichholz
-
po: Update translations
- 1417. By Rico Tzschichholz
-
Add docklets support (internal/private)
Based on initially proposed docky 3.0 branch
- 1418. By Rico Tzschichholz
-
Add GSettings support and transition DockPreferences to it
- 1419. By Rico Tzschichholz
-
Update symbols
- 1420. By Rico Tzschichholz
-
po: Don't translate gschema for now
- 1421. By Rico Tzschichholz
-
Drop nested namespaces
- 1422. By Rico Tzschichholz
-
Rename DockSurface to Surface
- 1423. By Rico Tzschichholz
-
Rename AnimatedRenderer to Renderer
- 1424. By Rico Tzschichholz
-
build: Bump api and library version
- 1425. By Rico Tzschichholz
-
Keep existing theme and dockitem-files working and update them
- 1426. By Rico Tzschichholz
-
Update NEWS
- 1427. By Rico Tzschichholz
-
dockitem: Remove merge-conflict cruft
- 1428. By Danielle Foré
-
data: Improve strings of GSettings schema
- 1430. By Rico Tzschichholz
-
settings: Use unowned var and avoid ref'ing in loop
- 1431. By Rico Tzschichholz
-
docklets: Move to public API
- 1432. By Rico Tzschichholz
-
docklets: Make Docklet an interface and do follow up changes
- 1433. By Rico Tzschichholz
-
Add non-functional docklets-gui
- 1434. By Rico Tzschichholz
-
docs: Fix build
- 1435. By Rico Tzschichholz
-
build: Fix make distcheck
- 1436. By Rico Tzschichholz
-
tests: Set PLANK_DOCKLET_DIRS to docklets builddir for test-environment
- 1437. By Rico Tzschichholz
-
build: Add "run" target for conveniently running plank uninstalled
So running "make run" from the top_builddir will start the just built
plank with the required environment variables to actually pick things up
from the current builddir. - 1438. By Rico Tzschichholz
-
services: Don't leak array-container of ObjectClass.
list_properties () ObjectClass.
list_properties () transfers the container which needs to be
freed. If valac 0.26 is availble this can be managed. - 1439. By Rico Tzschichholz
-
preferences: Cache various strings to avoid retrieving them several times
- 1440. By Rico Tzschichholz
-
settings: Cache class-type-name string
- 1441. By Rico Tzschichholz
-
tests: Make sure to use "test1" as dock-name
- 1442. By Rico Tzschichholz
-
dockitem: Don't leak array-container of ObjectClass.
list_properties () - 1443. By Rico Tzschichholz
-
Add methods to check some desktop environment types
- 1444. By Rico Tzschichholz
-
trash: Implement perform_
empty_trash( ) Only try using Nautilus on "GNOME" and "Unity" enviroments
- 1445. By Rico Tzschichholz
-
theme: Add "CascadeHide" option
If true it will cause background and icons to unhide/hide with different
speeds so they will leave/hit the screen-edge at the same time. - 1446. By Rico Tzschichholz
-
po: Update translations
- 1447. By Rico Tzschichholz
-
dragmanager: Don't grab input and abort this drag if DragItem is null
- 1448. By Rico Tzschichholz
-
dockwindow: Be more persuasive to get the window where is should be
- 1449. By Rico Tzschichholz
-
po: Update translations
- 1450. By Rico Tzschichholz
-
Use fixed ObjectClass.
list_properties () of valac 0.31/32 if available - 1451. By Rico Tzschichholz
-
dockitem: Actually use internal constant ITEM_INVALID_
DURATION - 1452. By Rico Tzschichholz
-
po: Make use of "translator-
credits" for Gtk.AboutDialog - 1453. By Rico Tzschichholz
-
po: Update translations
- 1454. By Rico Tzschichholz
-
lib: Add internal compatibility wrapper for gtk+ 3.19.1+
- 1455. By Rico Tzschichholz
-
widgets: Adjust custom widgets for gtk+ 3.19.1+
- 1456. By Rico Tzschichholz
-
theme: Create and use custom Gtk.StyleContext
- 1457. By Rico Tzschichholz
-
dragmanager: Better handling if the actual selection-data is null
- 1458. By Rico Tzschichholz
-
dockitem: Only use file-monitor for "file:/
/"-icon- files - 1459. By Rico Tzschichholz
-
build: Add "run-debug" target for running plank uninstalled within gdb
- 1460. By Rico Tzschichholz
-
lib: Move HoverWindow instance into DockController
- 1461. By Rico Tzschichholz
-
dragmanager: Show descriptive tooltip on external-dnd actions
- 1462. By Rico Tzschichholz
-
dragmanager: desktop-files are special and deserve the drop-to-dock text
- 1463. By Rico Tzschichholz
-
po: Update translations
- 1464. By Rico Tzschichholz
-
po: Update translations
- 1465. By Rico Tzschichholz
-
data: Update appdata to 0.6+ format
- 1466. By Rico Tzschichholz
-
appdata: Make "summary" translatable, re-use tweaked desktop-file comment
- 1467. By Rico Tzschichholz
-
po: Update translations
- 1468. By Rico Tzschichholz
-
Welcome to 2016
- 1469. By Rico Tzschichholz
-
Use clamp() instead of min(max())
- 1470. By Rico Tzschichholz
-
dockpreferences: No need to notify about external changes of DockItems
- 1471. By Rico Tzschichholz
-
dockcontroller: Serialize possible DockItems change on start-up
- 1472. By Rico Tzschichholz
-
dockcontroller: Fix r1471 and actually save DockItems change on start-up
- 1473. By Rico Tzschichholz
-
color: Fix mess-up of r1469
- 1474. By Rico Tzschichholz
-
filedockitem: Hide "Keep in Dock" wile LockItems is enabled
- 1475. By Rico Tzschichholz
-
po: Update translations
- 1476. By Rico Tzschichholz
-
dockrenderer: Don't apply window-scale-factor twice on foreground-
icon-size Regression of r1343
- 1477. By Rico Tzschichholz
-
applicationdock
item: Check LauncherEntry values for actual changes Also restrict the precision of "progress".
- 1478. By Rico Tzschichholz
-
items: Reduce redraw requests on LauncherEntry updates
- 1479. By Rico Tzschichholz
-
items: Fix build without dbusmenu-glib
- 1480. By Rico Tzschichholz
-
unity: Handle bad LauncherAPI clients which have an insane update-rate
Skip/hold requests if they are arriving within a defined threshold of
32ms after the previous one.This avoids plank to freeze while not being able to handle all requests.
- 1481. By Rico Tzschichholz
-
positionmanager: Expand dock on external-drag without enabled zoom too
Also try harder to insert dropped elements at the actually desired spot.
- 1482. By Rico Tzschichholz
-
unity: Allow a specific amount of fast-updates before skipping/delaying
Cope with applications which are firing update-requests for multiple
application-uris at the same time. - 1483. By Rico Tzschichholz
-
Revert "dockpreferences: No need to notify about external changes of DockItems"
This breaks GLib.Settings.
bind() so that DockItems never get saved. - 1484. By Rico Tzschichholz
-
Allow and handle uris with "docklet" scheme
- 1485. By Rico Tzschichholz
-
tests: Drop PreferencesWindow test
- 1486. By Rico Tzschichholz
-
Add some functionality to docklets GUI
Drag'n'drop or double-click a docklet to add it.
- 1487. By Rico Tzschichholz
-
settings: Must take reference of matched ParamSpec
Not doing so results in an undefined behaviour while things ran out of
scope when calling GSettings.bind().This reverts r1430
- 1488. By Rico Tzschichholz
-
build: Fix gtk+-3.0 < 3.10 (non-HiDPI)
- 1489. By Rico Tzschichholz
-
preferenceswindow: Allow changing the backing DockController
- 1490. By Rico Tzschichholz
-
unity: Expose API to handle LauncherEntry DBus clients
- 1491. By Rico Tzschichholz
-
po: Update translations
- 1492. By Rico Tzschichholz
-
Cast callbacks to GLib.SourceFunc where possible
- 1493. By Rico Tzschichholz
-
unity: Use the real sender-name given by NameOwnerChanged
- 1494. By Rico Tzschichholz
-
build: Add autogen.sh to tarball
Conveniently rebuild/update the autotools downstream.
- 1495. By Rico Tzschichholz
-
po: Update translations
- 1496. By Rico Tzschichholz
-
examples: Add UnityClient example
- 1497. By Rico Tzschichholz
-
abstractmain: Use new GLib.Application commandline handling API
Require glib >= 2.40
- 1498. By Rico Tzschichholz
-
build: Drop support for gee-1.0
- 1499. By Rico Tzschichholz
-
build: Drop obsololete glib conditionals and bump vala's target-glib
- 1500. By Rico Tzschichholz
-
build: Drop support for gtk+ < 3.10
- 1501. By Rico Tzschichholz
-
ui: Use valac's gtktemplate support
- 1502. By Rico Tzschichholz
-
po: Update translations
- 1503. By Rico Tzschichholz
-
lib: Update symbols
- 1504. By Rico Tzschichholz
-
build: Only cairo >= 1.13 is required for HiDPI
- 1505. By Rico Tzschichholz
-
tests: Make sure to quit "dock" test application
- 1506. By Rico Tzschichholz
-
preferenceswindow: Keep translated "Preferences" string around for now
- 1507. By Rico Tzschichholz
-
docktheme: Adjust draw-position item-badge to avoid cropped shadow
- 1508. By Rico Tzschichholz
-
positionmanager: Partly restore original icon-zoom
- 1509. By Rico Tzschichholz
-
dockitem: Handle file-monitor event where current launcher was target
If "other" of FileMonitorEven
t.MOVED matches our current launcher-file
than it got replaced by a new file, so avoid doing anything other than
loading possible new information. - 1510. By Rico Tzschichholz
-
items: Handle "PinnedOnly" in DefaultApplicat
ionDockItemProv ider This is more efficient than doing this in the DockController. Only the
actually effected items are created/purged on a settings change. - 1511. By Rico Tzschichholz
-
factories: Generalize "dockitem-file" loader
- 1512. By Rico Tzschichholz
-
items: Add LauncherEntry's transient-items only if allowed
Regression of r1510
- 1513. By Rico Tzschichholz
-
Add "simple and experimental" multi-dock support
Running multiple concurrent instances while using "-n|--name"
is still possible.There are no exposed GUI controls, therefore the newly added
"enabled-docks" settings-key should be used. - 1514. By Rico Tzschichholz
-
items: Add transient-items only if allowed
- 1515. By Rico Tzschichholz
-
Update NEWS
- 1516. By Rico Tzschichholz
-
po: Update translations
- 1517. By Rico Tzschichholz
-
utils: Add internal create_settings() and try_create_
settings( ) ... and make use of them where possible.
- 1518. By Rico Tzschichholz
-
utils: Add internal string_
split_combine( ) - 1519. By Rico Tzschichholz
-
utils: Add internal file_is_dockitem()
- 1520. By Rico Tzschichholz
-
settings: Allow to specify gsetting's bind-flags
- 1521. By Rico Tzschichholz
-
Follow the environment's setting whether to show notifications or not
If false, urgent-bounce and urgent-glow animations are disabled.
- 1522. By Rico Tzschichholz
-
lib: Move DockItemDrawValue and its dependencies to top-level namespace
- 1523. By Rico Tzschichholz
-
docs: Fix build
- 1524. By Rico Tzschichholz
-
controller: If the item-count has changed do a more thorough size-update
- 1525. By Rico Tzschichholz
-
positionmanager: Drop redundant call of update_regions()
- 1526. By Rico Tzschichholz
-
surfacecache: Force allow-downscale if drawing-time is insanely high
If drawing-time of a single surface exceeds a certains limit (30ms) and
"flags" is NONE then set ALLOW_DOWNSCALE to make it less demanding.Also mark the created surface, so the DockRenderer can try to ease things
out for later draw requests. - 1527. By Rico Tzschichholz
-
services: Rename internal Offsettings to EnvironmentSettings
- 1528. By Rico Tzschichholz
-
Check existence of keys in 3rd-party GSchemas before using them
Accessing a non-existing key is a fatal error for GSettings.
- 1529. By Rico Tzschichholz
-
po: Update translations
- 1530. By Rico Tzschichholz
-
prefs: Add TooltipsEnabled setting
This controls whether to show tooltips on hovering items with the cursor.
Tooltips showing up to descibe ongoing DnD-actions are not impacted.It is enabled by default.
- 1531. By Rico Tzschichholz
-
hidemanager: TOUCHPAD devices are able to perform pressure on a barrier
- 1532. By Rico Tzschichholz
-
preferenceswindow: Hide "auto-pinning" setting
- 1533. By Rico Tzschichholz
-
preferenceswindow: Hide "show-dock-item" setting
Make "show-dock-item" default to false
- 1534. By Rico Tzschichholz
-
data: Some tweaking of the default themes
- 1535. By Rico Tzschichholz
-
Update README
- 1536. By Rico Tzschichholz
-
Update NEWS
- 1537. By Rico Tzschichholz
-
Prepare 0.11.0 release
- 1538. By Rico Tzschichholz
-
Back to development
- 1539. By Rico Tzschichholz
-
system: Use DesktopAppInfo.
from_filename( ) to set desktop-filename If the filename property is not set then an empty string will be send out
via org.gtk.gio.DesktopAppI nfo rather than the proper desktop-filename
that we actually have. This is used for startup-notifications by Bamf. - 1540. By Rico Tzschichholz
-
po: Update translations
- 1541. By Rico Tzschichholz
-
dockletmanager: Only handle properly named docklet-libraries
- 1542. By Rico Tzschichholz
-
controller: Actually emmit elements_changed() to make DBusClient work
- 1543. By Rico Tzschichholz
-
vapi: Sync libbamf3.vapi with 0.5.3~bzr0+
16.04.20160322. 1-0ubuntu1 - 1544. By Rico Tzschichholz
-
applicationdock
item: Force indicator-update if running-state changed - 1545. By Rico Tzschichholz
-
applicationdock
item: Use child-* signals of Bamf.View The window-* signals are emitted too early and the internal window/xid
caches of Bamf aren't updated yet. - 1546. By Rico Tzschichholz
-
po: Update translations
- 1547. By Rico Tzschichholz
-
Prepare 0.11.1 release
- 1548. By Rico Tzschichholz
-
Back to development
- 1549. By Rico Tzschichholz
-
lib: Update symbols
- 1550. By Rico Tzschichholz
-
surface: Some minor cleaning
- 1551. By Rico Tzschichholz
-
drawing/color: Add support for HSL and some convenience functions
- 1552. By Rico Tzschichholz
-
clippy: Pass correct index in menu-item-callback
- 1553. By Rico Tzschichholz
-
clippy: text parameter of ClipboardTextRe
ceivedFunc is allowed to be null - 1554. By Rico Tzschichholz
-
po: Update translations
- 1555. By Rico Tzschichholz
-
clippy: Need to own the clipboard's content before allowed to clear it
- 1556. By Rico Tzschichholz
-
po: Update translations
- 1557. By Rico Tzschichholz
-
build: Require valac >= 0.26.0 and drop obsolete conditionals
- 1558. By Rico Tzschichholz
-
lib: Use vala's Cairo.Surface.
get/set_ device_ scale() bindings - 1559. By Rico Tzschichholz
-
vapi: Drop internal copy of x11.vapi
- 1560. By Rico Tzschichholz
-
lib: Add and enforce some file-count limits
This is just a safe-guard to prevent plank from "blowing up" if we are
about to handle an unreasonable amount of files. - 1561. By Rico Tzschichholz
-
docklets: Fill in some descriptions and not leave them blank
- 1562. By Rico Tzschichholz
-
Prepare 0.11.2 release
- 1563. By Rico Tzschichholz
-
Back to development
- 1564. By Rico Tzschichholz
-
po: Update translations
- 1565. By Rico Tzschichholz
-
Add CPUMonitor docklet
- 1566. By Rico Tzschichholz
-
po: Update translations
- 1567. By Rico Tzschichholz
-
appdata: Add some keywords and translate-url
- 1568. By Rico Tzschichholz
-
tests: Fix type mismatch
- 1569. By Rico Tzschichholz
-
clippy: Move generic-typed field initializer to construct
- 1570. By Rico Tzschichholz
-
po: Update translations
- 1571. By Rico Tzschichholz
-
surfacecache: Never clear the cache completely
- 1572. By Rico Tzschichholz
-
po: Update translations
- 1573. By Rico Tzschichholz
-
Make use of vala's native Regex support where possible
- 1574. By Rico Tzschichholz
-
vapi: Avoid "Deprecated" warning for libbamf3
- 1575. By Rico Tzschichholz
-
windows: Hide tooltips if the user performed action on a dockitem
Obviously tooltips will be hidden on appearance of the menu. In addition
to that it will hide on click- and scroll-events too now.This avoids obstructing maybe important windows parts the user wants to
interact with. - 1576. By Rico Tzschichholz
-
appdockitem: Don't over-react on user-visible changes and keep transients
Dropping an running application here is a bit harsh in case of transient
items. If a splashscreen is shown then this bit changes along the
starting process and is fatal for not-pinned items. - 1577. By Rico Tzschichholz
-
appdockitem: Trust bamf with providing us the window-count
- 1578. By Rico Tzschichholz
-
filedockitem: Use the file's display-name where possible
This is the proper string to use for user-visible references to a file.
- 1579. By Rico Tzschichholz
-
Drop references to gthread-2.0
This is deprecated and obsolete since glib 2.32.0.
- 1580. By Rico Tzschichholz
-
logger: Reinstate null-check for non-initialized calling
- 1581. By Rico Tzschichholz
-
unity: Fix spelling error
- 1582. By Rico Tzschichholz
-
Prepare 0.11.3 release
- 1583. By Rico Tzschichholz
-
Back to development
- 1584. By Rico Tzschichholz
-
Welcome to 2017
Unmerged revisions
- 1586. By Rico Tzschichholz
-
keybindingsmanager: Use gdk_window_
add/remove_ filter( ) - 1585. By Rico Tzschichholz
-
Add initial support for Keybindings to access items
There is the possiblity to define base-modifier key to trigger
keybindings-overlay and an additional modifier key for optional
item-action. The first 10 items will have an active binding.