[utilities/ark] doc: doc filemanager -> file manager

2023-09-30 Thread Elvis Angelaccio
Git commit 2a7080c9df0afdddc7b801dd2d73464f92344bcd by Elvis Angelaccio, on behalf of Marius P. Committed on 30/09/2023 at 18:28. Pushed by elvisangelaccio into branch 'master'. doc filemanager -> file manager M +7-7doc/index.docbook https://invent.kde.org/utilities/ark/-/com

[network/kio-s3] /: Port to WorkerBase

2022-09-13 Thread Elvis Angelaccio
Git commit 42562a41af3849bbc029cfa87efc39e356157a05 by Elvis Angelaccio. Committed on 13/09/2022 at 22:23. Pushed by elvisangelaccio into branch 'master'. Port to WorkerBase WorkerBase requires KIO 5.96. It seems that this version of KF5 brings in the QT_NO_CAST_FROM_ASCII macro, so this commit

[network/kio-s3] /: Add documentation, metadata and shorcut from remote:/

2021-01-06 Thread Elvis Angelaccio
Git commit a0ce75a31ce05f1bc10f8227a13978001ba1e9bd by Elvis Angelaccio. Committed on 06/01/2021 at 23:00. Pushed by elvisangelaccio into branch 'master'. Add documentation, metadata and shorcut from remote:/ M +2-2CMakeLists.txt A +7-0desktop/CMakeLists.txt A +37 -0

[utilities/symmy/release/1.0] /: Add missing licenses

2021-01-05 Thread Elvis Angelaccio
Git commit d257894efada9a39cc2828535a77cb5b2593dd12 by Elvis Angelaccio. Committed on 05/01/2021 at 16:19. Pushed by elvisangelaccio into branch 'release/1.0'. Add missing licenses M +3-0CMakeLists.txt A +26 -0LICENSES/BSD-3-Clause.txt A +121 -0LICENSES/CC0-1.0.txt M +3

D29006: Allow to copy or move selection to the other split view

2020-05-12 Thread Elvis Angelaccio
elvisangelaccio accepted this revision. REPOSITORY R318 Dolphin REVISION DETAIL https://phabricator.kde.org/D29006 To: aprcela, #dolphin, elvisangelaccio, ngraham, meven, dfaure Cc: yurchor, kde-doc-english, dfaure, meven, kfm-devel, waitquietly, azyx, nikolaik, pberestov, iasensio,

D29006: Allow to copy or move selection to the other split view

2020-05-11 Thread Elvis Angelaccio
elvisangelaccio added inline comments. INLINE COMMENTS > dolphinview.h:377 > + */ > +void copySelectedItems(const KFileItemList , const QUrl > ); > + Let's just call it `destinationUrl`. This can be any URL, not necessarily the URL of a split pane. > dolphinview.h:383 > + */ > +

D29006: Allow to copy or move selection to the other split view

2020-05-11 Thread Elvis Angelaccio
elvisangelaccio added inline comments. INLINE COMMENTS > aprcela wrote in dolphinview.h:367-377 > `copySelectedItems()` is already used to copy to clipboard. See L365. Not anymore since d1a70c0b62 ;) REPOSITORY R318

D22594: [Dolphin] Open Preferred Search Tool action

2020-05-05 Thread Elvis Angelaccio
elvisangelaccio added inline comments. INLINE COMMENTS > broulik wrote in dolphinmainwindow.cpp:2289 > > It is still impossible to detect (un)installation of such tool. > > There's signals when the KSycoca service database changes which we use in the > application menu to update when apps are

D29006: Allow to copy or move selection to the other split view

2020-05-03 Thread Elvis Angelaccio
elvisangelaccio requested changes to this revision. elvisangelaccio added a comment. The feature looks reasonable to me. INLINE COMMENTS > dolphinmainwindow.cpp:670-684 > +void DolphinMainWindow::copyToOtherView() > +{ > +const DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); > +

D26197: Display fully qualified class/namespace name as page header

2019-12-24 Thread Elvis Angelaccio
elvisangelaccio added a reviewer: ochurlaud. REPOSITORY R264 KApiDox REVISION DETAIL https://phabricator.kde.org/D26197 To: davidre, ochurlaud Cc: ngraham, aacid, jucato, kde-frameworks-devel, kde-doc-english, LeGast00n, gennad, fbampaloukas, GB_2, michaelh, bruns, skadinna

D25987: Don't overload the word "Properties" to mean multiple things

2019-12-15 Thread Elvis Angelaccio
elvisangelaccio accepted this revision. REPOSITORY R318 Dolphin BRANCH dont-overload-properties-term (branched from master) REVISION DETAIL https://phabricator.kde.org/D25987 To: ngraham, #vdg, #dolphin, ndavis, elvisangelaccio Cc: ndavis, kfm-devel, kde-doc-english, pberestov, iasensio,

D22594: [Dolphin] Open Preferred Search Tool action

2019-11-17 Thread Elvis Angelaccio
This revision was automatically updated to reflect the committed changes. Closed by commit R318:537dc7864ae3: [Dolphin] Open Preferred Search Tool action (authored by pdabrowski, committed by elvisangelaccio). REPOSITORY R318 Dolphin CHANGES SINCE LAST UPDATE

