Plasma-next-nm

2014-03-14 Thread Jan Grulich
Hi,

I would like to inform you about the current situation with plasma-nm and 
libraries for Plasma Next.

We just started working on a proper Qt5/KF5 port of plasm-nm together with 
libnm-qt/libmm-qt libraries.
For libnm-qt we decided to port master branch to Qt5 and make it work with the 
current stable version of
NM and also with the current development version (future NM 0.9.10). In 
libmm-qt it is also ported to Qt5 in
master, but we set minimum required version of ModemManager to 1.1, which was 
previous development 
version, but MM 1.2 is already out and we suppose that major distributions will 
have this version in their
next release. I think a few distributions already have it, like ArchLinux, 
OpenSuse, Gentoo and Fedora.
For plasma-nm we created a new branch called 0.9.3 (maybe we should pick up a 
better name) for the 
current stable version and we plan to make one more stable release with the new 
model, so it's easier to
maintain it and backport fixes from Plasma Next version. There is also new 
branch called frameworks-update,
where I merged master with the current frameworks branch and I would like to 
make it work properly and 
then merge it to back to frameworks and here continue with development. Right 
now I recommend not using
frameworks-update branch and wait until it's merged to frameworks.

We were also thinking of having libnm-qt/libmm-qt as frameworks, they depend 
only on Qt, so they could be 
in Tier 1, but would be probably better to wait on the new version of 
NetworkManager and update it completely.

Cheers,
Jan

-- 
Jan Grulich 
Red Hat Czech, s.r.o
jgrul...@redhat.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Plasma Next - Translations KCM - What Languages?

2014-03-14 Thread John Layt
Hi,

I'm doing some more work on the new KCM for Translations, i.e. the KCM in 
Plasma Next to configure the LANGUAGE env var that startkde will export for 
all apps running under Plasma Next to use, including Gtk as well as Qt apps.  
Because this is now the workspace/desktop wide setting, and not the setting 
for just KDE apps under all workspaces, the way the current KCM works may no 
longer be valid.

