Skip to content

Commit

Permalink
Pidgin To: Only skip "with" chat rows from events
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltik committed Apr 18, 2021
1 parent 4f3e126 commit 22378dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
19 changes: 11 additions & 8 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# !! IMPORTANT INFORMATION ! IMPORTANT INFORMATION ! IMPORTANT INFORMATION !! #
###############################################################################
# The Log2Log v1.x branch has been deprecated. This is the final release of #
# Log2Log v1.x (v1.0.9) as of 04 November 2020. You may ask for a customized #
# Log2Log v1.x (v1.0.10) as of 17 April 2021. You may ask for a customized #
# release; Deltik will help you support new format converters if you ask. #
# #
# Development is paused due to a lack of interest in the Log2Log project and #
Expand All @@ -29,11 +29,11 @@
╔═══════════════════════════════════════════╤═╤═╤═╗
║Information │-│■│X║
╟───────────────────────────────────────────┴─┴─┴─╢
║Version: 1.0.9 (v1.0.9)
║Version: 1.0.10 (v1.0.10)
║Website: https://www.deltik.org/ ║
║Information: https://log2log.sourceforge.io/ ║
║E-Mail: [email protected]
║Release Date: 2020-11-07
║Release Date: 2021-04-17
╚═════════════════════════════════════════════════╝

@@@@@@@@@@@@@@@@@@@@@@@@@
Expand Down Expand Up @@ -84,8 +84,8 @@ Install Log2Log in three easy steps:
┌─────────┐
│ WINDOWS │
└─────────┘
1. Open "Setup.exe".
2. Follow the installer instructions.
1. Save the Log2Log ".exe" file somewhere.
2. There is no installer; just run the ".exe" file to use Log2Log.
3. There is no step 3.

┌──────────┐
Expand All @@ -109,7 +109,7 @@ Install Log2Log in three easy steps:
++++++++++++++++++++++++++++++
+ CONFIGURATION AND FEATURES +
++++++++++++++++++++++++++++++
Log2Log v1.0.9 does not have any configurable options. Is there something you
Log2Log v1.0.10 does not have any configurable options. Is there something you
want to be configurable? Suggest it to the project manager (email address in the
"More Information" section)!

Expand Down Expand Up @@ -180,10 +180,10 @@ converter compatibility, see the "Configuration and Features" section.
2. Converting chat log formats is no easy task. Note that Log2Log converters
might not be 100% successful at converting chat logs.

3. Time zone compatibility is rough as of v1.0.9.
3. Time zone compatibility is rough as of v1.0.10.

4. Languages other than English have not been figured out for format
converters as of v1.0.9. The Log2Log team would greatly appreciate it if
converters as of v1.0.10. The Log2Log team would greatly appreciate it if
you could develop a translation system for us.

5. This project would like help. If you would like to contribute to Log2Log in
Expand All @@ -206,6 +206,9 @@ You can contact the developer, too: <[email protected]>
+++++++++++++++++++
+ VERSION HISTORY +
+++++++++++++++++++
1.0.10 (2021-04-17)
- FIX: Pidgin `To` format converter might skip some chat rows sent from the other party

1.0.9 (2020-11-07)
- FIX: Pidgin `From` format converter handled neither 12 AM nor 12 PM correctly

Expand Down
2 changes: 1 addition & 1 deletion about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:2px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/images/etc/favicon.ico&quot; /&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:20pt; font-weight:600;&quot;&gt;Log2Log VERSION&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:11pt;&quot;&gt;All-In-One Chat Log Converter&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:9pt;&quot;&gt;Copyright © 2011-2020 Deltik&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;p align=&quot;center&quot; style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:9pt;&quot;&gt;Copyright © 2011-2021 Deltik&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QPushButton" name="backButton">
Expand Down
4 changes: 1 addition & 3 deletions formats/pidgin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -868,9 +868,7 @@ QVariant Pidgin::generate(StdFormat *$log)
$sender == $self_alias)
$sender_color = "#16569E";
// Color: Sent by _self
if ($sender == "_with" ||
$sender == $with ||
$sender == $with_alias)
else if (!$sender.contains(QRegExp("^_(evt_|group_|error)")))
$sender_color = "#A82F2F";

if (!$sender_color.isEmpty())
Expand Down
2 changes: 1 addition & 1 deletion update.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VERSION "1.0.9"
#define VERSION "1.0.10"
#define DL_SOURCE "https://log2log.sourceforge.io/update/"

/**
Expand Down

0 comments on commit 22378dd

Please sign in to comment.