Commit Graph

1709 Commits (b5ccba44b1eef69ec09207a86e4818aa06da97d6)
 

Author SHA1 Message Date
Michail Vourlakos b5ccba44b1 Move Dock from Layout to Layout
-- In the configuration window at the "New Dock"
ComboBox were added options in order for a dock
to move to another running Layout.
7 years ago
l10n daemon script 27fbeafcae GIT_SILENT made messages (after extraction) 7 years ago
Michail Vourlakos 67b1311f6f record managedLayout connectios and release them 7 years ago
Michail Vourlakos 0120d8635b fix two crashes
--when deleting a copied dockView, unbind the sensitive signals
from dockView
--when deleting a copied dockView and the config windows syncGeometry
is called then it should first check in the dockView has a
layout
7 years ago
Michail Vourlakos 8244d3218e fixes for thickness calculations
--consider reverse Lines and show glow case in order
to add this in the thickness calculations
--consider the applets shadows when shrink thickness
is enabled
7 years ago
Michail Vourlakos 1bffaf8b3b change secondary config layout to always vertical 7 years ago
Michail Vourlakos 71281174be create a separate Types Window 7 years ago
l10n daemon script 03a73a1bb0 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
7 years ago
l10n daemon script 83e4eccb27 GIT_SILENT made messages (after extraction) 7 years ago
Michail Vourlakos 3c0101b9ad reorganize layout buttons in layouts editor 7 years ago
Michail Vourlakos 7e2fc0f895 check active layouts also for broken state 7 years ago
Michail Vourlakos 4fae38ff8e MultipleLayouts:fix crash from Copy button 7 years ago
Michail Vourlakos 5c98015e8e fix #808,Multiple Layouts in Layouts Editor
-- the user is able to change from Multiple Layouts
to Single Layout runtime through Layouts Editor
7 years ago
Michail Vourlakos f1d5b3c705 add inMemory choices in Layouts Editor 7 years ago
Michail Vourlakos e4cd47ca3e MultipleLayouts:update Layouts menu 7 years ago
Michail Vourlakos 60cc89d595 MultipleLayouts:restore isSwitching signal
--this creates a nice animation when switching
layouts for orphaned Activities at a Multiple
Layouts state
7 years ago
Michail Vourlakos 1275da22d7 MultipleLayouts:dont check active layouts as broke
--add also more debug messages for broken layouts
7 years ago
Michail Vourlakos 2f44a2603b remove layouts as first action
--this way we can avoid any problems with
layouts ids in layout config dialog in the
following steps.
7 years ago
Michail Vourlakos 08ca993bd8 fix Glow in reverse mode 7 years ago
Yuri Chornoivan de5bc5eb91 Fix minor typos 7 years ago
Michail Vourlakos aa451a05ff LayoutsEditor:sync active layouts to original file
--this is used in order to check for broken layouts
during showing the Layouts Editor for active layouts
also, not only the inactive ones during MultipleLayouts.
7 years ago
Michail Vourlakos 7ad76937b7 Layout:update locked applets ids
--these ids werent updated at MultipleLayouts
and Copy function
7 years ago
Michail Vourlakos 308d99e215 MultipleLayouts:Rename layout name runtime
--In MultipleLayouts we dont need to close the
active layout to rename it. We can do it without
need to close it and reopen that layout.
7 years ago
Michail Vourlakos 1e97609067 MultipleLayouts:support Export 7 years ago
Michail Vourlakos a905138810 MultipleLayouts:support Remove,Menus,Copy 7 years ago
Michail Vourlakos fa379144e9 fix Switch behavior for Multiple Layouts 7 years ago
Michail Vourlakos 18b94c795b restore autostart functionality after crash 7 years ago
Michail Vourlakos 46ad550b93 merging the new architecture,increase version
--because the new architecture supports both single
and multiple layouts, increasing the version is a
goog thing
7 years ago
Michail Vourlakos d8c66f6174 fix translation string 7 years ago
Michail Vourlakos 94914ee578 warning message for broken MultipleLayouts startup
--if the app crashed and the user trys to reopen Latte
then the Containments must first return to their Original
Layouts. This code provides that and informs also the user
during the startup.
7 years ago
Michail Vourlakos e56478fb8a publish tasks geometries only for current layout
--this is used mainly from Multiple Layouts in order
to publish tasks geometries only those plasmoids that
belong to the current layout
7 years ago
Michail Vourlakos 333afc75bc improve currentLayoutName for Multiple Layouts
--improve layout manager header appearance
7 years ago
Michail Vourlakos 4325ca4bb6 fix a crash when stopping Activities very fast 7 years ago
Michail Vourlakos a37036b6eb support Activities setting for InfoView 7 years ago
Michail Vourlakos b7d1b86a65 IMPORTANT:Fix uniqueness of IDs during importing
--These fixes any issues concerning Multiple Layouts
Loading/Unloading and keeping the Original Layout files
consistent.
7 years ago
Michail Vourlakos 3cf6d8ef9d multiple fixes for Multiple Layouts 7 years ago
Michail Vourlakos dc4a223f27 fix currentActivitiId issues on startup 7 years ago
Michail Vourlakos 896e46dcd9 dont write updated ids if they didnt change 7 years ago
Michail Vourlakos 667a451499 Multiple Layouts:Fixes for storage synchronization
--fix also a crash when removing a dock
7 years ago
Michail Vourlakos 7dd6345d4a MultipleLayouts:Load/Unload on Activities changes
--workaround an upstream issue, when closing an Activity
all dock/panel windows in MultipleLayouts where become
hidden.
7 years ago
Michail Vourlakos 132410d848 MultipleLayouts availableScreenRegion
--it is used to position correctly the separate dock/panels
in different activities
7 years ago
Michail Vourlakos 19cd67627d more improvements for MultipleLayouts case
--fix the strut setting between multiple running
layouts. When the activity is changing then each dock/panel
removes or adds its struts accordingly
7 years ago
Michail Vourlakos 4280c14acd many improvements for MultipleLayouts case 7 years ago
Michail Vourlakos 7d4989e983 add code for MultipleLayouts and Activities
--prepare dockViews and rest classes in order to
be able to change between different Activities in
a MultipleLayouts environment.
7 years ago
Michail Vourlakos bc91aefd89 add more MultipleLayouts code
--move code from dockCorona to layoutManager
--add more code related to MultipleLayouts
7 years ago
Michail Vourlakos e3a3cb5a52 re-use copyDock code to make it more generic
--fix crash from containments deletion when closing corona
--reuse copyDock code in order to prepare it for
loading multiple layouts at the same time
7 years ago
Michail Vourlakos 4ac3efd0b5 add filePtr for layout 7 years ago
Michail Vourlakos 47566c27c3 add variable layoutsMemoryUsage for layoutManager 7 years ago
Michail Vourlakos 822f3630ac fix crashes: wrong containment deletion/signals
--we fix two crashes, one from availableScreenRectChanged
signaling when we unload a layout
--one from deleting containments in random order,
we must first delete systrays and then the rest containments
7 years ago
Michail Vourlakos f617a9178e support multiple active layouts in layoutmanager 7 years ago