MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0003285 | Doomseeker | [All Projects] Suggestion | public | 2017-10-03 18:29 | 2018-10-27 22:55 |
|
Reporter | WubTheCaptain | |
Assigned To | Zalewa | |
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | x86_64 | OS | Debian GNU/Linux | OS Version | buster/sid |
Product Version | 1.1 | |
Target Version | 1.2 | Fixed in Version | 1.2 | |
|
Summary | 0003285: IRC: Add a button to remove defined IRC networks from connect dialog |
Description | Doomseeker includes a small IRC client. Currently, it only allows to add new IRC network definitions and edit them.
Please add a way to delete defined IRC networks without editing doomseeker-irc.ini configuration manually in a text editor. |
Steps To Reproduce |
- If IRC is not already visible, to view it press Ctrl + I or access it via top crates (View → IRC) or the button (IRC).
- On the left side of IRC panel, click the "Connect button".
- Notice how there's buttons for adding and editing defined networks, but not for deleting them.
|
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0003284 | closed | Zalewa | IRC: Defining an empty IRC network address results in that defined IRC network becoming uneditable from connect dialog |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-10-03 18:29 | WubTheCaptain | New Issue | |
2017-10-03 18:30 | WubTheCaptain | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=11031#r11031 |
2017-10-03 19:56 | WubTheCaptain | Note Added: 0018421 | |
2017-10-03 20:00 | WubTheCaptain | Summary | IRC: Add a button to remove defined IRC networks => IRC: Add a button to remove defined IRC networks from connect dialog |
2017-11-03 12:54 | WubTheCaptain | Severity | feature => tweak |
2017-11-03 14:42 | Zalewa | Assigned To | => Zalewa |
2017-11-03 14:42 | Zalewa | Status | new => acknowledged |
2017-11-03 16:31 | Zalewa | Status | acknowledged => assigned |
2017-11-03 18:08 | Zalewa | Note Added: 0018743 | |
2017-11-03 18:08 | Zalewa | Status | assigned => needs review |
2017-11-03 18:08 | Zalewa | Target Version | => 1.2 |
2017-11-03 23:11 | WubTheCaptain | Relationship added | related to 0003284 |
2017-11-04 00:03 | WubTheCaptain | Note Added: 0018752 | |
2017-11-04 00:03 | WubTheCaptain | Status | needs review => assigned |
2017-11-04 00:03 | WubTheCaptain | Note Edited: 0018752 | bug_revision_view_page.php?bugnote_id=18752#r11271 |
2017-11-04 09:03 | Zalewa | Note Added: 0018758 | |
2017-11-04 14:46 | WubTheCaptain | Note Added: 0018764 | |
2017-11-04 14:46 | WubTheCaptain | Status | assigned => needs review |
2017-11-04 14:47 | WubTheCaptain | Note Edited: 0018764 | bug_revision_view_page.php?bugnote_id=18764#r11279 |
2017-11-04 14:48 | WubTheCaptain | Note Edited: 0018764 | bug_revision_view_page.php?bugnote_id=18764#r11280 |
2017-11-04 14:49 | WubTheCaptain | Note Edited: 0018764 | bug_revision_view_page.php?bugnote_id=18764#r11281 |
2017-11-04 14:49 | WubTheCaptain | Note Edited: 0018764 | bug_revision_view_page.php?bugnote_id=18764#r11282 |
2017-11-04 16:59 | Zalewa | Note Added: 0018773 | |
2017-11-05 00:58 | WubTheCaptain | Status | needs review => assigned |
2017-11-05 13:44 | Zalewa | Note Added: 0018794 | |
2017-11-05 13:44 | Zalewa | Status | assigned => resolved |
2017-11-05 13:44 | Zalewa | Fixed in Version | => 1.2 |
2017-11-05 13:44 | Zalewa | Resolution | open => fixed |
2018-10-27 22:55 | WubTheCaptain | Status | resolved => closed |
Notes |
|
|
I found out there's an option to remove them from "IRC Options → Networks", but no such option in the connect dialog. |
|
|
(0018743)
|
Zalewa
|
2017-11-03 18:08
|
|
|
|
|
I can confirm the pencil.png icon was available under a Creative Commons Attribution 3.0 Unported license on said date at external URL, as an alternative to CC BY-2.5 licensing. Seems fine.
There's a bit of inconsistency now, because one of the dialog titles was changed from "remove network" to "remove IRC network". Polish translations are missing for this new dialog (but hey, they are also missing in a lot more places, i.e. tooltips all around Doomseeker).
Quote Are you use you wish to remove network X?
"Are you use you...?" → "Are you sure you...?"
This also changed src/core/irc/entities/ircnetworkentity.cpp without mentioning it, which in turn resolved 0003284 (unknowingly).
|
|
|
(0018758)
|
Zalewa
|
2017-11-04 09:03
|
|
|
|
(0018764)
|
WubTheCaptain
|
2017-11-04 14:46
(edited on: 2017-11-04 14:49) |
|
$ grep -ir "remove network" src/ | wc -l
3
$ grep -ir "remove IRC network" src/ | wc -l
2
$ grep -ir "connect to network" src/ | wc -l
1
$ grep -ir "define IRC network" src/ | wc -l
2
$ grep -ir "add network" src/ | wc -l
1
If this new inconsistency is fine, consider it resolved.
|
|
|
(0018773)
|
Zalewa
|
2017-11-04 16:59
|
|
Quote from "WubTheCaptain" If this new inconsistency is fine, consider it resolved.
I'll normalize this. |
|
|
(0018794)
|
Zalewa
|
2017-11-05 13:44
|
|
|