[dolphin] /: [Dolphin] Open Preferred Search Tool action

2019-11-17 Thread Elvis Angelaccio
Git commit 537dc7864ae31e7c1c9a0a0ecf559b7cace23a82 by Elvis Angelaccio, on behalf of Piotr Henryk Dabrowski. Committed on 17/11/2019 at 17:15. Pushed by elvisangelaccio into branch 'master'. [Dolphin] Open Preferred Search Tool action Summary: Added "Open Preferred Search Tool" actio

D22594: [Dolphin] Open Preferred Search Tool action

2019-11-17 Thread Elvis Angelaccio
elvisangelaccio accepted this revision. This revision is now accepted and ready to land. REPOSITORY R318 Dolphin REVISION DETAIL https://phabricator.kde.org/D22594 To: pdabrowski, #dolphin, ngraham, elvisangelaccio Cc: pkloc, kfm-devel, kde-doc-english, pberestov, iasensio, fprice, gennad,

D22594: [Dolphin] Open Preferred Search Tool action

2019-10-13 Thread Elvis Angelaccio
elvisangelaccio requested changes to this revision. elvisangelaccio added a comment. This revision now requires changes to proceed. Almost there! INLINE COMMENTS > pdabrowski wrote in dolphinmainwindow.cpp:916-919 > There is no other way to update the open_preferred_search_tool action >

D22594: [Dolphin] Open Preferred Search Tool action

