Commit Graph

264 Commits (dd7009e96e42f25a890ad76b506a1e9a1dc691b5)
 

Author SHA1 Message Date
Johan Smith Agudelo Rodriguez dd7009e96e reduced number of calls to syncGeometry 8 years ago
Johan Smith Agudelo Rodriguez 60f6f8d942 update dockconfig view 8 years ago
Johan Smith Agudelo Rodriguez 165f0bbdaf don't unlock blockHiding property when user is configuring 8 years ago
Johan Smith Agudelo Rodriguez 16078ed240 maximum background width 8 years ago
Johan Smith Agudelo Rodriguez 03eeb6074d update geometry just when is necessary 8 years ago
Johan Smith Agudelo Rodriguez 2cb031ee50 improve auto sync geometry, and cleaning code unused 8 years ago
Johan Smith Agudelo Rodriguez 417f6f9e38 reorder members 8 years ago
Johan Smith Agudelo Rodriguez 77917920fd set on all activities #52 8 years ago
Michail Vourlakos f0f4abb1b3 fix blue board positioning on location change
--clean up also a bit the EditModeVisual concerning
the  plasmoid.location
8 years ago
Michail Vourlakos c831f3f8c6 fix #25, set dock's geometry correctly 8 years ago
Michail Vourlakos 456612d7fd set show/hide timers default values 8 years ago
Michail Vourlakos 6bcd39d07d replace QIconItem with Latte.IconItems 8 years ago
Michail Vourlakos 7896919736 move iconitem from app to plugin 8 years ago
Michail Vourlakos dd091b6569 restore layouts in main config window
--the latest fix for the configuration window placement
does not need to drop the clean implementation with
layouts
8 years ago
Michail Vourlakos 1ffa4e9ab4 fix correct placement of config window in startup 8 years ago
Michail Vourlakos 52d64b561c restore the init functionality 8 years ago
Michail Vourlakos fba9d62ee2 fix #50, update config window location
--fix also some crashes concerning the existence
of multiple config windows from different docks.
8 years ago
Michail Vourlakos 8fa6225cdb fix #24, probably fixed
--opening configuration window all the time and
I havent found a case that this is not shown yet
8 years ago
Michail Vourlakos 4bb21fb0c8 fix in many cases placement of configuration win 8 years ago
Michail Vourlakos 90099242c0 clean some old code in configuration window 8 years ago
Michail Vourlakos 7a62226707 fix #49, reparent dndSpacer onDrop signal 8 years ago
Johan Smith Agudelo Rodriguez 98eb110e1f fixed overflow when the user delete the text, and added holdPressed 8 years ago
Michail Vourlakos 359a84b7b5 adjust metrics in Latte TextField 8 years ago
Johan Smith Agudelo Rodriguez 102ebf74da just permit flickable direction on vertically 8 years ago
Johan Smith Agudelo Rodriguez f5c564ede5 code formatted 8 years ago
Johan Smith Agudelo Rodriguez c0c54ca2be spinbox improved 8 years ago
Michail Vourlakos ce29e908bf improve margins in all pages
--take into account that a vertical scroll bar
could appear and also give more margin to
sub-items comparing to headers
8 years ago
Michail Vourlakos c70a20cdd3 new configuration based on various fixes 8 years ago
Johan Smith Agudelo Rodriguez 976cd2bb62 fit to horizontal width 8 years ago
Johan Smith Agudelo Rodriguez 66d96ddb5b buttons add, remove and quit, more smalls 8 years ago
Johan Smith Agudelo Rodriguez 51a999576c added margin left for all checkbox 8 years ago
Johan Smith Agudelo Rodriguez f08e0ad72e Centered spinboxes 8 years ago
Johan Smith Agudelo Rodriguez 3288a92e23 show the visibility modes with two columns 8 years ago
Johan Smith Agudelo Rodriguez 34772cdc21 resync geometry for avoids that config ui covers the dock #38 8 years ago
Johan Smith Agudelo Rodriguez 0f5699a5e1 file unnecessary 8 years ago
Johan Smith Agudelo Rodriguez 06c99a2a13 fixed add and remove dock 8 years ago
Johan Smith Agudelo Rodriguez e6ea63b34d fixed wrong height 8 years ago
Johan Smith Agudelo Rodriguez 76bc40d5d8 fixed lock reserved edges 8 years ago
Johan Smith Agudelo Rodriguez b544c80a31 config ui simplified 8 years ago
Johan Smith Agudelo Rodriguez 134a3e7015 fixed missing window icon #42 8 years ago
Johan Smith Agudelo Rodriguez c9ce067e39 Merge pull request #45 from 0140454/master
Include necessary header file for std::abs
8 years ago
Michail Vourlakos 4eb143714a fix a crash with right click
--when an applet was first added through
drag n' drop if afterwards a right click
event occured then a crash happened... This
fixes this and also properly removing the
AppletQuickItem from dockview. So this fixes
two crashes concerning the right click event
8 years ago
Michail Vourlakos 8ef2560688 clean plasmoid zoom in spesific cases
--fixes a small issue when hovering applets too
fast sometimes the tasks inside the plasmoid
didnt catch up to restore their zoom
8 years ago
0140454 7bdf1ccb23 Include necessary header file for std::abs
While compiling Latte-Dock, i got the following error:

/data/latte-dock/src/latte-dock-git/app/iconitem.cpp:393:46:   required from here
/data/latte-dock/src/latte-dock-git/app/../liblattedock/extras.h:69:20: error: call of overloaded ‘abs(double)’ is ambiguous
     return std::abs(x - y) < std::numeric_limits<T>::epsilon() *
     std::abs(x + y) * ulp

In order to solve this error, i have to include `cmath`.
8 years ago
Michail Vourlakos cd0eeb9ff1 fix binding loop in config from pages 8 years ago
Michail Vourlakos 14e1ca01ab basic support for no compositingActive
--this commit supports disabled compositing
but enabled for the dock a pseudo-AlwaysVisible
state in such case occurs. All hiding signals
are ignored
8 years ago
Michail Vourlakos df084b1783 fix #13,corona should load layout a bit later
--corona should load its layout after the activities
consumer is ready. Otherwise all the functionality
concerning activities may not work correctly on its
first initialization
8 years ago
Michail Vourlakos e44a1a3a48 remove startup timers from containment 8 years ago
Michail Vourlakos a857b18271 remove no needed functionality from dockview 8 years ago
Johan Smith Agudelo Rodriguez 93f35b8967 Merge pull request #43 from mateushonorato/patch-1
Change CMAKE_CXX_STANDARD from 11 to 14
8 years ago