Procházet zdrojové kódy

Merge branch 'master' of https://github.com/DMDirc/DMDirc

pull/787/head
Greg Holmes před 7 roky
rodič
revize
8b206e9370
100 změnil soubory, kde provedl 119 přidání a 114 odebrání
  1. 2
    1
      .gitignore
  2. 1
    1
      LICENCE
  3. 1
    0
      api/build.gradle
  4. 1
    1
      api/src/main/java/com/dmdirc/Invite.java
  5. 1
    1
      api/src/main/java/com/dmdirc/ServerState.java
  6. 1
    1
      api/src/main/java/com/dmdirc/Topic.java
  7. 1
    1
      api/src/main/java/com/dmdirc/commandparser/CommandArguments.java
  8. 1
    1
      api/src/main/java/com/dmdirc/commandparser/CommandInfo.java
  9. 1
    1
      api/src/main/java/com/dmdirc/commandparser/CommandInfoPair.java
  10. 1
    1
      api/src/main/java/com/dmdirc/commandparser/CommandType.java
  11. 1
    1
      api/src/main/java/com/dmdirc/commandparser/aliases/Alias.java
  12. 1
    1
      api/src/main/java/com/dmdirc/commandparser/aliases/AliasStore.java
  13. 1
    1
      api/src/main/java/com/dmdirc/commandparser/auto/AutoCommand.java
  14. 1
    1
      api/src/main/java/com/dmdirc/commandparser/auto/AutoCommandStore.java
  15. 1
    1
      api/src/main/java/com/dmdirc/commandparser/auto/AutoCommandType.java
  16. 1
    5
      api/src/main/java/com/dmdirc/commandparser/commands/BaseCommand.java
  17. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/Command.java
  18. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/CommandOptions.java
  19. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/ExternalCommand.java
  20. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/IntelligentCommand.java
  21. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/ValidatingCommand.java
  22. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/WrappableCommand.java
  23. 1
    1
      api/src/main/java/com/dmdirc/commandparser/commands/context/CommandContext.java
  24. 1
    1
      api/src/main/java/com/dmdirc/commandparser/parsers/CommandParser.java
  25. 1
    1
      api/src/main/java/com/dmdirc/config/profiles/Profile.java
  26. 1
    1
      api/src/main/java/com/dmdirc/config/profiles/ProfileStore.java
  27. 1
    1
      api/src/main/java/com/dmdirc/events/BaseChannelActionEvent.java
  28. 1
    1
      api/src/main/java/com/dmdirc/events/BaseChannelMessageEvent.java
  29. 1
    1
      api/src/main/java/com/dmdirc/events/BaseChannelTextEvent.java
  30. 1
    1
      api/src/main/java/com/dmdirc/events/BaseDisplayableEvent.java
  31. 1
    1
      api/src/main/java/com/dmdirc/events/BaseQueryActionEvent.java
  32. 1
    1
      api/src/main/java/com/dmdirc/events/BaseQueryMessageEvent.java
  33. 1
    1
      api/src/main/java/com/dmdirc/events/BaseQueryTextEvent.java
  34. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelActionEvent.java
  35. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelActionHighlightEvent.java
  36. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelClosedEvent.java
  37. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelCtcpEvent.java
  38. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelDisplayableEvent.java
  39. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelDisplayableUserEvent.java
  40. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelEvent.java
  41. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelGotNamesEvent.java
  42. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelGotTopicEvent.java
  43. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelHighlightEvent.java
  44. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelJoinEvent.java
  45. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelKickEvent.java
  46. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelListModesRetrievedEvent.java
  47. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelMessageEvent.java
  48. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelModeChangeEvent.java
  49. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelModeNoticeEvent.java
  50. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelModesDiscoveredEvent.java
  51. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelNickChangeEvent.java
  52. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelNoModesDiscoveredEvent.java
  53. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelNoTopicEvent.java
  54. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelNoticeEvent.java
  55. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelOpenedEvent.java
  56. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelPartEvent.java
  57. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelQuitEvent.java
  58. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfActionEvent.java
  59. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfJoinEvent.java
  60. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfMessageEvent.java
  61. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfModeChangeEvent.java
  62. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfNickChangeEvent.java
  63. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelSelfPartEvent.java
  64. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelTopicChangeEvent.java
  65. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelTopicUnsetEvent.java
  66. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelUserAwayEvent.java
  67. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelUserBackEvent.java
  68. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelUserEvent.java
  69. 1
    1
      api/src/main/java/com/dmdirc/events/ChannelUserModeChangeEvent.java
  70. 1
    1
      api/src/main/java/com/dmdirc/events/ClientClosedEvent.java
  71. 1
    1
      api/src/main/java/com/dmdirc/events/ClientClosingEvent.java
  72. 1
    1
      api/src/main/java/com/dmdirc/events/ClientFrameChangedEvent.java
  73. 1
    1
      api/src/main/java/com/dmdirc/events/ClientLineAddedEvent.java
  74. 1
    1
      api/src/main/java/com/dmdirc/events/ClientOpenedEvent.java
  75. 1
    1
      api/src/main/java/com/dmdirc/events/ClientUserInputEvent.java
  76. 1
    1
      api/src/main/java/com/dmdirc/events/CommandErrorEvent.java
  77. 1
    1
      api/src/main/java/com/dmdirc/events/CommandOutputEvent.java
  78. 18
    13
      api/src/main/java/com/dmdirc/events/DisplayLocation.java
  79. 3
    1
      api/src/main/java/com/dmdirc/events/DisplayProperty.java
  80. 1
    1
      api/src/main/java/com/dmdirc/events/DisplayPropertyMap.java
  81. 1
    1
      api/src/main/java/com/dmdirc/events/DisplayableEvent.java
  82. 1
    1
      api/src/main/java/com/dmdirc/events/FeedbackNagEvent.java
  83. 1
    1
      api/src/main/java/com/dmdirc/events/FirstRunEvent.java
  84. 1
    1
      api/src/main/java/com/dmdirc/events/FrameChangedEvent.java
  85. 1
    1
      api/src/main/java/com/dmdirc/events/FrameClosingEvent.java
  86. 1
    1
      api/src/main/java/com/dmdirc/events/FrameComponentAddedEvent.java
  87. 1
    1
      api/src/main/java/com/dmdirc/events/FrameComponentEvent.java
  88. 1
    1
      api/src/main/java/com/dmdirc/events/FrameComponentRemovedEvent.java
  89. 1
    1
      api/src/main/java/com/dmdirc/events/FrameEvent.java
  90. 1
    1
      api/src/main/java/com/dmdirc/events/FrameIconChangedEvent.java
  91. 1
    1
      api/src/main/java/com/dmdirc/events/FrameNameChangedEvent.java
  92. 1
    1
      api/src/main/java/com/dmdirc/events/FrameTitleChangedEvent.java
  93. 1
    1
      api/src/main/java/com/dmdirc/events/LinkChannelClickedEvent.java
  94. 1
    1
      api/src/main/java/com/dmdirc/events/LinkEvent.java
  95. 1
    1
      api/src/main/java/com/dmdirc/events/LinkNicknameClickedEvent.java
  96. 1
    1
      api/src/main/java/com/dmdirc/events/LinkUrlClickedEvent.java
  97. 1
    1
      api/src/main/java/com/dmdirc/events/NickListClientAddedEvent.java
  98. 1
    1
      api/src/main/java/com/dmdirc/events/NickListClientRemovedEvent.java
  99. 1
    1
      api/src/main/java/com/dmdirc/events/NickListClientsChangedEvent.java
  100. 0
    0
      api/src/main/java/com/dmdirc/events/NickListUpdatedEvent.java

+ 2
- 1
.gitignore Zobrazit soubor

@@ -11,4 +11,5 @@
11 11
 **/build
12 12
 **/src/*/generated
13 13
 **/src/*/generated_tests
14
-
14
+bundles/*.iml
15
+bundles/*/*.iml

+ 1
- 1
LICENCE Zobrazit soubor

@@ -1,4 +1,4 @@
1
-Copyright (c) 2006-2015 DMDirc Developers
1
+Copyright (c) 2006-2017 DMDirc Developers
2 2
 
3 3
 Permission is hereby granted, free of charge, to any person obtaining a copy
4 4
 of this software and associated documentation files (the "Software"), to deal

+ 1
- 0
api/build.gradle Zobrazit soubor

@@ -46,6 +46,7 @@ dependencies {
46 46
     compile group: 'com.squareup.dagger', name: 'dagger', version: '1.2.5'
47 47
     compile group: 'com.google.guava', name:'guava', version: '19.0'
48 48
     compile group: 'com.dmdirc', name: 'com.dmdirc.config.binding', version: '+', changing: true
49
+    compile group: 'com.dmdirc', name: 'com.dmdirc.config.provider', version: '+', changing: true
49 50
     compile group: 'com.dmdirc', name: 'com.dmdirc.events.eventbus', version: '+', changing: true
50 51
     compile group: 'com.dmdirc', name: 'util', version: '+', changing: true
51 52
     compile group: 'com.dmdirc', name: 'parser-common', version: '+', changing: true

+ 1
- 1
api/src/main/java/com/dmdirc/Invite.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/ServerState.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/Topic.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/CommandArguments.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/CommandInfo.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/CommandInfoPair.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/CommandType.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/aliases/Alias.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/aliases/AliasStore.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/auto/AutoCommand.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/auto/AutoCommandStore.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/auto/AutoCommandType.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 5
api/src/main/java/com/dmdirc/commandparser/commands/BaseCommand.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal
@@ -22,15 +22,11 @@
22 22
 
23 23
 package com.dmdirc.commandparser.commands;
24 24
 
25
-import com.dmdirc.commandparser.CommandArguments;
26
-import com.dmdirc.commandparser.commands.context.CommandContext;
27 25
 import com.dmdirc.events.CommandErrorEvent;
28 26
 import com.dmdirc.events.CommandOutputEvent;
29 27
 import com.dmdirc.interfaces.CommandController;
30 28
 import com.dmdirc.interfaces.WindowModel;
31 29
 import com.dmdirc.ui.messages.IRCControlCodes;
32
-
33
-import javax.annotation.Nonnull;
34 30
 import javax.annotation.Nullable;
35 31
 
36 32
 /**

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/Command.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2016 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/CommandOptions.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/ExternalCommand.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/IntelligentCommand.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/ValidatingCommand.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/WrappableCommand.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/commands/context/CommandContext.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/commandparser/parsers/CommandParser.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2016 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/config/profiles/Profile.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/config/profiles/ProfileStore.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseChannelActionEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseChannelMessageEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseChannelTextEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseDisplayableEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseQueryActionEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseQueryMessageEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/BaseQueryTextEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelActionEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelActionHighlightEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelClosedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelCtcpEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelDisplayableEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelDisplayableUserEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelGotNamesEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelGotTopicEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelHighlightEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelJoinEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelKickEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelListModesRetrievedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelMessageEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelModeChangeEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelModeNoticeEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelModesDiscoveredEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelNickChangeEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelNoModesDiscoveredEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelNoTopicEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelNoticeEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelOpenedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelPartEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelQuitEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfActionEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfJoinEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfMessageEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfModeChangeEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2014 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfNickChangeEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelSelfPartEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelTopicChangeEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelTopicUnsetEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelUserAwayEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelUserBackEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelUserEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ChannelUserModeChangeEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientClosedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientClosingEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientFrameChangedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientLineAddedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientOpenedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/ClientUserInputEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/CommandErrorEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/CommandOutputEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

api/src/main/java/com/dmdirc/interfaces/config/ConfigChangeListener.java → api/src/main/java/com/dmdirc/events/DisplayLocation.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal
@@ -20,23 +20,28 @@
20 20
  * SOFTWARE.
21 21
  */
22 22
 
23
-package com.dmdirc.interfaces.config;
23
+package com.dmdirc.events;
24
+
25
+import com.dmdirc.interfaces.WindowModel;
24 26
 
25 27
 /**
26
- * Defines the method required for config change listeners.
28
+ * Valid values for the DISPLAY_LOCATION property and how to test for them.
27 29
  */
28 30
 @FunctionalInterface
29
-public interface ConfigChangeListener {
31
+public interface DisplayLocation {
32
+    /** Event came from the same WindowModel. */
33
+    DisplayLocation SOURCE = (model, event) -> event.getSource().equals(model);
30 34
 
35
+    /** Event came from a WindowModel that shares the same connection. */
36
+    DisplayLocation SAME_CONNECTION = (model, event) -> event.getSource().getConnection().isPresent()
37
+            && model.getConnection().isPresent()
38
+            && event.getSource().getConnection().get().equals(model.getConnection().get());
31 39
     /**
32
-     * Called when a monitored config entry has been changed. Note that the values may be null if
33
-     * the setting wasn't, or is no longer, set. Also note that the new value may not be the same as
34
-     * you'd get returned from ConfigManager.getOption, as listeners are triggered for any change in
35
-     * any of the manager's identities.
40
+     * Test to see if this location is valid.
36 41
      *
37
-     * @param domain The domain that was altered
38
-     * @param key    The key that was altered
42
+     * @param model WindowModel we are wanting to display the event in.
43
+     * @param event Event we are wanting to display.
44
+     * @return True if the event should be displayed here.
39 45
      */
40
-    void configChanged(String domain, String key);
41
-
42
-}
46
+    boolean shouldDisplay(final WindowModel model, final DisplayableEvent event);
47
+};

+ 3
- 1
api/src/main/java/com/dmdirc/events/DisplayProperty.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal
@@ -39,6 +39,8 @@ public interface DisplayProperty<T> {
39 39
     DisplayProperty<Boolean> DO_NOT_DISPLAY = new DisplayPropertyImpl<>();
40 40
     /** Whether to suppress timestamps for the event. */
41 41
     DisplayProperty<Boolean> NO_TIMESTAMPS = new DisplayPropertyImpl<>();
42
+    /** Where the event should be displayed. */
43
+    DisplayProperty<DisplayLocation> DISPLAY_LOCATION = new DisplayPropertyImpl<>();
42 44
     /** A user that the displayable is linked to. */
43 45
     DisplayProperty<User> LINK_USER = new DisplayPropertyImpl<>();
44 46
 

+ 1
- 1
api/src/main/java/com/dmdirc/events/DisplayPropertyMap.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/DisplayableEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FeedbackNagEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FirstRunEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameChangedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameClosingEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameComponentAddedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameComponentEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameComponentRemovedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameIconChangedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameNameChangedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/FrameTitleChangedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/LinkChannelClickedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/LinkEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/LinkNicknameClickedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/LinkUrlClickedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/NickListClientAddedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/NickListClientRemovedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 1
- 1
api/src/main/java/com/dmdirc/events/NickListClientsChangedEvent.java Zobrazit soubor

@@ -1,5 +1,5 @@
1 1
 /*
2
- * Copyright (c) 2006-2015 DMDirc Developers
2
+ * Copyright (c) 2006-2017 DMDirc Developers
3 3
  *
4 4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
5 5
  * of this software and associated documentation files (the "Software"), to deal

+ 0
- 0
api/src/main/java/com/dmdirc/events/NickListUpdatedEvent.java Zobrazit soubor


Některé soubory nejsou zobrazny, neboť je v této revizi změněno mnoho souborů

Načítá se…
Zrušit
Uložit