2019-09-22 Thread Elvis Angelaccio
elvisangelaccio requested changes to this revision. elvisangelaccio added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > dolphinmainwindow.cpp:894 > +KMoreToolsMenuFactory("dolphin/search-tools").fillMenuFromGroupingNames( > +_searchTools, {

D22594: [Dolphin] Open Preferred Search Tool action

2019-09-15 Thread Elvis Angelaccio
elvisangelaccio added a comment. Needs one more rebase, sorry REPOSITORY R318 Dolphin REVISION DETAIL https://phabricator.kde.org/D22594 To: pdabrowski, #dolphin, ngraham, elvisangelaccio Cc: pkloc, kfm-devel, kde-doc-english, iasensio, fprice, gennad, MrPepe, fbampaloukas, alexde,

D22594: [Dolphin] Open Preferred Search Tool action

2019-09-14 Thread Elvis Angelaccio
elvisangelaccio added inline comments. INLINE COMMENTS > dolphinui.rc:2 > > - > + > Please rebase, thanks! REPOSITORY R318 Dolphin REVISION DETAIL https://phabricator.kde.org/D22594 To: pdabrowski, #dolphin, ngraham, elvisangelaccio Cc: pkloc, kfm-devel, kde-doc-english,

D22444: Add Reset Zoom Level action inside View menu

2019-09-10 Thread Elvis Angelaccio
elvisangelaccio accepted this revision. This revision is now accepted and ready to land. REPOSITORY R318 Dolphin BRANCH arcpatch-D22444 REVISION DETAIL https://phabricator.kde.org/D22444 To: ngraham, elvisangelaccio, shubham, #dolphin Cc: broulik, cfeck, kfm-devel, kde-doc-english,

D22594: [Dolphin] Open Preferred Search Tool action

2019-08-14 Thread Elvis Angelaccio
elvisangelaccio added a comment. I'll be AFK for a week for vacation. Will do a proper review once I'm back ;) INLINE COMMENTS > dolphinmainwindow.cpp:874 > + > +void DolphinMainWindow::setupUpdateOpenPreferredSearchToolAction() { > +QAction* openPreferredSearchTool = >

D22444: Add Reset Zoom Level action inside View menu

2019-08-03 Thread Elvis Angelaccio
elvisangelaccio added a comment. One more thing: the new action doesn't show up in the View menu from the menubar. REPOSITORY R318 Dolphin REVISION DETAIL https://phabricator.kde.org/D22444 To: ngraham, elvisangelaccio, shubham, #dolphin Cc: cfeck, kfm-devel, kde-doc-english, aprcela,

D22444: Add Reset Zoom Level action inside View menu

2019-08-03 Thread Elvis Angelaccio
elvisangelaccio requested changes to this revision. elvisangelaccio added a comment. This revision now requires changes to proceed. In D22444#496089 , @elvisangelaccio wrote: > Please use a descriptive commit message:

D22594: [Dolphin] Open Preferred Search Tool action

2019-07-28 Thread Elvis Angelaccio
elvisangelaccio added a comment. In D22594#498890 , @ngraham wrote: > As for the feature itself, for the past few years I'd been opposed to this, on the basis that people should just use the built-in Baloo-based search instead. But

D22444: Add zoom reset action

2019-07-15 Thread Elvis Angelaccio
elvisangelaccio requested changes to this revision. elvisangelaccio added a comment. This revision now requires changes to proceed. Please use a descriptive commit message: https://community.kde.org/Policies/Commit_Policy#Always_add_descriptive_log_messages REPOSITORY R318 Dolphin

[dolphin] /: Open externally called files/directories in new tabs

2019-05-30 Thread Elvis Angelaccio
Git commit 27e3907a3daf9a63d05c00a0ff746de6cfdf2bdf by Elvis Angelaccio, on behalf of Alexander Saoutkin. Committed on 30/05/2019 at 20:40. Pushed by elvisangelaccio into branch 'master'. Open externally called files/directories in new tabs Summary: FEATURE: 183429 FIXED-IN: 19.08.0 GUI: new

D19770: Use placeholder for search action

2019-04-22 Thread Elvis Angelaccio
elvisangelaccio added a comment. In D19770#453747 , @ngraham wrote: > In D19770#453371 , @elvisangelaccio wrote: > > > I still think that the rename from "Search" to "Find" should be done either

D19770: Use placeholder for search action

2019-04-20 Thread Elvis Angelaccio
elvisangelaccio requested changes to this revision. elvisangelaccio added a comment. This revision now requires changes to proceed. I still think that the rename from "Search" to "Find" should be done either upstream/globally or not at all. Anyway, it's unrelated from this commit, which

D11724: Update dolphin docbook to 18.04

2018-03-26 Thread Elvis Angelaccio
elvisangelaccio accepted this revision as: elvisangelaccio. elvisangelaccio added a comment. This revision is now accepted and ready to land. Thanks REPOSITORY R318 Dolphin REVISION DETAIL https://phabricator.kde.org/D11724 To: lueck, #dolphin, #documentation, elvisangelaccio Cc:

D8994: Install manpage rather than docbook

2017-11-25 Thread Elvis Angelaccio
elvisangelaccio marked 2 inline comments as done. REPOSITORY R893 Symmy REVISION DETAIL https://phabricator.kde.org/D8994 To: elvisangelaccio, #documentation, lueck, ltoscano

[symmy] /: Install manpage rather than docbook

2017-11-25 Thread Elvis Angelaccio
Git commit 5b3eb51374cff62a5535492e68e069c05634c6e7 by Elvis Angelaccio. Committed on 25/11/2017 at 12:37. Pushed by elvisangelaccio into branch 'master'. Install manpage rather than docbook Supersedes D8988 KDocTools >= 5.27 is required for the Elvis.Angelaccio entities. Review

D8994: Install manpage rather than docbook

2017-11-25 Thread Elvis Angelaccio
This revision was automatically updated to reflect the committed changes. Closed by commit R893:5b3eb51374cf: Install manpage rather than docbook (authored by elvisangelaccio). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D8994?vs=22914=22915#toc REPOSITORY R893 Symmy CHANGES SINCE

D8994: Install manpage rather than docbook

2017-11-25 Thread Elvis Angelaccio
elvisangelaccio created this revision. elvisangelaccio added a reviewer: Documentation. REVISION SUMMARY Supersedes https://phabricator.kde.org/D8988 BRANCH master REVISION DETAIL https://phabricator.kde.org/D8994 AFFECTED FILES doc/CMakeLists.txt doc/index.docbook

D8994: Install manpage rather than docbook

2017-11-25 Thread Elvis Angelaccio
elvisangelaccio added reviewers: lueck, ltoscano. REVISION DETAIL https://phabricator.kde.org/D8994 To: elvisangelaccio, #documentation, lueck, ltoscano

D8988: Proofread Symmy docbook

2017-11-24 Thread Elvis Angelaccio
elvisangelaccio added a comment. We probably need a manpage anyway, since this is a cli app. If we go with manpage only, would it show up in khelpcenter? REPOSITORY R893 Symmy REVISION DETAIL https://phabricator.kde.org/D8988 To: lueck, elvisangelaccio, #documentation Cc: ltoscano

[symmy] /: Add docbook

2017-11-23 Thread Elvis Angelaccio
Git commit e19f53fe7c67bf9ad82db1a1b142450ea9d5b957 by Elvis Angelaccio. Committed on 23/11/2017 at 11:07. Pushed by elvisangelaccio into branch 'master'. Add docbook M +2-0CMakeLists.txt A +3-0doc/CMakeLists.txt A +140 -0doc/index.docbook https://commits.kde.org/symmy

[ark] /: Introduce settings page to configure plugins

2016-12-19 Thread Elvis Angelaccio
Git commit cdaebc21b8fcde2001cc1fcd3239534cd904e65c by Elvis Angelaccio. Committed on 19/12/2016 at 15:58. Pushed by elvisangelaccio into branch 'master'. Introduce settings page to configure plugins This commit adds a page in the settings dialog where the user can enable/disable plugins

[kronometer/2.1] /: Update email address

2016-11-25 Thread Elvis Angelaccio
Git commit a02723da19ce1a164e0e81af4ad5e67f91eb5874 by Elvis Angelaccio. Committed on 25/11/2016 at 10:26. Pushed by elvisangelaccio into branch '2.1'. Update email address M +1-1autotests/testlap.cpp M +1-1autotests/testlap.h M +1-1autotests/testsession.cpp M +1

Re: Review Request 129516: add missing X-DocPath in json file

2016-11-21 Thread Elvis Angelaccio
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129516/#review101020 --- Ship it! Thanks! - Elvis Angelaccio On Nov. 21, 2016

Re: Review Request 129516: add missing X-DocPath in desktop file

2016-11-21 Thread Elvis Angelaccio
category? Do you how would we do that? The docbook is installed in `/usr/share/doc/HTML/en/kioslave5/` but it seems that's not enough... - Elvis Angelaccio On Nov. 21, 2016, 8:16 a.m., Burkhard Lück wrote: > > --- > This is an auto

Re: Review Request 129365: add encryption methods

2016-11-15 Thread Elvis Angelaccio
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129365/#review100860 --- Ship it! Ship It! - Elvis Angelaccio On Nov. 14, 2016

Re: Review Request 129365: add encryption methods

2016-11-14 Thread Elvis Angelaccio
> On Nov. 11, 2016, 10:29 a.m., Elvis Angelaccio wrote: > > doc/index.docbook, line 340 > > <https://git.reviewboard.kde.org/r/129365/diff/1/?file=484492#file484492line340> > > > > Technically only zip and *only with the p7zip backend*, but I supposed &g

Re: Review Request 129365: add encryption methods

2016-11-11 Thread Elvis Angelaccio
> On Nov. 11, 2016, 10:29 a.m., Elvis Angelaccio wrote: > > doc/index.docbook, line 340 > > <https://git.reviewboard.kde.org/r/129365/diff/1/?file=484492#file484492line340> > > > > Technically only zip and *only with the p7zip backend*, but I supposed &g

[ark] part: Rename 'Add Files to' action

2016-11-02 Thread Elvis Angelaccio
Git commit 62ef7be7544ae2b7d8b48e0bd1fe2fea00474f7e by Elvis Angelaccio. Committed on 02/11/2016 at 18:12. Pushed by elvisangelaccio into branch 'master'. Rename 'Add Files to' action GUI: Differential Revision: D3224 M +1-1part/part.cpp http://commits.kde.org/ark

[kio-gdrive] /: Introduce documentation

2016-10-03 Thread Elvis Angelaccio
Git commit e43cfbab5648ddc51d5d95c485455ef71391b0e7 by Elvis Angelaccio. Committed on 03/10/2016 at 14:15. Pushed by elvisangelaccio into branch 'master'. Introduce documentation M +1-0CMakeLists.txt A +3-0doc/CMakeLists.txt A +41 -0doc/index.docbook http

[ark] /: GIT_SILENT Update email address (silent)

2016-09-19 Thread Elvis Angelaccio
Git commit 96b26b567fa0ea7188331bf4d608fea8b47528c1 by Elvis Angelaccio. Committed on 19/09/2016 at 18:28. Pushed by elvisangelaccio into branch 'master'. GIT_SILENT Update email address M +1-1app/compressfileitemaction.cpp M +1-1app/compressfileitemaction.h M +1-1app

[kronometer] /: Update email address

2016-09-19 Thread Elvis Angelaccio
Git commit 54b8e98dff3e2d2cab0c8b1e63f6df98799ebbf2 by Elvis Angelaccio. Committed on 19/09/2016 at 13:57. Pushed by elvisangelaccio into branch 'master'. Update email address M +1-1autotests/core/testlap.cpp M +1-1autotests/core/testlap.h M +1-1autotests/core

[ark] kerfuffle: Merge branch 'gsoc2016/master'

2016-09-09 Thread Elvis Angelaccio
Git commit 4d0eaefcf59f7b191bf4a1f740817a8bee3c4395 by Elvis Angelaccio. Committed on 09/09/2016 at 13:56. Pushed by elvisangelaccio into branch 'master'. Merge branch 'gsoc2016/master' This commit merges the work done by Vladyslav Batyrenko during the Google Summer of Code 2016 program. Cut

Re: Review Request 128378: Update KWalletmanager docbook to 16.04

2016-08-10 Thread Elvis Angelaccio
) - Elvis Angelaccio On Aug. 9, 2016, 8:13 p.m., Burkhard Lück wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 128378: Update KWalletmanager docbook to 16.04

2016-08-09 Thread Elvis Angelaccio
351) <https://git.reviewboard.kde.org/r/128378/#comment66178> typo: archiv -> archive - Elvis Angelaccio On July 9, 2016, 1:04 p.m., Burkhard Lück wrote: > > --- > This is an automatically generated e-

[kde-doc-english] [Differential] [Commented On] D1574: Use kdoctools_install macro in create_tarball_kf5

2016-05-31 Thread elvisangelaccio (Elvis Angelaccio)
elvisangelaccio added a comment. In https://phabricator.kde.org/D1574#31971, @ltoscano wrote: > If I understand it correctly, compared to the current behavior and scope of create_tarball_kf5 (extragear), the changes here do not introduce regressions. Is it correct? If yes, then yes,

[kde-doc-english] [Differential] [Commented On] D1574: Use kdoctools_install macro in create_tarball_kf5

2016-05-31 Thread elvisangelaccio (Elvis Angelaccio)
elvisangelaccio added a comment. So what do we want to do with this? I think that supporting all the advanced documentation structures should be addressed in a separate patch, so I'm for shipping this (for now). REVISION DETAIL https://phabricator.kde.org/D1574 EMAIL PREFERENCES

Re: [kde-doc-english] Review Request 127935: Call kdoctools_create_handbook only for index.docbook

2016-05-16 Thread Elvis Angelaccio
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127935/#review95515 --- Ship it! Ship It! - Elvis Angelaccio On May 16, 2016

Re: [kde-doc-english] Review Request 127935: Call kdoctools_create_handbook only for index.docbook

2016-05-16 Thread Elvis Angelaccio
tps://git.reviewboard.kde.org/r/127935/#comment64733> Maybe update this sentence as well? "... index.docbook is installed using KDOCTOOLS_CREATE_HANDBOOK." - Elvis Angelaccio On May 15, 2016, 10:51 p.m., Lui

Re: [kde-doc-english] Review Request 127897: Update documentation of kdoctools_install macro

2016-05-16 Thread Elvis Angelaccio
marked as submitted. Review request for Documentation, KDE Frameworks and Luigi Toscano. Changes --- Submitted with commit 27c62561ffbc36e69fb34f657b92c5d88e70dc16 by Elvis Angelaccio to branch master. Repository: kdoctools Description --- The macro will not work if the folders

[kde-doc-english] [Differential] [Commented On] D1574: Use kdoctools_install macro in create_tarball_kf5

2016-05-10 Thread elvisangelaccio (Elvis Angelaccio)
elvisangelaccio added a comment. Resulting tarball for Kate: F123615: kate-16.04.tar.xz To reproduce, add the following section to config.ini [kate] gitModule = yes gitTag = v16.04.0 mainmodule = applications version

[kde-doc-english] [Differential] [Updated] D1574: Use kdoctools_install macro in create_tarball_kf5

2016-05-09 Thread elvisangelaccio (Elvis Angelaccio)
elvisangelaccio added a task: T2433: Simplify create_tarball_kf5 by using kdoctools_install. REVISION DETAIL https://phabricator.kde.org/D1574 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: elvisangelaccio, ltoscano Cc: Documentation

[kde-doc-english] [Differential] [Request, 43 lines] D1574: Use kdoctools_install macro in create_tarball_kf5

2016-05-09 Thread elvisangelaccio (Elvis Angelaccio)
elvisangelaccio created this revision. elvisangelaccio added a reviewer: ltoscano. elvisangelaccio added a subscriber: Documentation. REVISION SUMMARY The scripts now moves all .dockbook files in the `po//docs/` folder, so that we can call the `kdoctools_install()` macro in the same way we do

Re: [kde-doc-english] Review Request 127844: Add info about comments to ark docbook for 16.08

2016-05-05 Thread Elvis Angelaccio
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127844/#review95203 --- Ship it! Ship It! - Elvis Angelaccio On May 5, 2016

Re: [kde-doc-english] Review Request 127844: Add info about comments to ark docbook for 16.08

2016-05-05 Thread Elvis Angelaccio
(which you discovered :p). It shouldn't be possible to add a comment to an archive not yet existing. Would you mind uploading another screenshot where you add or edit the comment to an already existing archive? - Elvis Angelaccio On May 5, 2016, 10:32 a.m., Burkhard Lück wrote

Re: [kde-doc-english] Review Request 127634: Fix short sections in doc

2016-04-11 Thread Elvis Angelaccio
marked as submitted. Review request for Documentation and Burkhard Lück. Changes --- Submitted with commit 8d460e1339c3661e8039520d32cf9dc54b4c3ac3 by Elvis Angelaccio to branch 2.1. Repository: kronometer Description --- This patch restructures or expands the `` that are too

[kde-doc-english] [kronometer/2.1] doc: doc: fix sections too short

2016-04-11 Thread Elvis Angelaccio
Git commit 8d460e1339c3661e8039520d32cf9dc54b4c3ac3 by Elvis Angelaccio. Committed on 11/04/2016 at 15:25. Pushed by elvisangelaccio into branch '2.1'. doc: fix sections too short by moving them within tags. REVIEW: 127634 M +105 -62 doc/index.docbook http://commits.kde.org/kronometer

Re: [kde-doc-english] Review Request 127634: Fix short sections in doc

2016-04-11 Thread Elvis Angelaccio
Diffs (updated) - doc/index.docbook f8b94f3 Diff: https://git.reviewboard.kde.org/r/127634/diff/ Testing --- Thanks, Elvis Angelaccio ___ kde-doc-english mailing list kde-doc-english@kde.org https://mail.kde.org/mailman/listinfo/kde

[kde-doc-english] Review Request 127634: Fix short sections in doc

2016-04-11 Thread Elvis Angelaccio
/ Testing --- Thanks, Elvis Angelaccio ___ kde-doc-english mailing list kde-doc-english@kde.org https://mail.kde.org/mailman/listinfo/kde-doc-english

Re: [kde-doc-english] Review Request 127630: Update docs for kronometer 2.1

2016-04-11 Thread Elvis Angelaccio
marked as submitted. Review request for Documentation and Burkhard Lück. Changes --- Submitted with commit 088875cdb9ce1ca375b91bf8449935b6fad35bc1 by Elvis Angelaccio to branch 2.1. Repository: kronometer Description --- This patch only bumps `` and `` tags. I'd be glad if you

[kde-doc-english] [kronometer/2.1] doc: doc: some more update for 2.1 release

2016-04-11 Thread Elvis Angelaccio
Git commit 088875cdb9ce1ca375b91bf8449935b6fad35bc1 by Elvis Angelaccio. Committed on 11/04/2016 at 08:48. Pushed by elvisangelaccio into branch '2.1'. doc: some more update for 2.1 release REVIEW: 127630 M +8-4doc/index.docbook M +3-3doc/man-kronometer.1.docbook http

Re: [kde-doc-english] Review Request 127630: Update docs for kronometer 2.1

2016-04-10 Thread Elvis Angelaccio
- doc/index.docbook 4e24150e1408aa868ba5c82c983e6e46edbd3aa1 doc/man-kronometer.1.docbook b71ad6b167dcc761dbccce909d18ceb384309d3d src/main.cpp 276e178fd1174d9e3c6c1332a64418da91bfea62 Diff: https://git.reviewboard.kde.org/r/127630/diff/ Testing --- Thanks, Elvis Angelaccio

Re: [kde-doc-english] Review Request 127630: Update docs for kronometer 2.1

2016-04-10 Thread Elvis Angelaccio
commit: > https://quickgit.kde.org/?p=kronometer.git=commitdiff=afda29931ddfde5f5c8b0eef3caeef48f5737e2f > (already pushed unfortunately). > > > Diffs > - > > doc/index.docbook 106ad7c > doc/man-kronometer.1.docboo

Re: [kde-doc-english] Review Request 127630: Update docs for kronometer 2.1

2016-04-10 Thread Elvis Angelaccio
nk the doc does. - Elvis --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127630/#review94502 --- On April 10, 2016, 7:08 p

[kde-doc-english] Review Request 127630: Update docs for kronometer 2.1

2016-04-10 Thread Elvis Angelaccio
.1.docbook b71ad6b Diff: https://git.reviewboard.kde.org/r/127630/diff/ Testing --- Thanks, Elvis Angelaccio ___ kde-doc-english mailing list kde-doc-english@kde.org https://mail.kde.org/mailman/listinfo/kde-doc-english

[kde-doc-english] [kronometer/2.1] /: Properly bump copyright year

2016-04-10 Thread Elvis Angelaccio
Git commit 0c943b365dbee124cf757e470ea97121f6ce3bee by Elvis Angelaccio. Committed on 10/04/2016 at 18:03. Pushed by elvisangelaccio into branch '2.1'. Properly bump copyright year M +3-3doc/index.docbook M +1-1src/main.cpp http://commits.kde.org/kronometer

Re: [kde-doc-english] [kronometer] doc: Update doc for 2.1 release

2016-04-10 Thread Elvis Angelaccio
2016-04-10 19:53 GMT+02:00 Burkhard Lück <lu...@hube-lueck.de>: > Am Sunday 10 April 2016, 16:48:47 schrieb Elvis Angelaccio: > > Git commit afda29931ddfde5f5c8b0eef3caeef48f5737e2f by Elvis Angelaccio. > > Committed on 10/04/2016 at 16:45. > > Pushed by elvisang

[kde-doc-english] [kronometer] doc: Update doc for 2.1 release

2016-04-10 Thread Elvis Angelaccio
Git commit afda29931ddfde5f5c8b0eef3caeef48f5737e2f by Elvis Angelaccio. Committed on 10/04/2016 at 16:45. Pushed by elvisangelaccio into branch 'master'. Update doc for 2.1 release M +4-4doc/index.docbook http://commits.kde.org/kronometer/afda29931ddfde5f5c8b0eef3caeef48f5737e2f diff

[kde-doc-english] [ark] /: Introduce new Extract actions

2016-02-24 Thread Elvis Angelaccio
Git commit 2cd1d594b7b26b6fa4fc236acadf92f02c8bfd03 by Elvis Angelaccio. Committed on 24/02/2016 at 18:33. Pushed by elvisangelaccio into branch 'master'. Introduce new Extract actions Now that we have introduced the new Archive and File menus, it makes sense to introduce different Extract

[kde-doc-english] [ark] /: Rename the Action menu as File menu

2016-02-09 Thread Elvis Angelaccio
Git commit ea1528c1a526f94e3fc1720d08c05d0c96826137 by Elvis Angelaccio. Committed on 09/02/2016 at 10:37. Pushed by elvisangelaccio into branch 'master'. Rename the Action menu as File menu This renames the 'Action' menu as 'File' menu, since the actions in there mostly apply to files within

[kde-doc-english] [ark] /: Rename the File menu as Archive menu

2016-01-14 Thread Elvis Angelaccio
Git commit 7f83b4125b43da58c9bd08aacc64ee4164bb060e by Elvis Angelaccio. Committed on 14/01/2016 at 19:06. Pushed by elvisangelaccio into branch 'master'. Rename the File menu as Archive menu Since an archive is a file that contains other files, the current Ark menu structure can be confusing

Re: [kde-doc-english] create_tarball.rb and l10n-kf5

2015-11-03 Thread Elvis Angelaccio
Hi Steve, releaseme [1] should do the job for you, as it does support KF5 stuff. Cheers, Elvis [1]: https://quickgit.kde.org/?p=releaseme.git 2015-11-03 17:41 GMT+01:00 Steve Allewell : > I was having a look over the create_tarball.rb script and it appears to be >

[kde-doc-english] [ark] /: Add opendestination command line option

2015-10-25 Thread Elvis Angelaccio
Git commit dbc392d35152b2e9db9560b66ce6f12a94d913df by Elvis Angelaccio, on behalf of Maarten De Meyer. Committed on 25/10/2015 at 14:30. Pushed by elvisangelaccio into branch 'master'. Add opendestination command line option REVIEW: 114317 M +8-0app/main.cpp M +8-0doc/man

[kde-doc-english] [kronometer] doc: Add date+releaseinfo to manpage

2015-08-07 Thread Elvis Angelaccio
Git commit 3ea88b13dcea069016546ed7a49d73c82038d4c7 by Elvis Angelaccio. Committed on 07/08/2015 at 15:10. Pushed by elvisangelaccio into branch 'master'. Add date+releaseinfo to manpage M +4-0doc/man-kronometer.1.docbook http://commits.kde.org/kronometer

[kde-doc-english] [kronometer/frameworks] doc: Fix docbook releaseinfo

2015-08-04 Thread Elvis Angelaccio
Git commit 59a744fcbeb3e6c7086dbdf7919716277891b3fd by Elvis Angelaccio. Committed on 04/08/2015 at 17:09. Pushed by elvisangelaccio into branch 'frameworks'. Fix docbook releaseinfo The syntax for extragear apps (defined in kdoctools/src/template.docbook) is now used. M +1-1doc

Re: [kde-doc-english] Review Request 124446: Add info about password protected archives

2015-07-24 Thread Elvis Angelaccio
://git.reviewboard.kde.org/r/124446/#comment57153 Please add also the jar format (which behaves as the zip one). I forgot to mention it in my post. - Elvis Angelaccio On Lug. 24, 2015, 6:35 a.m., Burkhard Lück wrote: --- This is an automatically

[kde-doc-english] [kronometer] /: Update version numbers and changelog

2015-02-22 Thread Elvis Angelaccio
Git commit a6766950c263df3f160d79c3eefcb652daaa by Elvis Angelaccio. Committed on 22/02/2015 at 11:42. Pushed by elvisangelaccio into branch 'master'. Update version numbers and changelog M +6-1README M +2-2doc/index.docbook M +1-1src/main.cpp http

[kde-doc-english] [kronometer] doc: Remove 'Ask on exit' option from docbook

2015-01-25 Thread Elvis Angelaccio
Git commit 0211c2150f162e3647c4fcb6c3f082bfeeac30ef by Elvis Angelaccio. Committed on 25/01/2015 at 22:35. Pushed by elvisangelaccio into branch 'master'. Remove 'Ask on exit' option from docbook M +1-1doc/index.docbook http://commits.kde.org/kronometer

[kde-doc-english] campanella sistema ring bell

2014-12-31 Thread Elvis Angelaccio
Salve, questa mailing list ? usata per gestire la documentazione di KDE. Comunque dovrebbe poter disabilitare la campanella di sistema dalle impostazioni. Clicchi su Menu - Impostazioni di sistema - Notifiche delle applicazioni e di sistema - Campanella di sistema e quindi deselezioni la spunta

[kde-doc-english] [ark/KDE/4.14] /: Add the 'open-with' action and show the right-click menu.

2014-10-23 Thread Elvis Angelaccio
Git commit ed3ea7dbbbfb8965d2709193c1d77555fc12fdee by Elvis Angelaccio. Committed on 23/10/2014 at 16:40. Pushed by elvisangelaccio into branch 'KDE/4.14'. Add the 'open-with' action and show the right-click menu. This patch implements the 'open-with' action, which allows the users

[kde-doc-english] [kronometer/frameworks] /: Merge branch 'master' into frameworks

2014-09-25 Thread Elvis Angelaccio
Git commit d0496894ac68bd94a4db1b6729ef0825661242b3 by Elvis Angelaccio. Committed on 25/09/2014 at 14:08. Pushed by elvisangelaccio into branch 'frameworks'. Merge branch 'master' into frameworks Conflicts: src/kronometer.kcfg src/main.cpp src/mainwindow.cpp src

[kde-doc-english] [kronometer] /: Update version numbers and changelog

2014-09-02 Thread Elvis Angelaccio
Git commit 0589a30cb07e36ce7259c9ed1431ed71a7f6dbff by Elvis Angelaccio. Committed on 02/09/2014 at 12:53. Pushed by elvisangelaccio into branch 'master'. Update version numbers and changelog M +3-0README M +2-2doc/index.docbook M +1-1src/main.cpp http

[kde-doc-english] [kronometer] /: Update version numbers and changelog

2014-08-29 Thread Elvis Angelaccio
Git commit 77067470fe4a68537ff11d257322e123bd52239b by Elvis Angelaccio. Committed on 29/08/2014 at 12:45. Pushed by elvisangelaccio into branch 'master'. Update version numbers and changelog M +3-0README M +2-2doc/index.docbook M +1-1src/main.cpp http

[kde-doc-english] [kronometer] doc: Document the option to disable the laps recording

2014-08-09 Thread Elvis Angelaccio
Git commit 38721e9d95ef7676e7572a797e9c14a22ba4006e by Elvis Angelaccio. Committed on 09/08/2014 at 11:40. Pushed by elvisangelaccio into branch 'master'. Document the option to disable the laps recording M +1-1doc/index.docbook http://commits.kde.org/kronometer

[kde-doc-english] [kronometer] doc: Document the laps annotations feature

