D7792: Fixing incorrectly capitalized regexps

2017-09-12 Thread Dominik Haumann
dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land. Good catch. We will also increase the version number, run and possibly update the unit tests, and push this later this day. Thanks! REPOSITORY R216 Syntax Highlighting REVISION DETAI

D7787: Set KPageListView width properly

2017-09-12 Thread Łukasz Wojniłowicz
wojnilowicz added a comment. In https://phabricator.kde.org/D7787#145222, @cfeck wrote: > This is for KWidgetsAddons, right? Yes. REPOSITORY R252 Framework Integration REVISION DETAIL https://phabricator.kde.org/D7787 To: wojnilowicz, #frameworks Cc: cfeck, tbaumgart, #kmymo

D6233: KKeyServer: fix handling of KeypadModifier.

2017-09-12 Thread Martin Flöser
graesslin added a comment. This seems to be a big problem. Kglobalaccell got more new bugs reported this week, than normally in a year. REPOSITORY R278 KWindowSystem REVISION DETAIL https://phabricator.kde.org/D6233 To: dfaure, graesslin Cc: broulik, martinkostolny, bcooksley, graesslin

D7792: Fixing incorrectly capitalized regexps

2017-09-12 Thread Greg Steuck
gregsteuck created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. REVISION SUMMARY Originally found and fixed by Sam Allen. REPOSITORY R216 Syntax Highlighting REVISION DETAIL https://phabricator.kde.org/D7792 AFFE

Re: qqc2-desktop-style as framework

2017-09-12 Thread Harald Sitter
Mh > set(CMAKE_LIBRARY_OUTPUT_DIRECTORY I don't think that will do for production. "This property specifies the directory into which library target files should be built. Multi-configuration generators (VS, Xcode) append a per-configuration subdirectory to the specified directory." I *think* the

D6233: KKeyServer: fix handling of KeypadModifier.

2017-09-12 Thread Kai Uwe Broulik
broulik added a comment. Confirmed. I just today experienced the "Rectangular screenshot" keyboard shortcut (Meta+Shift+PrintScreen) having stopped working on two machines. REPOSITORY R278 KWindowSystem REVISION DETAIL https://phabricator.kde.org/D6233 To: dfaure, graesslin Cc: broulik,

D6233: KKeyServer: fix handling of KeypadModifier.

2017-09-12 Thread Martin Kostolný
martinkostolny added a comment. Sorry, to be a bit late, but after updating to kwindowsystem 5.38, global shortcuts "meta+shift+" and "alt+shift+" stopped working on my system (Arch Linux). They can be configured no-problem (they are recognized and saved in configuration), but they do nothin

Re: qqc2-desktop-style as framework

2017-09-12 Thread Albert Astals Cid
El dimarts, 12 de setembre de 2017, a les 22:11:14 CEST, Marco Martin va escriure: > this is a quick and dirty attempt at this.. > i don't know how much it would break, but i think in order to have a > correct import usable without install it should do something along the > lines Do I read correc

Re: qqc2-desktop-style as framework

2017-09-12 Thread Marco Martin
this is a quick and dirty attempt at this.. i don't know how much it would break, but i think in order to have a correct import usable without install it should do something along the lines On Tue, Sep 12, 2017 at 8:49 PM, Marco Martin wrote: > On Mon, Sep 11, 2017 at 4:59 PM, Harald Sitter wrot

D7774: [solid/fstab] Add support for x-gvfs style options in fstab

2017-09-12 Thread Stefan Brüns
bruns updated this revision to Diff 19458. bruns added a comment. Remove erroneous const, takeFirst requires a mutable list REPOSITORY R245 Solid CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7774?vs=19418&id=19458 BRANCH master REVISION DETAIL https://phabricator.kde.org/D

D7787: Set KPageListView width properly

2017-09-12 Thread Christoph Feck
cfeck added a comment. This is for KWidgetsAddons, right? REPOSITORY R252 Framework Integration REVISION DETAIL https://phabricator.kde.org/D7787 To: wojnilowicz, #frameworks Cc: cfeck, tbaumgart, #kmymoney

D7787: Set KPageListView width properly

2017-09-12 Thread Łukasz Wojniłowicz
wojnilowicz created this revision. wojnilowicz added a project: Frameworks. REVISION SUMMARY sizeHintForIndex returns lower value than sizeHintForColumn and because of that horizontal scrollbar appears which is unnecessary. Hardcoded 25 value has been changed to `vertical scrollbar width + 5

Re: qqc2-desktop-style as framework

2017-09-12 Thread Marco Martin
On Mon, Sep 11, 2017 at 4:59 PM, Harald Sitter wrote: > Another option I can think of is "installing" to the build directory > during cmake stage (i.e. construct a qml import path in > $CMAKE_BINARY_DIR). That's only more complicated and altogether meh > though, compared to simply adjusting the so

D7750: fix crash when more than one instances of ExtractorCollection are destructed

2017-09-12 Thread Matthieu Gallien
mgallien updated this revision to Diff 19450. mgallien added a comment. remove duplicated code REPOSITORY R286 KFileMetaData CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7750?vs=19416&id=19450 BRANCH fixPluginDelete REVISION DETAIL https://phabricator.kde.org/D7750 AFFECT

D7580: Support loading by stream and restoring state on reload

2017-09-12 Thread Friedrich W . H . Kossebau
kossebau added a comment. In https://phabricator.kde.org/D7580#144557, @dfaure wrote: > In https://phabricator.kde.org/D7580#144518, @kossebau wrote: > > > When I read this initially, I guessed this method is just about the view state. But is also bound to data-pulling by the kpart, g

D7580: Support loading by stream and restoring state on reload

2017-09-12 Thread Friedrich W . H . Kossebau
kossebau updated this revision to Diff 19446. kossebau added a comment. add support for state restoring via BrowserExtension REPOSITORY R383 SVGPart CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7580?vs=19091&id=19446 BRANCH supportstreamandreload REVISION DETAIL https://ph

D7774: [solid/fstab] Add support for x-gvfs style options in fstab

2017-09-12 Thread Kai Uwe Broulik
broulik accepted this revision. This revision is now accepted and ready to land. REPOSITORY R245 Solid BRANCH master REVISION DETAIL https://phabricator.kde.org/D7774 To: bruns, #plasma, broulik Cc: plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, a

D7773: [solid/fstab] Swap vendor and product properties, allow i18n of description

2017-09-12 Thread Kai Uwe Broulik
broulik accepted this revision. This revision is now accepted and ready to land. REPOSITORY R245 Solid BRANCH arc1 REVISION DETAIL https://phabricator.kde.org/D7773 To: bruns, #plasma, broulik Cc: plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abe

D7750: fix crash when more than one instances of ExtractorCollection are destructed

2017-09-12 Thread Anthony Fieroni
anthonyfieroni added inline comments. INLINE COMMENTS > extractor.cpp:39-46 > +if (d) { > +if (d->m_pluginLoader.isLoaded()) { > +d->m_pluginLoader.unload(); > +} else { > +delete d->m_plugin; > +} > +} Make a method to call it, here and in