The current Languages KCM has two columns, Available Languages and 
Preferred Languages.  The Available Languages is populated with the list of 
all KDE translations installed by calling KLocale::installedLanguages(), i.e. 
all the QStandardPaths::GenericDataLocation/locale/*/entry.desktop files 
installed.

Now, that seems a fine idea, until you think about non-KDE apps that may have 
other translation languages installed which won't get listed.  Are we 
concerned about those?  Is there a common cross-distro way to find out all 
languages that are installed?  Do we just scan all the locale/*/LC_MESSAGES/* 
or locale-bundle/*/LC_MESSAGES/* entries installed to get all the possible 
languages (and what is the difference between locale and locale-bundle)?  Or 
do we list all languages regardless of whether they are installed or not 
(probably way too many)?

If we stick with just KDE translations installed, do we copy the 
KLocale::installedLanguages() code (will we still be installing the 
entry.desktop files?), or use the new 
KLocalizedString::availableApplicationTranslations() method which requires 
setting an Application Domain to define which LC_MESSAGES file to look for (if 
so, which one)?

Cheers!

John.

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Review Request 116800: introduce the command line argument --appletPath in plasmoidviewer

2014-03-14 Thread Giorgos Tsiapaliokas

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116800/
---

Review request for Plasma.


Repository: plasmate


Description
---

The appletPath contains the path of the applet, if the user
doesn't give a path then the refresh button of the plasmoidviewer will
be hidden because we need the plasmoid path in order to execute
`plasmapkg2 -u $myapplet`. Also this patch installs the plasmoid automatically
so the user can refresh the plasmoid without having to install the plasmoid 
manually.


Diffs
-

  plasmoidviewer/main.cpp e8e9b98 
  plasmoidviewer/qmlpackages/shell/contents/views/SdkButtons.qml 742f1d1 
  plasmoidviewer/view.h d997f15 
  plasmoidviewer/view.cpp 76fd542 

Diff: https://git.reviewboard.kde.org/r/116800/diff/


Testing
---

1. paths like ~/kf5/foo/plasmoid work
2. the plasmoid is being loaded even without the --appletPath


Thanks,

Giorgos Tsiapaliokas

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Review Request 116802: Fix for Bug 331919 - MediaPlayer is not in front when a media is played from 'Open With'

2014-03-14 Thread Ashish Madeti

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116802/
---

Review request for Plasma, Shantanu Tushar, Sinny Kumari, and Sujith Haridasan.


Bugs: 331919
http://bugs.kde.org/show_bug.cgi?id=331919


Repository: plasma-mediacenter


Description
---

When a media was played from a folder using Open With or is passed as an 
argument to PMC, playlist was shown instead of the media.
This behavior is fixed in this patch.


Diffs
-

  shells/newshell/package/contents/ui/mediacenter.qml 714e561 

Diff: https://git.reviewboard.kde.org/r/116802/diff/


Testing
---

Tested with both open with and command line arguments.


Thanks,

Ashish Madeti

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 116744: Play All Button in Plasma Media Center

2014-03-14 Thread Atul Dubey

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116744/
---

(Updated March 15, 2014, 5:20 a.m.)


Review request for Plasma, Akshay Ratan, Shantanu Tushar, Sinny Kumari, and 
Sujith Haridasan.


Changes
---

I've removed the unnecessary changes in the patch and remodified it with just 
the play all change..


Bugs: 331040
http://bugs.kde.org/show_bug.cgi?id=331040


Repository: plasma-mediacenter


Description
---

Tried to fix the Play All button... Now it plays the first track of the album 
that is added... 

Earlier, it was just getting populated in the playlist and the sog wasn't 
playing...


Diffs (updated)
-

  browsingbackends/localfiles/localfilesabstractbackend.cpp faaafa7 

Diff: https://git.reviewboard.kde.org/r/116744/diff/


Testing
---


Thanks,

Atul Dubey

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 116736: Bug Fixed - The plasma-media center displays the time in AM between 12 noon and 1pm

2014-03-14 Thread Atul Dubey

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116736/
---

(Updated March 15, 2014, 5:51 a.m.)


Review request for Plasma, Akshay Ratan, Shantanu Tushar, Sinny Kumari, and 
Sujith Haridasan.


Changes
---

Used the Qt::formatString method this time... Please check... Its showing the 
right results..


Bugs: 330115
http://bugs.kde.org/show_bug.cgi?id=330115


Repository: plasma-mediacenter


Description
---

Fixed the bug. Applied a new condition. Tested on local system.


Diffs (updated)
-

  mediaelements/mediawelcome/HomeScreenFooter.qml d2c0eb7 

Diff: https://git.reviewboard.kde.org/r/116736/diff/


Testing
---


Thanks,

Atul Dubey

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 116736: Bug Fixed - The plasma-media center displays the time in AM between 12 noon and 1pm

2014-03-14 Thread Atul Dubey

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116736/
---

(Updated March 15, 2014, 5:53 a.m.)


Review request for Plasma, Akshay Ratan, Shantanu Tushar, Sinny Kumari, and 
Sujith Haridasan.


Changes
---

Sorry for the previous diff... It had white spaces... this is the final one..


Bugs: 330115
http://bugs.kde.org/show_bug.cgi?id=330115


Repository: plasma-mediacenter


Description
---

Fixed the bug. Applied a new condition. Tested on local system.


Diffs (updated)
-

  browsingbackends/localfiles/localfilesabstractbackend.cpp faaafa7 
  mediaelements/mediawelcome/HomeScreenFooter.qml d2c0eb7 

Diff: https://git.reviewboard.kde.org/r/116736/diff/


Testing
---


Thanks,

Atul Dubey

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Review Request 116736: Bug Fixed - The plasma-media center displays the time in AM between 12 noon and 1pm

2014-03-14 Thread Atul Dubey

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116736/
---

(Updated March 15, 2014, 5:53 a.m.)


Status
--

This change has been discarded.


Review request for Plasma, Akshay Ratan, Shantanu Tushar, Sinny Kumari, and 
Sujith Haridasan.


Bugs: 330115
http://bugs.kde.org/show_bug.cgi?id=330115


Repository: plasma-mediacenter


Description
---

Fixed the bug. Applied a new condition. Tested on local system.


Diffs
-

  browsingbackends/localfiles/localfilesabstractbackend.cpp faaafa7 
  mediaelements/mediawelcome/HomeScreenFooter.qml d2c0eb7 

Diff: https://git.reviewboard.kde.org/r/116736/diff/


Testing
---


Thanks,

Atul Dubey

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Review Request 116804: Bug Fix for the Footer time

2014-03-14 Thread Atul Dubey

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116804/
---

Review request for Plasma, Akshay Ratan, Shantanu Tushar, Sinny Kumari, and 
Sujith Haridasan.


Bugs: 330115
http://bugs.kde.org/show_bug.cgi?id=330115


Repository: plasma-mediacenter


Description
---

Used the Qt::formatTime method to get the time in correct format... Hope it 
works..


Diffs
-

  mediaelements/mediawelcome/HomeScreenFooter.qml d2c0eb7 

Diff: https://git.reviewboard.kde.org/r/116804/diff/


Testing
---


Thanks,

Atul Dubey

___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel