audoban
b144cd1f0b
improve auto sync geometry, and cleaning code unused
8 years ago
audoban
118a046d3b
reorder members
8 years ago
audoban
f9d8049c64
set on all activities #52
8 years ago
Michail Vourlakos
49a9c09c53
fix blue board positioning on location change
...
--clean up also a bit the EditModeVisual concerning
the plasmoid.location
8 years ago
Michail Vourlakos
a46e0a19c5
fix #25 , set dock's geometry correctly
8 years ago
Michail Vourlakos
f378d6c0db
set show/hide timers default values
8 years ago
Michail Vourlakos
78fcf1e1c4
replace QIconItem with Latte.IconItems
8 years ago
Michail Vourlakos
1d350ee6c0
move iconitem from app to plugin
8 years ago
Michail Vourlakos
23d0f7e8d9
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
992c9db3cd
fix correct placement of config window in startup
8 years ago
Michail Vourlakos
a7d1a04d0d
restore the init functionality
8 years ago
Michail Vourlakos
12f3edd2e1
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
bcee3d1a9b
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
e03cd673d6
fix in many cases placement of configuration win
8 years ago
Michail Vourlakos
79a97e160b
clean some old code in configuration window
8 years ago
Michail Vourlakos
ae8ae65344
fix #49 , reparent dndSpacer onDrop signal
8 years ago
audoban
e34661f1b5
fixed overflow when the user delete the text, and added holdPressed
8 years ago
Michail Vourlakos
f3bba103d1
adjust metrics in Latte TextField
8 years ago
audoban
f6b9a54aca
just permit flickable direction on vertically
8 years ago
audoban
f04a4b58c5
code formatted
8 years ago
audoban
e99f2fb8ac
spinbox improved
8 years ago
Michail Vourlakos
c7437d8e8f
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
306e242a54
new configuration based on various fixes
8 years ago
audoban
3a4e794de3
fit to horizontal width
8 years ago
audoban
9a707be48b
buttons add, remove and quit, more smalls
8 years ago
audoban
67114cf74c
added margin left for all checkbox
8 years ago
audoban
a2675c83f5
Centered spinboxes
8 years ago
audoban
9123aedffc
show the visibility modes with two columns
8 years ago
audoban
34f9bcf636
resync geometry for avoids that config ui covers the dock #38
8 years ago
audoban
a1152fd43a
file unnecessary
8 years ago
audoban
d96548e305
fixed add and remove dock
8 years ago
audoban
38b0c236b2
fixed wrong height
8 years ago
audoban
d1dfaa5e27
fixed lock reserved edges
8 years ago
audoban
0f7e41ab7e
config ui simplified
8 years ago
audoban
4ab37d33ed
fixed missing window icon #42
8 years ago
Smith AR
2b74c3a939
Merge pull request #45 from 0140454/master
...
Include necessary header file for std::abs
8 years ago
Michail Vourlakos
e848e6ed14
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
b510fdcdb5
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
2e6964ce69
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
dce87f13a6
fix binding loop in config from pages
8 years ago
Michail Vourlakos
0bad949e92
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
c899ac9023
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
ecf5139396
remove startup timers from containment
8 years ago
Michail Vourlakos
36ba1e7e86
remove no needed functionality from dockview
8 years ago
Smith AR
a0f4bcfb82
Merge pull request #43 from mateushonorato/patch-1
...
Change CMAKE_CXX_STANDARD from 11 to 14
8 years ago
mateushonorato
63422463cf
Change CMAKE_CXX_STANDARD from 11 to 14
...
I was getting the following error when trying to compile and install:
/home/mateus/Latte-Dock/app/iconitem.cpp: In member function ‘void Latte::IconItem::setSource(const QVariant&)’:
/home/mateus/Latte-Dock/app/iconitem.cpp:98:29: error: ‘make_unique’ is not a member of ‘std’
m_svgIcon = std::make_unique<Plasma::Svg>(this);
So, changing the CMAKE_CXX_STANDARD from 11 to 14 solved this, since make_unique is a C++14 feature.
8 years ago
Michail Vourlakos
9fdd44830f
cleanup shell translations
...
--shell translations are not used in reality,
only the apps one. This will solve any confusion
around where are the translation strings
8 years ago
Michail Vourlakos
6111a9c61e
ui,do not allow hiding when containsMouse
...
--or blockHiding as second step protection
8 years ago
Michail Vourlakos
1494ac710a
add icons for buttons in Bahavior Config Page
8 years ago
Michail Vourlakos
145f79c7be
update translation strings and greek translation
8 years ago