2014-08-09 Thread Elvis Angelaccio
Git commit 3c4684c08fbc6cd443615f69ee9201895eb1d50f by Elvis Angelaccio. Committed on 09/08/2014 at 16:09. Pushed by elvisangelaccio into branch 'master'. Document the laps annotations feature M +5-1doc/index.docbook http://commits.kde.org/kronometer

[kde-doc-english] [kronometer] doc: Update docbook removing reference to the option to hide the statusbar

2014-07-31 Thread Elvis Angelaccio
Git commit 60d3b61762336ad867e3995270efd1e13c99ce0d by Elvis Angelaccio. Committed on 31/07/2014 at 20:28. Pushed by elvisangelaccio into branch 'master'. Update docbook removing reference to the option to hide the statusbar M +0-1doc/index.docbook http://commits.kde.org/kronometer

[kde-doc-english] [kronometer] /: Update version numbers and changelog

2014-07-28 Thread Elvis Angelaccio
Git commit 6ff7c59830548420a8786a852781cc05d87f38dd by Elvis Angelaccio. Committed on 28/07/2014 at 09:33. Pushed by elvisangelaccio into branch 'master'. Update version numbers and changelog M +4-0README M +2-2doc/index.docbook M +1-1src/main.cpp http

[kde-doc-english] [kronometer/frameworks] doc: Update DocBook .dtd file

2014-07-11 Thread Elvis Angelaccio
Git commit 586f88966ee041f0f001ab1ef34c63f59f0ce8a3 by Elvis Angelaccio. Committed on 11/07/2014 at 15:14. Pushed by elvisangelaccio into branch 'frameworks'. Update DocBook .dtd file M +1-1doc/index.docbook http://commits.kde.org/kronometer/586f88966ee041f0f001ab1ef34c63f59f0ce8a3

[kde-doc-english] [kronometer] /: Update changelog and version number

2014-07-07 Thread Elvis Angelaccio
Git commit 16f2c3b858b5e7bb9347e51eab1226fb4a24ede9 by Elvis Angelaccio. Committed on 07/07/2014 at 10:13. Pushed by elvisangelaccio into branch 'master'. Update changelog and version number M +6-1README M +2-2doc/index.docbook M +1-1main.cpp http://commits.kde.org

[kde-doc-english] Question about .po files

2014-07-03 Thread Elvis Angelaccio
Thank you all. I will try with createtarball and I'll ask to dev channels if something goes wrong. Elvis 2014-07-02 16:05 GMT+02:00 Jack ostroffjh at sbcglobal.net: On 2014.07.02 06:33, Luigi Toscano wrote: Yuri Chornoivan ha scritto: Wed, 02 Jul 2014 13:02:12 +0300 Elvis

[kde-doc-english] Question about .po files

2014-07-02 Thread Elvis Angelaccio
Hi, I am the maintainer of kronometer, which has been recently moved to extragear/utils, and I'm looking for its localization. I see that other extragear apps (e.g. digikam or ktorrent) ship a source tarball with a po/ directory which contains all the .po files. Then is a matter of few CMake

[kde-doc-english] [kronometer] /: Updated version number

2014-06-29 Thread Elvis Angelaccio
Git commit 84af29da330103919acf24de6fa437116ec55f4c by Elvis Angelaccio. Committed on 29/06/2014 at 10:50. Pushed by elvisangelaccio into branch 'master'. Updated version number M +2-2doc/index.docbook M +1-1main.cpp http://commits.kde.org/kronometer

[kde-doc-english] [kronometer] /: Updated version and changelog

2014-04-06 Thread Elvis Angelaccio
Git commit a21bea0c5947d302a7f15883b4b3f83b16231b9c by Elvis Angelaccio. Committed on 06/04/2014 at 21:53. Pushed by elvisangelaccio into branch 'master'. Updated version and changelog M +3-0README M +2-2doc/index.docbook M +1-1main.cpp http://commits.kde.org

[kde-doc-english] [kronometer] /: Updated documentation and version numbers

2014-04-05 Thread Elvis Angelaccio
Git commit 99f4a89ebd966f5295e4d69c144538b14f53ef31 by Elvis Angelaccio. Committed on 05/04/2014 at 12:44. Pushed by elvisangelaccio into branch 'master'. Updated documentation and version numbers M +1-1README M +2-1doc/index.docbook M +1-1main.cpp http

[kde-doc-english] [kronometer] /: Documentation files and cmake install rules

2014-04-04 Thread Elvis Angelaccio
Git commit 57b386c65959ed98bf14a1a33de041bac75ed662 by Elvis Angelaccio. Committed on 04/04/2014 at 15:58. Pushed by elvisangelaccio into branch 'master'. Documentation files and cmake install rules M +2-0CMakeLists.txt A +7-0doc/CMakeLists.txt A +214 -0doc/index.docbook

[kde-doc-english] [kronometer] /: Updated changelog and version info

2014-04-04 Thread Elvis Angelaccio
Git commit 2f8bf35630de573f2d2d17083097b3b07ff77be0 by Elvis Angelaccio. Committed on 04/04/2014 at 22:05. Pushed by elvisangelaccio into branch 'master'. Updated changelog and version info M +6-0README M +2-2doc/index.docbook M +1-1main.cpp http://commits.kde.org

  1   2   >